Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe authored Jan 22, 2024
1 parent 4b6a1ef commit 34703de
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ environment = {BUILD_VDF_CLIENT="N", SETUPTOOLS_USE_DISTUTILS="stdlib"}
before-build = "pip install delvewheel"
repair-wheel-command = """
delvewheel repair -v -w {dest_dir} {wheel} \
--add-dll .\\mpir_gc_x64\\mpir.dll;\
.\\mpir_gc_x64\\mpir_gc.dll;\
.\\mpir_gc_x64\\mpir_broadwell.dll;\
.\\mpir_gc_x64\\mpir_broadwell_avx.dll;\
.\\mpir_gc_x64\\mpir_bulldozer.dll;\
.\\mpir_gc_x64\\mpir_haswell.dll;\
.\\mpir_gc_x64\\mpir_piledriver.dll;\
.\\mpir_gc_x64\\mpir_sandybridge.dll;\
.\\mpir_gc_x64\\mpir_skylake_avx.dll \
--add-path mpir_gc_x64
--add-dll mpir.dll;mpir_gc.dll;mpir_broadwell.dll;mpir_broadwell_avx.dll;mpir_bulldozer.dll;mpir_haswell.dll;mpir_piledriver.dll;mpir_sandybridge.dll;mpir_skylake_avx.dll \
"""

0 comments on commit 34703de

Please sign in to comment.