diff options
author | mattip <matti.picus@gmail.com> | 2020-02-19 10:44:51 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-02-19 10:44:51 +0200 |
commit | 3f3680d092ac6a48d46e8ebe5525d4e7ccb4fbcb (patch) | |
tree | 2a9c8f3cb9490778daf817424055b0fabd208748 /azure-pipelines.yml | |
parent | 58b35f122efb43de8dc7ecb3ead32c63887b2987 (diff) | |
download | numpy-3f3680d092ac6a48d46e8ebe5525d4e7ccb4fbcb.tar.gz |
BLD: add libfortran needed when using manylinux1 openblas on manylinux2010
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a822e0bbc..f1af9a333 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -42,6 +42,7 @@ stages: target=\$(python3 tools/openblas_support.py) && \ cp -r \$target/lib/* /usr/lib && \ cp \$target/include/* /usr/include && \ + yum install -y libgfortran-4.4.7 && \ python3 -m pip install -r test_requirements.txt && \ echo CFLAGS \$CFLAGS && \ python3 -m pip install -v . && \ |