Skip to content

Commit

Permalink
Trying tp fix dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jul 19, 2024
1 parent 21f0ac5 commit 9f5dc0e
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 @@ -108,6 +108,7 @@ def gen_modules(version):
depends = [
"python/cadiback/cadiback.h",
],
libraries = ['/usr/lib/libcadiback.so'], #, 'libgmpxx.so', 'libgmp.so'
extra_compile_args = extra_compile_args_val,
define_macros=define_macros_val,
language = "c++",
Expand All @@ -118,6 +119,7 @@ def gen_modules(version):
pyproject_path = pathlib.Path('pyproject.toml')
version = _parse_toml(pyproject_path)
modules = gen_modules(version)
# package_data = {'pycryptosat': ['*.so', '*.dll', '*.dylib']}
setup(
ext_modules = [modules],
libraries = [picosatlib],
Expand Down

0 comments on commit 9f5dc0e

Please sign in to comment.