We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ab717 commit f173562Copy full SHA for f173562
1 file changed
README.md
@@ -41,7 +41,7 @@ Running benchmarks locally
41
To run the benchmark suite locally, first do
42
43
```
44
-$ python -c "import scipy_openblas32; print(scipy_openblas32.get_pkg_config())" > openblas.pc
+$ python -c "import scipy_openblas32; print(scipy_openblas32.get_pkg_config())" > scipy_openblas.pc
45
$ export PKG_CONFIG_PATH=$PWD
46
47
0 commit comments