Skip to content

Commit

Permalink
CI: try to mimic scipy_openblas32 PC config
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br committed May 17, 2024
1 parent a68a984 commit 3935085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codspeed-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
Description: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version
Version: ${version}
URL: https://github.com/xianyi/OpenBLAS
Libs: -L${{ github.workspace }} -lopenblas
Libs.private: ${{ github.workspace }}
Libs: ${{ github.workspace }}/openblas.so -Wl,-rpath,${{ github.workspace }}
Libs.private: -lm -lpthread -lgfortran -lquadmath -L${{ github.workspace }} -lopenblas
Cflags: -I${{ github.workspace}}
EOF
cat openblas.pc
Expand Down

0 comments on commit 3935085

Please sign in to comment.