Skip to content

Commit

Permalink
error in prefix of install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
julesghub committed Jun 6, 2024
1 parent a9e5cca commit 2c67f08
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 @@ -317,7 +317,7 @@ def extend_cmake_prefix_path(path: str) -> None:
packages=find_packages(),
ext_modules=[
CMakeExtension(name='libUnderworld',
install_prefix="src/underworld",
install_prefix="underworld",
source_dir=str(Path("src/underworld/libUnderworld").absolute()),
cmake_configure_options=[
f"-DPython3_ROOT_DIR={Path(sys.prefix)}",
Expand Down

0 comments on commit 2c67f08

Please sign in to comment.