That's right, I have added the data for running the exponential curve fitting tests but just haven't coded them into the test suite yet. It would be useful to get these up and running. I'll create a task for it pointing to your email.
On another note, I have attempted to incorporate your modifications and suggestions in your post at https://mail.gna.org/public/relax-devel/2006-11/msg00098.html (Message-id: <[EMAIL PROTECTED]>) into the 'sconstruct' script. In r2790 (https://mail.gna.org/public/relax-commits/2006-11/msg00088.html) I have incorporated the line: env['SHLINKFLAGS'] = SCons.Util.CLVar('$LINKFLAGS') directly into the sconstruct script rather than modifying the SCons sources. In r2791 (https://mail.gna.org/public/relax-commits/2006-11/msg00089.html) I have explicitly set the 'SHLIBSUFFIX' SCons environmental variable to '.so' to hopefully overwrite the SCons default of '.dylib'. Doug, would you be able to test these changes to see if the C modules compile by just typing 'scons' (using the original SCons sources), that the '.so' file is created, and that exponential curve fitting works? Thanks, Edward On 11/9/06, Douglas Kojetin <[EMAIL PROTECTED]> wrote:
On Nov 8, 2006, at 12:14 PM, Edward d'Auvergne wrote: >> (5) moved 'maths_fns/relax_fit.dylib' to 'maths_fns/relax_fit.so' to >> match the file name that is present after linux complication > > I wonder if this is functional though? Unfortunately no one has coded > tests for relaxation curve fitting into the test suite yet. Do you > have data you can test it on? I found test data in the following directory: 1.3/test_suite/data/curve_fitting and the script (relax_fit.py) within that directory appears to work without fault with the relax_fit.dylib file renamed as relax_fit.so. Doug
_______________________________________________ relax (http://nmr-relax.com) This is the relax-devel mailing list [email protected] To unsubscribe from this list, get a password reminder, or change your subscription options, visit the list information page at https://mail.gna.org/listinfo/relax-devel

