Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed Dec 21, 2023
1 parent 0b4cfca commit 6a9948d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bin/cibw_before_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ if [[ $RUNNER_OS == "Linux" || $RUNNER_OS == "macOS" ]] ; then
# sudo cp $basedir/include/* /usr/local/include/
pip install mkl-devel
else
# cp -r $basedir/lib/* /usr/local/lib/
# cp $basedir/include/* /usr/local/include/
pip install mkl-devel
cp -r $basedir/lib/* /usr/local/lib/
cp $basedir/include/* /usr/local/include/
fi
elif [[ $RUNNER_OS == "Windows" ]]; then
# delvewheel is the equivalent of delocate/auditwheel for windows.
Expand Down

0 comments on commit 6a9948d

Please sign in to comment.