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 0933581 commit 6ca4c08Copy full SHA for 6ca4c08
.github/workflows/wheels.yml
@@ -41,11 +41,11 @@ jobs:
41
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
42
CIBW_ENVIRONMENT: |
43
GSL_CONFIG=/usr/bin/gsl-config
44
- LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
+ LD_LIBRARY_PATH=/usr/lib64:/usr/lib:$LD_LIBRARY_PATH
45
PATH=/usr/bin:$PATH
46
CIBW_BEFORE_BUILD: |
47
- apt-get update
48
- apt-get install -y libgsl-dev gsl-bin
+ yum install -y epel-release
+ yum install -y gsl gsl-devel
49
gsl-config --version
50
echo $PATH
51
0 commit comments