summaryrefslogtreecommitdiff
path: root/lib/make/configure.in
Commit message (Expand)AuthorAge
* Allow case-independent values for configure options WARN, OPTIMISE/OPTIMIZE,tradke2004-04-22
* Changing so that line directives are not generated by default:goodale2004-02-05
* Make error messages and debug information point to the real sourceschnetter2004-01-19
* Add (incomplete) Fortran 90 bindings for the flesh functions.schnetter2004-01-19
* Add FPP and FPPFLAGS configuration variables. These are used forschnetter2004-01-19
* Turn "WARN={yes|no}" into a configuration option also (still changeable attradke2003-12-17
* Check for ifort as F77/F90 compiler.tradke2003-12-17
* Allow vector groups of scalars.schnetter2003-11-21
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* Currently the dependencies from the configure.ccl file are not handledschnetter2003-10-07
* Rename CCTK_L2_CACHE_SIZE to CCTK_CACHE_SIZE andallen2003-04-30
* Added detection of signal.h.goodale2003-04-05
* Some changes prompted by PR/1320:goodale2003-03-13
* Define CCTK_DEBUG if 'DEBUG=yes' was set as a configure option.tradke2003-02-12
* Removed g++ warnings which are only valid for C (not for C++).tradke2003-02-10
* Moved the check for 'inline', along with checks for 'working const' andtradke2002-11-05
* 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
* Changed the default optimization option for g77 from '-O' to '-O2'.tradke2002-06-26
* 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
* Support for the C99 restrict keyword. This is dealt with in the samegoodale2002-05-07
* Check for DEBUG="no". This closes PR Cactus/952.tradke2002-03-27
* Check for DEBUG to have a valid setting.tradke2002-03-25
* Expand the NULL_DEVICE define in cctk_Config.h when cross-compiling.tradke2002-03-20
* Check for availability of <dirent.h>.tradke2002-01-07
* Removed check for scandir(3) which isn't used anymore in IOUtil.tradke2001-12-21
* Added function CCTK_WriteFiles which compares file against old version andgoodale2001-06-25
* Use C_WARN_FLAGS to build CXX_WARN_FLAGS only if CC is gcc.tradke2001-06-18
* Added some more options to C_WARN_FLAGS and CXX_WARN_FLAGS resp.tradke2001-06-18
* With my latest commit I accidentally removed MKDIR and MKDIRFLAGStradke2001-06-13
* Get rid of FMODIFIER (DEPRECATED IN BETA 9) and MKDIR/MKDIRFLAGS whichtradke2001-06-12
* Check for isnan.goodale2001-05-16
* Changing defualt of RANLIBFLAGS from 'cs' to '-cs' since the '-' seems to begoodale2001-05-14
* Adding RANLIBFLAGS to pass arguments to ranlib. Default is "cs".goodale2001-05-14
* Added optional use of ranlib to create archoive indices.goodale2001-05-11
* Added configure check for finite(3).tradke2001-04-24
* Added check for PTHREADS libs (c_r, pthread, pthreads).tradke2001-04-05
* Fix for Cactus/547 and more.allen2001-03-10
* Fix for problem Tom spotted with how I set F90/F77 to descriptive stringsallen2001-01-13
* Set F90 and F77 compilers to a explanatory string if they are not setallen2001-01-12
* Will use F77FLAGS for F77 compilation if given, rather than using F90FLAGS.goodale2000-12-17
* Add F90_SUFFIX make variable for freeformat f90 suffix. This shouldgoodale2000-12-17
* Fixing path to perl script under non-cygwin stuff which was broken by my lastgoodale2000-12-10
* Added removal of cygdrive from path to perl script if using cygwin. Now worksgoodale2000-12-10
* Search for gethostbyname(3) also in libnls.so.tradke2000-11-04
* Changing to use CCTK_CHECK_LIB for ucb and scandir.goodale2000-11-04
* New functions to help checking for functions and libraries.goodale2000-11-04
* Added detection of scandir(3) under Solaris where it is in /usr/ucb/libucb.a.tradke2000-11-03
* Looking for __int64. This provides us with an 8 byte int under NT.goodale2000-10-31