Skip to content

Commit

Permalink
Merge pull request #29 from mattpitkin/fix_libs
Browse files Browse the repository at this point in the history
Fix explicit libraries needed to build cython module
  • Loading branch information
mattpitkin committed Sep 4, 2023
2 parents 9a4d08a + edffc44 commit e5b8604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def find_version():
gsl_config("--libs").split(" ")[0][2:],
],
libraries=[
"gsl",
l.replace("-l", "") for l in gsl_config("--libs").split()[1:]
],
extra_compile_args=extra_compile_args,
),
Expand Down

0 comments on commit e5b8604

Please sign in to comment.