}
import sys
if sys.platform.lower() == 'darwin':
executables[linker_so'] = ["g95","-Wall -bundle"]
The 'shared' option is not implemented in the osx linker. Not sure
what the underlying difference between 'shared'
numpy ... and sometimes on a bad day it even catches
me ;-)
Prof Garry Willgoose,
Australian Professorial Fellow in Environmental Engineering,
Director, Centre for Climate Impact Management (C2IM),
School of Engineering, The
ame.
Any ideas (1) what the error means in the first place and (2) what I
should do?
I've cross-posted this on the Python-mac and numpy discussion since it
appears to be a OSX/numpy/f2py interaction.
========
Prof Garry Willgoose,
>>> tsimdtm.tsg.test(1,2,3)
1 T T
test2 2
test3 3
>>> tsimdtm.tsg.test(1,test2=2)
1 T T
test2 2
test3 0
>>> tsimdtm.tsg.test(1,test3=3)
1 T T
test2 0
test3 3
>>> tsimdtm.tsg.test(1,test2=2,test3=3)
1 T T
test2 2
test3 3
===
callstatement ;
> end subroutine dummyfunc
> end interface
> end python module dummy
>
> that should force f2py to build a shared library dummy.so
> with no Fortran dependencies.
Perfect ...
>
Prof
on mailing list
> Numpy-discussion@scipy.org
> http://projects.scipy.org/mailman/listinfo/numpy-discussion
Prof Garry Willgoose,
Australian Professorial Fellow in Environmental Engineering,
Director, Centre for Climate Impact Management (C2IM),
School of Engineering, The University o
access to the global data (subject to fortran module
interfaces, etc).
====
Prof Garry Willgoose,
Australian Professorial Fellow in Environmental Engineering,
Director, Centre for Climate Impact Management (C2IM),
School of Engine