Skip to content

Commit

Permalink
Update build_wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbolliet authored Sep 29, 2024
1 parent fcb1aaf commit c2546bf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,8 @@ jobs:
- name: Build wheels for Linux
if: matrix.os == 'ubuntu-latest'
env:
CIBW_ENVIRONMENT: |
LDFLAGS="-L/usr/lib/x86_64-linux-gnu"
CFLAGS="-I/usr/include"
LIBRARY_PATH="/usr/lib/x86_64-linux-gnu:$LIBRARY_PATH"
C_INCLUDE_PATH="/usr/include:$C_INCLUDE_PATH"
LD_LIBRARY_PATH="/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH"
CIBW_ENVIRONMENT: "LDFLAGS='-L/usr/lib/x86_64-linux-gnu' CFLAGS='-I/usr/include' LIBRARY_PATH='/usr/lib/x86_64-linux-gnu:$LIBRARY_PATH' C_INCLUDE_PATH='/usr/include:$C_INCLUDE_PATH' LD_LIBRARY_PATH='/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH'"

run: |
# Check GSL library and include files
if [ -f /usr/lib/x86_64-linux-gnu/libgsl.so ]; then
Expand Down

0 comments on commit c2546bf

Please sign in to comment.