Skip to content

Commit

Permalink
Now works also on a mac
Browse files Browse the repository at this point in the history
  • Loading branch information
berndporr committed Nov 3, 2018
1 parent 364c248 commit 9ce12c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ for an instructional example.

#### Pre-compiled package

Windows / Linux / Mac (untested)
Windows / Linux / Mac
```
pip3 install fir1
```
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def read(fname):
sources=['fir1.i','Fir1.cpp'],
extra_compile_args=['-std=c++11'],
swig_opts=['-c++','-py3'],
include_dirs=[numpy.get_include()],
)
elif platform == "win32":
fir1_module = Extension('_fir1',
Expand All @@ -29,7 +30,7 @@ def read(fname):


setup (name = 'fir1',
version = '1.3.0.14',
version = '1.3.0.15',
author = "Bernd Porr",
author_email = "mail@berndporr.me.uk",
url = "https://github.com/berndporr/fir1",
Expand Down

0 comments on commit 9ce12c3

Please sign in to comment.