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 bad7966 commit e63cf52Copy full SHA for e63cf52
.github/workflows/wheels.yml
@@ -42,11 +42,8 @@ jobs:
42
CIBW_BEFORE_BUILD: |
43
yum install -y epel-release
44
yum install -y gcc-c++ gsl gsl-devel
45
- CIBW_ENVIRONMENT: |
46
- LIBRARY_PATH=$(gsl-config --libdir):$LIBRARY_PATH
47
- LD_LIBRARY_PATH=$(gsl-config --libdir):$LD_LIBRARY_PATH
48
- CFLAGS="$CFLAGS -I$(gsl-config --includedir)"
49
- LDFLAGS="$LDFLAGS -L$(gsl-config --libdir)"
+ find / -name "libgsl.so*" 2>/dev/null
+ ls -l /usr/lib64 | grep gsl
50
51
- uses: actions/upload-artifact@v4
52
with:
0 commit comments