summaryrefslogtreecommitdiff
path: root/lib/make
Commit message (Expand)AuthorAge
* Recognize GNU f77 also on RH 8.0 systems.tradke2003-01-28
* Fixed typo in library name for Portland compilers.allen2003-01-14
* Fix problems from my last commit which didn't let you overwrite settings fromtradke2003-01-10
* Don't set makefile environment variables again when they were given on thetradke2003-01-10
* Configure script for LAPACK library.tradke2003-01-09
* Use \textless etc instead of $<$allen2002-12-30
* Fix for latest PGI compilers (4.0-2), where the libraries need to be in a dif...allen2002-12-21
* Known arch stuff for OpenBSD 3.2. Nothing special to the default OpenBSD.tradke2002-11-19
* Enabled the '-nno-cpp-precomp' CFLAGS option again which was already theretradke2002-11-07
* Moved the check for 'inline', along with checks for 'working const' andtradke2002-11-05
* Delete some "Remove in beta 12" code.rideout2002-09-27
* From Ian Kelley ... changed format of created README to include both thornallen2002-09-27
* Fixed linking when using intel compilers but not linking with intel for IA64allen2002-09-24
* Add #defines for the machine Cactus is being built on.allen2002-09-16
* Erik's patch to also check for the '__restrict__' or '__restrict' keywordstradke2002-08-30
* cleandeps only removes dependency files in the configuration build directoryallen2002-08-21
* Removed -LNO option since it is given with the wrong format. Probably shouldallen2002-08-20
* Use echo "" > file to create files rather than touch file.allen2002-08-20
* Document and check maximum length of a thorn nameallen2002-08-19
* Added 'mpi++' to the MPI_LIBS variable if this library exists as a separate onetradke2002-08-19
* The 'find' command on Solaris 8 doesn't follow links automatically.tradke2002-08-13
* Added '-nopredicate' to the fortran optimization flags. This disables generationtradke2002-07-23
* Known-arch file for Darwin 5.5.tradke2002-07-16
* Removed obselete method of setting THORN_LINKLIST.rideout2002-07-11
* Take the value of `basename $CC` when checking for a specific C compiler.tradke2002-07-01
* Changed the default optimization option for g77 from '-O' to '-O2'.tradke2002-06-26
* Another fix for writing the '$Header:$' line in generated files.tradke2002-06-13
* qspill=10000 to compiler on psi (RZG)lanfer2002-06-13
* Fixed the CVS header for generated files in a new thorn. The colon was missing.tradke2002-06-12
* Stop if HDF5 makefile variable is set to anything other than "yes|no" or lefttradke2002-06-07
* Added '-writable_strings' to C*_OPTIMISE_FLAGS which would be disabledtradke2002-06-03
* Moved the defines for 'const', 'inline', and 'restrict' down into thetradke2002-06-03
* From Ian Kelley ...allen2002-06-02
* Check for availability of <sys/ioctl.h>.tradke2002-06-01
* Check for availability of <sys/filio.h> which is needed for socket I/O code.tradke2002-05-31
* Use the Cactus preprocessor to generate Fortran dependencies.tradke2002-05-31
* From Ian Kelley,allen2002-05-30
* Set CPP to '$(PERL) $(CCTK_HOME)/lib/sbin/cpp.pl'.tradke2002-05-29
* trivial typo fixrideout2002-05-29
* Use the Cactus cpp.pl script to create the dependencies for all fortran code.tradke2002-05-28
* Added known-architectures stuff for OpenBSD 3.1 (nothing changed since 3.0).tradke2002-05-24
* Added g2c library to the LIBS if g77 is used.tradke2002-05-16
* The known-arch stuff for OpenBSD. Thanks to Jonathan Thornberg.tradke2002-05-15
* For cross-compiling: added AR=xar RANLIB=xranlib RANLIBFLAGS= USE_RANLIB=yes.tradke2002-05-15
* Added neccessary '-64' flags to fortran and linker flags when cross-compilingtradke2002-05-13
* Commented out CFLAGS='-o-cpp-precomp' which only works for a special gcctradke2002-05-10
* CC linker on origin doesn't accept concatenation of warning numbers intradke2002-05-08
* Use the C/C++ compiler instead of /lib/cpp to generate the dependencies fortradke2002-05-08
* Support for the C99 restrict keyword. This is dealt with in the samegoodale2002-05-07
* Added Erik's flags for the Intel compilers.tradke2002-05-07