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 aad5343 commit bad7966Copy full SHA for bad7966
.github/workflows/wheels.yml
@@ -42,6 +42,11 @@ 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)"
50
51
- uses: actions/upload-artifact@v4
52
with:
0 commit comments