Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarrond committed Sep 18, 2023
1 parent f976bef commit c008b57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Pyfhel/backend/palisade
Submodule palisade deleted from 19e84a
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ extra_compile_args = [
]
extra_link_args = [
{Windows = []},
{Darwin = ["-Wl,-rpath,@loader_path/.", "-Wl,-no_compact_unwind","-Wl,-no_fixup_chains,-x",]},
{Darwin = ["-Wl,-rpath,@loader_path/.", "-Wl,-no_compact_unwind","-Wl,-no_fixup_chains,-x","-L/usr/local/lib"]},
{Linux = ["-Wl,-rpath=$ORIGIN/.", "-fopenmp"]},
]
libraries = [] # libraries to link with, cpplibraries above are added by default
Expand Down

0 comments on commit c008b57

Please sign in to comment.