aboutsummaryrefslogtreecommitdiff
path: root/configuration.ccl
diff options
context:
space:
mode:
authoreschnett <eschnett@043a8217-7a68-40fe-abfd-36aa7d4fa6a8>2011-12-19 14:42:06 +0000
committereschnett <eschnett@043a8217-7a68-40fe-abfd-36aa7d4fa6a8>2011-12-19 14:42:06 +0000
commitc9ca4538978121d953d3d07f94a73ce3fef6cc74 (patch)
tree9c2028286ca64f37ae85bd6cfd6c968573f2560e /configuration.ccl
parentbe6041417469371b3731e8cb76f7ccf5a15e0322 (diff)
Don't overwrite OPENMPI_INC_DIRS and OPENMPI_LIB_DIRS.
Also reformat configure.sh to look similar to the other ExternalThorns. git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/MPI/trunk@6 043a8217-7a68-40fe-abfd-36aa7d4fa6a8
Diffstat (limited to 'configuration.ccl')
-rw-r--r--configuration.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 1536fc5..7289990 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -4,5 +4,5 @@ PROVIDES MPI
{
SCRIPT configure.sh
LANG bash
- OPTIONS MPI OPENMPI_DIR OPENMPI_INSTALL_DIR OPENMPI_INC_DIRS OPENMPI_LIB_DIRS OPENMPI_LIBS
+ OPTIONS MPI OPENMPI_DIR OPENMPI_INC_DIRS OPENMPI_LIB_DIRS OPENMPI_LIBS OPENMPI_INSTALL_DIR
}