Skip to content

Commit 95fa4a2

Browse files
committed
add .gitignore; mention PKG_CONFIG_PATH
1 parent d0ab388 commit 95fa4a2

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/__pycache__

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
To run the benchmark suite locally, first do
2+
3+
```
4+
$ python -c "import scipy_openblas32; print(scipy_openblas32.get_pkg_config())" > openblas.pc
5+
$ export PKG_CONFIG_PATH=$PWD
6+
```
7+
8+
and then
9+
10+
```
11+
$ asv run -v
12+
```

0 commit comments

Comments
 (0)