summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-04-10 19:57:02 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-04-10 19:57:02 +0000
commit29737dfc780bff5db9416037bce07664ed1ef767 (patch)
tree0d66c0918207ca7a97968efc750c7c676f981855 /lib
parentaa397a0eda47353267bddc22bba358eb8e0dc277 (diff)
Introduce the mechanism that forces users to re-configure their
configurations. (I updated detecting external libraries (MPI, PETSc, etc.) to use a scheme more sane, and realise only after the fact that people will have to reconfigure for that.) git-svn-id: http://svn.cactuscode.org/flesh/trunk@3657 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/make/force-reconfigure12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/make/force-reconfigure b/lib/make/force-reconfigure
new file mode 100644
index 00000000..1f7bd068
--- /dev/null
+++ b/lib/make/force-reconfigure
@@ -0,0 +1,12 @@
+# /*@@
+# @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.1 2004-04-10 19:57:02 schnetter Exp $
+# @@*/
+
+31 Mar 2004: created
+10 Apr 2004: thorns now check for FFTW, MPI, and PETSc in a more reliable way