We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99f565 commit fb3579cCopy full SHA for fb3579c
.github/workflows/build_wheels.yml
@@ -27,11 +27,6 @@ jobs:
27
with:
28
python-version: ">=3.10.0"
29
30
- - name: Install dependencies
31
- run: |
32
- sudo apt-get update
33
- sudo apt-get install -y cmake build-essential libomp-dev git pkg-config
34
-
35
- name: Verify QuadBLAS submodule
36
run: |
37
ls -la quaddtype/numpy_quaddtype/QBLAS/
@@ -46,6 +41,8 @@ jobs:
46
41
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
47
42
CIBW_BUILD_VERBOSITY: "3"
48
43
CIBW_BEFORE_ALL: |
44
+ sudo apt-get update
45
+ sudo apt-get install -y cmake build-essential libomp-dev git pkg-config gcc g++
49
# Install SLEEF in container
50
git clone --branch 3.8 https://github.com/shibatch/sleef.git
51
cd sleef
0 commit comments