Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed Dec 22, 2023
1 parent 983e9ed commit 70d94b2
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 -r $basedir/lib/* /usr/local/lib/
sudo cp $basedir/include/* /usr/local/include/
else
export BLAS=/usr/local/lib/
sudo cp -r $basedir/lib/* /usr/local/lib/
sudo cp $basedir/include/* /usr/local/include/
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 70d94b2

Please sign in to comment.