Skip to content

Commit e63cf52

Browse files
committed
where is it installed
1 parent bad7966 commit e63cf52

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,8 @@ jobs:
4242
CIBW_BEFORE_BUILD: |
4343
yum install -y epel-release
4444
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)"
45+
find / -name "libgsl.so*" 2>/dev/null
46+
ls -l /usr/lib64 | grep gsl
5047
5148
- uses: actions/upload-artifact@v4
5249
with:

0 commit comments

Comments
 (0)