Skip to content

Commit 79eb50f

Browse files
committed
Fix package openblas name
1 parent 4148486 commit 79eb50f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ py35-wheel:
1818
stage: dist
1919
image: python:3.5
2020
script:
21-
- apt update && apt install g++ make cmake swig openblas-dev
21+
- apt update && apt install g++ make cmake swig libopenblas-dev
2222
- pip install --upgrade pip setuptools wheel
2323
- cp CMakeLists.txt.faiss faiss/CMakeLists.txt
2424
- python setup.py bdist_wheel
@@ -30,7 +30,7 @@ py36-wheel:
3030
stage: dist
3131
image: python:3.6
3232
script:
33-
- apt update && apt install g++ make cmake swig openblas-dev
33+
- apt update && apt install g++ make cmake swig libopenblas-dev
3434
- pip install --upgrade pip setuptools wheel
3535
- cp CMakeLists.txt.faiss faiss/CMakeLists.txt
3636
- python setup.py bdist_wheel
@@ -42,7 +42,7 @@ py37-wheel:
4242
stage: dist
4343
image: python:3.7
4444
script:
45-
- apt update && apt install g++ make cmake swig openblas-dev
45+
- apt update && apt install g++ make cmake swig libopenblas-dev
4646
- pip install --upgrade pip setuptools wheel
4747
- cp CMakeLists.txt.faiss faiss/CMakeLists.txt
4848
- python setup.py bdist_wheel

0 commit comments

Comments
 (0)