Commit | Date | |
---|---|---|
2006-09-19 03:39:43 | Tree | |
2006-09-18 09:02:38 | Tree | |
2006-09-18 08:58:39 | Tree | |
[r2567]
by
bugman
relax version 1.2.7. This is the MS Windows compatibility release. To allow relax to function properly on MS Windows a number of changes were necessary. This includes a number of bug fixes, the creation of the 'relax.bat' batch file, and modifications to allow the C modules to be compiled. Pre-compiled Windows zip files will now be available for download from the relax download page (http://www.nmr-relax.com/download.html). The full list of changes is: Features: Changes: Bugfixes: |
2006-09-18 07:00:43 | Tree |
2006-09-18 05:53:37 | Tree | |
[r2565]
by
bugman
A number of changes for cross platform support within the sconstruct file (specifically for MS Windows). The scons targets for packaging and signing the binary and source distributions have been modified to not be tar file specific. The targets 'tar_bin' and 'tar_src' have been renamed to 'package_bin' and 'package_src' respectively. The parent directory specifier '..' has been replaced with the 'os' object 'path.pardir' (however this cross platform compatibility change may never have been an issue). The MS Windows distribution files have been changed from tar files to zip files. The 'self.set_paths()' function has been rewritten so that each operating system is handled within if blocks. The MS Windows files names have been changed as 'platform.uname()[4]' is an empty string. The form of the Windows distribution files names is now 'relax-x.x.x.Win32.zip' and 'relax-x.x.x.src.zip'. The relax manual compilation commands have been modified for MS Windows compatibility. Firstly the LaTeX file extensions have all been dropped (this works in both Linux and Windows). The 'ps2pdf' command has also been modified, in Windows its options are set using the '#' character rather than '=' (a Windows cmd.exe parsing feature)! The MS Windows DLL file extension has been moved from the temporary file list to the general clean function. |
2006-09-18 03:46:20 | Tree |
[r2564]
by
bugman
Modified the LaTeX manual compilation section of the sconstruct script so that scons does not fail |
2006-09-15 04:58:28 | Tree |
[r2563]
by
bugman
A number of modifications to the sconstruct script for MS Windows compatibility. The contents of the function self.setup_c() has been temporarily shifted into the self.relax_fit() The file extensions 'obj', 'dll', 'exp', and 'lib' have been added to the list to remove when 'scons The C compilation flags have been made system dependent. For example the include flag in Windows is The Python include path has been split into two, 'py_include_minpath' and 'py_include_fullpath'. In Windows the Python library path (where python24.lib is located) cannot be found so the LIBPATH In a number of places the Unix path separator '/' has been replaced by the system independent Python |
2006-09-15 04:53:20 | Tree |
[r2562]
by
bugman
Modifications to the development chapter to point to the vimrc files for all operating systems. |
2006-09-15 04:27:15 | Tree |
[r2561]
by
bugman
Another unsuccessful attempt at preventing [Ctrl-C] form asking "Terminate batch job (Y/N)?" in MS |
2006-09-14 09:31:41 | Tree |