spack/var/spack/repos/builtin/packages/changa/fix_configure_path.patch
Julius-Plehn 02dd90ebf9
New Package: ChaNGa (#17442)
* WIP: changa package

* changa cleanup

* flake8 format

* adds master branch to ChaNGa

* positional arguments

* use install instead of copy
2020-07-10 08:22:20 -05:00

14 lines
381 B
Diff

diff --git a/configure b/configure
index 04f1a59..602c6cc 100755
--- a/configure
+++ b/configure
@@ -2434,7 +2434,7 @@ if test $($CHARMC -V | awk '{print $3}') -lt $MINIMUM_CHARM_VERSION; then
fi
CHARM_PATH=${CHARMC%/bin/charmc}
-CONV_CONFIG=${CHARM_PATH}/tmp/conv-config.sh
+CONV_CONFIG=${CHARM_PATH}/include/conv-config.sh
CHARMINC=${CHARM_PATH}/include
. ${CONV_CONFIG}