From 3cc5d62bec72cdafea7f678be12c91e7be5bce2b Mon Sep 17 00:00:00 2001
From: Luc Papeleux <L.Papeleux@ULiege.be>
Date: Thu, 25 May 2023 16:53:07 +0200
Subject: [PATCH] install eigen 3.4 in /opt & add gmsh INCLUDE & LIBS config

---
 cfg/warson/eigen.profile | 1 +
 cfg/warson/gmsh.profile  | 2 ++
 2 files changed, 3 insertions(+)
 create mode 100644 cfg/warson/eigen.profile

diff --git a/cfg/warson/eigen.profile b/cfg/warson/eigen.profile
new file mode 100644
index 0000000..8477a38
--- /dev/null
+++ b/cfg/warson/eigen.profile
@@ -0,0 +1 @@
+add2env INCLUDE "/opt/eigen/include/eigen3"
diff --git a/cfg/warson/gmsh.profile b/cfg/warson/gmsh.profile
index 412f3fc..db85932 100644
--- a/cfg/warson/gmsh.profile
+++ b/cfg/warson/gmsh.profile
@@ -1,3 +1,5 @@
 add2env PATH "/opt/gmsh/bin" front
 add2env LD_LIBRARY_PATH "/opt/gmsh/lib"
 add2env PYTHONPATH "/opt/gmsh/lib"
+add2env INCLUDE "/opt/gmsh/include"
+add2env LIB "/opt/gmsh/lib"
-- 
GitLab