Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Dec 16, 2024
1 parent 2251431 commit 0504837
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ def add_to_library(target: str, header: str):

add_to_include("/opt/homebrew/Cellar/mpfr", "mpfr.h")
add_to_include("/opt/homebrew/Cellar/gmp", "gmp.h")
add_to_include("/opt/homebrew/Cellar/tbb", "tbb.h")

add_to_library("/opt/homebrew/Cellar/mpfr", "libmpfr")
add_to_library("/opt/homebrew/Cellar/gmp", "libgmp")
add_to_library("/opt/homebrew/Cellar/tbb", "libtbb")

# noinspection PyTypeChecker
setup(
Expand Down

0 comments on commit 0504837

Please sign in to comment.