[Numpy-discussion] when will osx linker option -bundle be reflected in distutils

2009-01-05 Thread Garry Willgoose
} 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-discussion] when will osx linker option -bundle be reflected in distutils

2008-12-08 Thread Garry Willgoose
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

[Numpy-discussion] mac osx10.5 and external library crash (possible f2py/numpy problem?)

2008-05-14 Thread Garry Willgoose
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,

[Numpy-discussion] f2py: optional parameters and present() bug?

2008-04-23 Thread 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 ===

Re: [Numpy-discussion] f2py: sharing F90 module data between modules

2008-02-14 Thread Garry Willgoose
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

Re: [Numpy-discussion] f2py: sharing F90 module data between modules

2008-02-13 Thread Garry Willgoose
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

[Numpy-discussion] f2py: sharing F90 module data between modules

2008-02-11 Thread Garry Willgoose
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