From 8ade4954b7d55f530ba2a35ce964bf619f92b69a Mon Sep 17 00:00:00 2001 From: Luc Papeleux <L.Papeleux@ULiege.be> Date: Tue, 2 Jun 2020 12:06:28 +0200 Subject: [PATCH] add trilinos config file --- cfg/blueberry/trilinos.profile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cfg/blueberry/trilinos.profile diff --git a/cfg/blueberry/trilinos.profile b/cfg/blueberry/trilinos.profile new file mode 100644 index 0000000..6cc2c8a --- /dev/null +++ b/cfg/blueberry/trilinos.profile @@ -0,0 +1,5 @@ +# Trilinos custom compile localement +# (permet le FIND_PACKAGE(Trilinos) dans CMake) +add2env CMAKE_PREFIX_PATH "/opt/trilinos" front +add2env PYTHONPATH "/opt/trilinos/lib/python3.7/site-packages" front + -- GitLab