diff options
author | mattip <matti.picus@gmail.com> | 2020-02-25 01:03:57 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-02-25 01:03:57 +0200 |
commit | f1863c5999f8b4bfa6e2c8af9d6a864a8c0f957b (patch) | |
tree | 6a49b7df1677fb347a378127ce6b96973dc4d5fc /shippable.yml | |
parent | a7adfda540f88d765f10ae8963abe4ae43cbfb34 (diff) | |
download | numpy-f1863c5999f8b4bfa6e2c8af9d6a864a8c0f957b.tar.gz |
BLD: update openblas download to new location, use manylinux2010-base
Diffstat (limited to 'shippable.yml')
-rw-r--r-- | shippable.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shippable.yml b/shippable.yml index bea2a2206..513ea3069 100644 --- a/shippable.yml +++ b/shippable.yml @@ -25,6 +25,7 @@ build: - sudo add-apt-repository ppa:ubuntu-toolchain-r/test - sudo apt-get update - sudo apt-get install gcc gfortran libgfortran5 + - python -mpip install urllib3 - target=$(python tools/openblas_support.py) - ls -lR "${target}" - sudo cp -r "${target}"/lib/* /usr/lib |