I have created fink packaging for a relax-py package to install the relax software package for protein dynamics by NMR relaxation data analysis (http://www.nmr-relax.com/). Relax uses scons for c code compilation, installation and python script compilation. Because 'scons install' in relax, compiles python scripts, I have called it from a post-installation script. Because of this post-installation call to scons, I had to take the approach of packaging the relax-1.3.0 source directory in %p/share (after calling 'scons' to compile the c code) and then installing relax in %p/lib/relax-py2X during postinstallation (so that the python scripts are compiled locally). I noticed that scons doesn't allow a Depends and wondering if this had been thought through enough. If scons (being python based) normally precompiles when 'scons install' is executed, it would seem that this call should always be made on postinstallation. Jack ps I will posting the relax-py packaging on fink tracking shortly.
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel
