Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cst.signal.build() could not generate correct rspectra.so for EPD(32-bit) python #5

Open
qliu19 opened this issue Aug 23, 2013 · 0 comments

Comments

@qliu19
Copy link

qliu19 commented Aug 23, 2013

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):

export LDFLAGS='-m32 -Wall -undefined dynamic_lookup -bundle'
 f2py -c -m rspectra --f90flags=-m32 --f77flags=-m32 rspectra.f90

-Qiming

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant