Skip to content

Commit

Permalink
lib64 fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
dilpath authored and dweindl committed Mar 8, 2023
1 parent ecd6bbb commit 140f692
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/sdist/amici/setup.template.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ def get_extension() -> CMakeExtension:
cmake_configure_options=[
"-DCMAKE_VERBOSE_MAKEFILE=ON",
"-DCMAKE_MODULE_PATH="
f"{prefix_path.as_posix()}/lib/cmake/SuiteSparse",
f"{prefix_path.as_posix()}/lib/cmake/SuiteSparse;"
f"{prefix_path.as_posix()}/lib64/cmake/SuiteSparse",
f"-DKLU_ROOT={prefix_path.as_posix()}",
"-DAMICI_PYTHON_BUILD_EXT_ONLY=ON",
],
Expand Down

0 comments on commit 140f692

Please sign in to comment.