summaryrefslogtreecommitdiff
path: root/lib/make/force-reconfigure
blob: 0d2245c5714745fcdd9bbaf945464cd5976518c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# /*@@
#   @file    force-reconfigure
#   @date    Wed Mar 31 2004
#   @author  Erik Schnetter
#   @desc
#            Timestamp file for forcing reconfiguring configurations
#   @enddesc
#   @version $Id: force-reconfigure,v 1.10 2006-07-19 11:02:36 schnetter Exp $
# @@*/

31 Mar 2004: created
10 Apr 2004: thorns now check for FFTW, MPI, and PETSc in a more reliable way
20 Jun 2004: introduce CCTK_HAVE_INT* and CCTK_HAVE_REAL* macros
26 Jun 2004: renamed CCTK_HAVE_* macros into CCTK_HAVE_*
02 Aug 2004: introduce HAVE_LAPACK and HAVE_BLAS make variables
07 Oct 2004: change HDF5 to CCTK_HDF5 in cctk_Config.h
08 Nov 2004: add HAVE_HDF5_STREAM_VFD and HDF5_LFS_FLAGS makefile variables
10 Mar 2006: fix order of external/system libs on the linker command line
19 Jul 2006: detect presence of real*16 in Fortran correctly