Skip to content

Commit

Permalink
Fix CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Mar 11, 2024
1 parent e97a91f commit b8550d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/build_openmm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ pushd openmm-cuda
whl_name=$(basename $whl)
whl_name="${whl_name::${#whl_name}-7}$whl_tag"
pushd $PREFIX
$BUILD_PREFIX/bin/python $RECIPE_DIR/vendor_wheel.py $whl lib/plugins/libOpenMMCUDA.so
$BUILD_PREFIX/bin/python $RECIPE_DIR/vendor_wheel.py $whl lib/plugins/libOpenMMCUDA.so lib/plugins/libOpenMMDrudeCUDA.so lib/plugins/libOpenMMAmoebaCUDA.so lib/plugins/libOpenMMRPMDCUDA.so
popd
cp $whl ../dist/$whl_name
done
Expand Down

0 comments on commit b8550d5

Please sign in to comment.