Skip to content

Commit

Permalink
Automatically make fftfit and test it during python build
Browse files Browse the repository at this point in the history
  • Loading branch information
scottransom committed Mar 20, 2015
1 parent 1d67811 commit fec74d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/Makefile
@@ -1,9 +1,8 @@
build:
python setup.py install --home=${PRESTO}

fftfit:
cd fftfit_src ; f2py -c fftfit.pyf *.f
cd fftfit_src ; cp fftfit.so ${PRESTO}/lib/python
python fftfit_src/test_fftfit.py

clean:
rm -rf build
Expand Down

0 comments on commit fec74d9

Please sign in to comment.