Skip to content

Commit

Permalink
Now works also on a mac
Browse files Browse the repository at this point in the history
berndporr committed Nov 3, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 364c248 commit 9ce12c3
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
@@ -64,7 +64,7 @@ for an instructional example.

#### Pre-compiled package

Windows / Linux / Mac (untested)
Windows / Linux / Mac
```
pip3 install fir1
```
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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',
@@ -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 = "[email protected]",
url = "https://github.com/berndporr/fir1",

0 comments on commit 9ce12c3

Please sign in to comment.