Skip to content

Commit

Permalink
fix linux
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Apr 26, 2024
1 parent 787e0f4 commit c4acee6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/build_openmm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ for whl in $PWD/dist/*.whl; do
plugins="$plugins $plugin"
fi
done
$BUILD_PREFIX/bin/python${PY_VER} $(which delocate-wheel) \
$BUILD_PREFIX/bin/python $(which delocate-wheel) \
$RECIPE_DIR/vendor_wheel.py \
$whl \
include/openmm \
Expand Down Expand Up @@ -145,7 +145,7 @@ function repair() {
--exclude libnvrtc.so.12 \
--lib-sdir=$LIB_SDIR
else
$BUILD_PREFIX/bin/python${PY_VER} $(which delocate-wheel) \
$BUILD_PREFIX/bin/python $(which delocate-wheel) \
-w fixed_wheels \
--sanitize-rpaths \
-v \
Expand Down Expand Up @@ -173,7 +173,7 @@ if [[ "$cuda_compiler_version" != "None" ]]; then
whl_name=$(basename $whl)
whl_name="${whl_name::${#whl_name}-7}$whl_tag"
pushd $PREFIX
$PREFIX/bin/python \
$BUILD_PREFIX/bin/python \
$RECIPE_DIR/vendor_wheel.py \
$whl \
lib/plugins/libOpenMMCUDA.so \
Expand Down

0 comments on commit c4acee6

Please sign in to comment.