Skip to content

Commit

Permalink
fix pip
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Mar 21, 2024
1 parent 6024898 commit cf570a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion recipe/build_openmm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function repair() {
--exclude libnvrtc.so.${cuda_compiler_version} \
--lib-sdir=$LIB_SDIR
else
$BUILD_PREFIX/bin/python -m pip install "git+https://github.com/isuruf/delocate@delete_rpath"
python -m pip install "git+https://github.com/isuruf/delocate@delete_rpath"
python $(which delocate-wheel) \
-w fixed_wheels \
--sanitize-rpaths \
Expand Down
12 changes: 7 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,8 @@ requirements:
- m2-coreutils # [win]
{% endif %}
# START WHEEL CHANGES
- auditwheel # [linux]
- setuptools # [linux]
- unzip # [unix]
- patchelf # [linux]
- delocate >=0.10.6
- pip
- macholib
# END WHEEL CHANGES

host:
Expand All @@ -92,6 +87,13 @@ requirements:
# No cuda-driver-dev in windows
- cuda-driver-dev # [linux]
{% endif %}
# START WHEEL CHANGES
- auditwheel # [linux]
- setuptools # [linux]
- delocate >=0.10.6
- pip
- macholib
# END WHEEL CHANGES
run:
- python
- numpy
Expand Down

0 comments on commit cf570a0

Please sign in to comment.