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
Today I happened to regenerate rspectra.so under cst folder and found it didn't work properly as it used to. I am using a 32-bit python (Enthought) on mac os x 10.6.8.
I suspect it could be due to an update of numpy (currently it is on 1.7.1) since I was able to compile rspectra correctly before.
Finally I ended up build it with f2py using the following snippet (following the method in http://cens.ioc.ee/pipermail/f2py-users/2009-August/001873.html):
Today I happened to regenerate rspectra.so under cst folder and found it didn't work properly as it used to. I am using a 32-bit python (Enthought) on mac os x 10.6.8.
I suspect it could be due to an update of numpy (currently it is on 1.7.1) since I was able to compile rspectra correctly before.
Finally I ended up build it with f2py using the following snippet (following the method in http://cens.ioc.ee/pipermail/f2py-users/2009-August/001873.html):
-Qiming
The text was updated successfully, but these errors were encountered: