Skip to content

Commit

Permalink
Update python-safpy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-hld authored Jan 29, 2024
1 parent 6dda6e5 commit 8aaa0d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-safpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
curl https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.26/OpenBLAS-0.3.26-x64.zip -L -o tmp.zip
7z x ./tmp.zip -oOpenBLAS
ls
ls OpenBLAS
echo $PWD
else
echo "$RUNNER_OS not supported"
Expand All @@ -66,7 +67,7 @@ jobs:
elif [ "$RUNNER_OS" == "macOS" ]; then
cmake -S ./Spatial_Audio_Framework/ -B ./Spatial_Audio_Framework/build -DSAF_PERFORMANCE_LIB=SAF_USE_APPLE_ACCELERATE -DSAF_BUILD_EXAMPLES=0
elif [ "$RUNNER_OS" == "Windows" ]; then
cmake -S ./Spatial_Audio_Framework/ -B ./Spatial_Audio_Framework/build -DSAF_PERFORMANCE_LIB=SAF_USE_OPEN_BLAS_AND_LAPACKE -DOPENBLAS_LIBRARY="../OpenBLAS/lib/libopenblas.dll" -DLAPACKE_LIBRARY="../OpenBLAS/lib/libopenblas.dll" -DOPENBLAS_HEADER_PATH="../OpenBLAS/include" -DSAF_BUILD_EXAMPLES=0
cmake -S ./Spatial_Audio_Framework/ -B ./Spatial_Audio_Framework/build -DSAF_PERFORMANCE_LIB=SAF_USE_OPEN_BLAS_AND_LAPACKE -DOPENBLAS_LIBRARY="/d/a/SAFpy/SAFpy/OpenBLAS/lib/libopenblas.dll" -DLAPACKE_LIBRARY="/d/a/SAFpy/SAFpy/OpenBLAS/lib/libopenblas.dll" -DOPENBLAS_HEADER_PATH="/d/a/SAFpy/SAFpy/OpenBLAS/include" -DSAF_BUILD_EXAMPLES=0
fi
shell: bash

Expand Down

0 comments on commit 8aaa0d0

Please sign in to comment.