diff --git a/setup.py b/setup.py index 24bb4f166..2c896ebd8 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ extra_compile_args = ["-DUSEFFTW"] include_dirs = [numpy.get_include()] # For MacOS with MacPorts use the following -include_dirs.append("/opt/local/include") +# include_dirs.append("/opt/local/include") # Note: you might need to add "gfortran" to the following list if # you see errors relating to missing "g" functions....