Did you also revert your change to the SCons file 'gnulink.py' which you described at https://mail.gna.org/public/relax-devel/2006-11/msg00098.html (Message-id: <[EMAIL PROTECTED]>)?
That was quite an easy process to enable the relax C modules to compile on Mac OS X. Thank you Doug for solving many of the issues. Would you be at all interested in joining the relax project by using SCons to build pre-compiled OS X distribution packages? As I only have access to 32 bit GNU/Linux and MS Windows environments, I am unable to provide these packages by myself. If anyone else is using a platform which doesn't currently have pre-built packages and you would like to contribute to the relax project, these packages would be most welcome. Cheers, Edward On 11/9/06, Douglas Kojetin <[EMAIL PROTECTED]> wrote:
I downloaded a fresh copy of relax 1.3 using svn and executed 'scons' without making any changes. The modifications you made work well, and the test in 1.3/test_suite/data/curve_fitting finished as expected. Thanks, Doug On Nov 9, 2006, at 3:46 AM, Edward d'Auvergne wrote: > 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

