Skip to content

Commit

Permalink
making the symlink for ease of compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-t committed May 10, 2019
1 parent 6cae6f1 commit f0e5a3a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion python/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#!/bin/bash

ln -sf ../core

swig -c++ -python -outdir MOODS/ core/scan.i
swig -c++ -python -outdir MOODS/ core/tools.i
swig -c++ -python -outdir MOODS/ core/misc.i
swig -c++ -python -outdir MOODS/ core/parsers.i
python setup.py build_ext --inplace

python setup.py build_ext --inplace

0 comments on commit f0e5a3a

Please sign in to comment.