Skip to content

Commit 9ce12c3

Browse files
committed
Now works also on a mac
1 parent 364c248 commit 9ce12c3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ for an instructional example.
6464

6565
#### Pre-compiled package
6666

67-
Windows / Linux / Mac (untested)
67+
Windows / Linux / Mac
6868
```
6969
pip3 install fir1
7070
```

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def read(fname):
1818
sources=['fir1.i','Fir1.cpp'],
1919
extra_compile_args=['-std=c++11'],
2020
swig_opts=['-c++','-py3'],
21+
include_dirs=[numpy.get_include()],
2122
)
2223
elif platform == "win32":
2324
fir1_module = Extension('_fir1',
@@ -29,7 +30,7 @@ def read(fname):
2930

3031

3132
setup (name = 'fir1',
32-
version = '1.3.0.14',
33+
version = '1.3.0.15',
3334
author = "Bernd Porr",
3435
author_email = "[email protected]",
3536
url = "https://github.com/berndporr/fir1",

0 commit comments

Comments
 (0)