Skip to content

Commit

Permalink
trying alternative install config for graphspme
Browse files Browse the repository at this point in the history
  • Loading branch information
Blunde1 committed May 8, 2024
1 parent 05735ac commit 04aa5fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ dependencies=[
"python-multipart",
"pyarrow",
"graphite-maps@git+https://github.com/equinor/graphite-maps.git",
"graphspme@git+https://github.com/equinor/GraphSPME.git",
]

[project.scripts]
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ def package_files(directory):
"-DCMAKE_OSX_DEPLOYMENT_TARGET=10.15",
],
cmake_source_dir="src/clib/",
dependency_links=[
"git+https://github.com/equinor/GraphSPME.git#subdirectory=python-package@master#egg=Package"
],
)

setup(**args)
Expand Down

0 comments on commit 04aa5fd

Please sign in to comment.