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 30, 2024
1 parent 8f48d9b commit ae31b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-safpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,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=/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/ -DHAVE_LAPACK_CONFIG_H=1 -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/ -DHAVE_LAPACK_CONFIG_H=1 -DLAPACK_COMPLEX_STRUCTURE=1 -DSAF_BUILD_EXAMPLES=0
fi
shell: bash

Expand Down

0 comments on commit ae31b62

Please sign in to comment.