[f2py] Re: Compiling 64-bit with f2py
Thomas Robitaille <[email protected]>
| Newsgroups | gmane.comp.python.f2py.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, To follow up on my previous question, and for the record, I finally managed to solve the problem by running f2py in the following way: export LDFLAGS='-m64 -Wall -undefined dynamic_lookup -bundle' f2py-64 -m testadd -c testadd.f90 --f90flags="-m64" --f77flags="-m64" (with the default compilers set to gfortran) Thomas