svn+ssh://bugman@.../svn/relax/trunk
........
r23637 | bugman | 2014-06-04 16:56:17 +0200 (Wed, 04 Jun 2014) | 9 lines
Expanded and improved the docstring for the relax_disp.r20_from_min_r2eff user function.
This follows from http://thread.gmane.org/gmane.science.nmr.relax.devel/5957.
The documentation now covers a number of the uses for this user function. The text has also been
lightly edited. To fit all the text into the GUI user function window, the size of the dialog and
the text high settings have been changed.
........
r23638 | bugman | 2014-06-04 18:05:35 +0200 (Wed, 04 Jun 2014) | 12 lines
Large improvements for the detection of cross-compilation on Mac OS X systems.
The tests for different architecture support now follows the ideas discussed in the post
http://thread.gmane.org/gmane.science.nmr.relax.devel/5785/focus=5820.
In summary, for each architecture a simple C file is created, compiled with 'gcc -arch xyz', and the
resultant binary file tested. To support 64-bit compilation on 32-bit systems, all previously
successful architectures are also included in the gcc command.
The change allows the 'ppc64' architecture to be reintroduced.
........
r23639 | bugman | 2014-06-04 18:21:30 +0200 (Wed, 04 Jun 2014) | 5 lines
Fixed the docstring for the det_arch() method of the sconstruct script.
This is for the true cross-compilation detection on Mac OS X.
........