1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-08-18 11:21:44 +02:00

Added CFLAGS and CPPFLAGS for Chameleon. #20

This commit is contained in:
vijay gopal chilkuri 2021-06-22 20:44:51 +05:30
parent 856adafb16
commit 440ac2b752

View File

@ -112,7 +112,9 @@ case "$with_chameleon" in
AC_MSG_ERROR([--with-chameleon path does not point to a directory]) AC_MSG_ERROR([--with-chameleon path does not point to a directory])
fi fi
LIBCHAMELEON_PATH="-L$with_chameleon/lib" LIBCHAMELEON_PATH="-L$with_chameleon/lib"
CFLAGS="$LIBCHAMELEON_CFLAGS $CFLAGS"
CXXFLAGS="-I$with_chameleon/include $CXXFLAGS" CXXFLAGS="-I$with_chameleon/include $CXXFLAGS"
CPPFLAGS="$LIBCHAMELEON_CFLAGS $CPPFLAGS"
esac esac
]) ])
AH_TEMPLATE(USE_CHAMELEON,[Chameleon support is available]) AH_TEMPLATE(USE_CHAMELEON,[Chameleon support is available])