> Hi Dominique,
> On Fri, Jan 13, 2012 at 2:04 PM, Dominique<dominique.or...@gmail.com> wrote:
>> Hi,
>> I'm wondering if Fwrap is still an ongoing project or not? The git
>> repository hasn't been updated since Jan 2011 and I can't even manage
>> to run the integration tests. Other similar messages on this newsgroup
>> seem to have been left hanging for many months.
> Thanks for your inquiry.
> Fwrap has stalled for the past year or so: finishing my PhD, new job,
> cross-country move, new baby -- all have obliterated any time I have
> to devote to fwrap. I'm doing what I can to get funding for fwrap so
> I can devote work hours to it, but that is still only a potential.
> For 2012, things have started settling down enough to devote a small
> but useful amount of time every week to working on it (and other
> projects).
> First on my list is to give the usual indications that fwrap is still
> alive (or is being revived, depending on how you view it). This email
> is part of that process, so thanks for providing the impetus.
> Second on my list is to get the testsuite up& running without so much fiddling.
> Third on my list is to start on getting F90/95 derived type support working.
> Sorry for the delays, and thanks for the interest. Stay tuned.
Note that there's a 'devel' branch from April containing my changes.
Please drop me a mail if you wonder about anything in that one.
>> For information, I'm under OSX 10.6.8, Cython 0.16, Python 2.7, Numpy
>> 1.6.1 and latest Fwrap from Github (master branch from Dec 2010). I
>> set the F90 and LDFLAGS environment variables as instructed. I have
>> gfortran 4.2.1. I tried g95 0.93 without any more success. Following
>> the documentation:
>> $ python runtests.py -vv --fcompiler=gnu95 --no-cleanup
>> Usage: runtests.py [options]
>> runtests.py: error: no such option: --fcompiler
>> $ python runtests.py -vv --no-cleanup
>> # Lots of errors
>> Ran 28 tests in 0.664s
>> FAILED (errors=28)
>> I pulled the source code for waf under fwrap/ but I don't know what
>> I'm supposed to do with it. Most errors have the form:
>> ======================================================================
>> ERROR: runTest (__main__.FwrapRunTestCase)
>> compiling and running old_decl.f90
>> ----------------------------------------------------------------------
>> Traceback (most recent call last):
>> File "runtests.py", line 140, in run
>> self.runTest()
>> File "runtests.py", line 121, in runTest
>> fwrapc(argv=argv)
>> File "/Users/dpo/.virtualenvs/fwrap/fwrap/fwrap/fwrapc.py", line
>> 134, in fwrapc
>> return call_waf(opts, args, argv)
>> File "/Users/dpo/.virtualenvs/fwrap/fwrap/fwrap/fwrapc.py", line 71,
>> in call_waf
>> configure_cb(opts, args, orig_args)
>> File "/Users/dpo/.virtualenvs/fwrap/fwrap/fwrap/fwrapc.py", line 55,
>> in configure_cb
>> setup_dirs(proj_dir(opts.outdir))
>> File "/Users/dpo/.virtualenvs/fwrap/fwrap/fwrap/fwrapc.py", line 44,
>> in setup_dirs
>> dirname)
>> File "/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/
>> Versions/2.7/lib/python2.7/shutil.py", line 116, in copy
>> copyfile(src, dst)
>> File "/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/
>> Versions/2.7/lib/python2.7/shutil.py", line 81, in copyfile
>> with open(src, 'rb') as fsrc:
>> IOError: [Errno 21] Is a directory: '/Users/dpo/.virtualenvs/fwrap/
>> fwrap/fwrap/waf'
>> ----------------------------------------------------------------------
>> The nose tests appear to pass.
>> In the examples directory:
>> $ make
>> ../fwrapc.py arrays/source.f90 --build --fcompiler=gnu95 \
>> --name=arrays_ext --out_dir=arrays --override
>> Usage: fwrapc.py [options]
>> fwrapc.py: error: no such option: --build
>> make: *** [arrays_ext] Error 2
>> So ... no joy at all.
>> In case Fwrap is being abandoned, is there a good (alive) alternative
>> out there?
>> Thanks!
>> --
>> You received this message because you are subscribed to the Google Groups "Fwrap Users" group.
>> To post to this group, send email to fwrap-users@googlegroups.com.
>> To unsubscribe from this group, send email to fwrap-users+unsubscribe@googlegroups.com.
>> For more options, visit this group at http://groups.google.com/group/fwrap-users?hl=en.