You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The culprit is cp -f -s src/$(KIND_MAP) .f2py_f2cmap under the mocsy.so target. It seems like Mac doesn't have the -s flag. Removing that allows it to run just fine. Perhaps the symbolic linking isn't necessary?
The text was updated successfully, but these errors were encountered:
Following http://ocmip5.ipsl.jussieu.fr/mocsy/pyth.html with
gfortran
andnumpy
installed,make mocsy.so
breaks with the current Makefile.The culprit is
cp -f -s src/$(KIND_MAP) .f2py_f2cmap
under themocsy.so
target. It seems like Mac doesn't have the-s
flag. Removing that allows it to run just fine. Perhaps the symbolic linking isn't necessary?The text was updated successfully, but these errors were encountered: