mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-03-14 04:51:54 +01:00
Added CFLAGS and CPPFLAGS for Chameleon. #20
This commit is contained in:
parent
856adafb16
commit
440ac2b752
@ -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])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user