Skip to content
Snippets Groups Projects
Commit 347f5978 authored by Franck Pérignon's avatar Franck Pérignon
Browse files

Fix bug in setup.py (enable/disable fortran options for cmake) bis

parent 215afa71
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,8 @@ if(enable_fortran is "ON"): ...@@ -67,6 +67,8 @@ if(enable_fortran is "ON"):
withscales = '@WITH_SCALES@' withscales = '@WITH_SCALES@'
if(withscales is "ON"): if(withscales is "ON"):
if(withfftw is "OFF"):
fortran_src.append(fortran_dir+'parameters.f90')
fortran_src.append(fortran_dir+'scales2py.f90') fortran_src.append(fortran_dir+'scales2py.f90')
options = [('F2PY_REPORT_ON_ARRAY_COPY', '1')] options = [('F2PY_REPORT_ON_ARRAY_COPY', '1')]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment