summaryrefslogtreecommitdiff
path: root/lib/make
Commit message (Expand)AuthorAge
* 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
* Added option '-N11' to F90FLAGS for absoft compiler.tradke2002-05-07
* Evaluate AIX_BITS to check whehter to build 64-bit (the default now) or 32-bittradke2002-04-22
* Support for Darwin 5.3 and 5.4.tradke2002-04-19
* John's changes to the preprocessor flags to fix darwin-specific problemstradke2002-04-18
* Fixed typo in most recent commit.tradke2002-04-10
* Explicitly switch off optimization with '-O0' if OPTIMISE=no.tradke2002-04-10
* Add the '-pthread' flag to compiler options when compiling with PTHREADS=yes.tradke2002-04-08
* Added fix for L2_CACHE_SIZE so that if the value isn't found (inallen2002-04-07
* Check for DEBUG="no". This closes PR Cactus/952.tradke2002-03-27
* Set F77FLAGS='-f' for Absoft compiler to make it generate case-insensitivetradke2002-03-27
* Allow setting MPI=none which means to configure without MPI.tradke2002-03-25
* Check for DEBUG to have a valid setting.tradke2002-03-25
* Added defines neccessary for cross-compiling.tradke2002-03-20
* Expand the NULL_DEVICE define in cctk_Config.h when cross-compiling.tradke2002-03-20
* Support for VPP300, VPP700, and VPP5000 series.tradke2002-03-13
* Added info to recognize Fujitsu VPP5000 systems.tradke2002-03-13
* Made changes to allow for compiling with gnu compilers in cygwin.kcamarda2002-02-22
* file for aix5.1.0.0 as used on Garching's Regatta machinelanfer2002-02-07
* Added another C/C++ compiler optimization option.tradke2002-01-19
* For MPI config: use mpCC_r as the linker if xlc_r/xlC_r are used as compilers.tradke2002-01-18
* Updated check for parallel version of HDF5 lib.tradke2002-01-17
* Check for availability of <dirent.h>.tradke2002-01-07
* Fixed bug in parsing for gmake <config>-configinfoallen2002-01-06
* Added warnings when compiling with WARN=yesallen2002-01-05