diff --git a/cfg/clifton/eigen.profile b/cfg/clifton/eigen.profile
new file mode 100644
index 0000000000000000000000000000000000000000..b0978f22aec4fcb1c32ce619c412ce5e719babba
--- /dev/null
+++ b/cfg/clifton/eigen.profile
@@ -0,0 +1 @@
+add2env INCLUDE /opt/eigen/include/eigen3
diff --git a/cfg/clifton/gmsh.profile b/cfg/clifton/gmsh.profile
index 4a3ec051441ecc8b4892b76cca8038877445e44d..3bb33ff2a83ef55b84a208219203deeb402413b3 100644
--- a/cfg/clifton/gmsh.profile
+++ b/cfg/clifton/gmsh.profile
@@ -1,4 +1,3 @@
-
 add2env PATH "/opt/gmsh/bin" front
 add2env INCLUDE "/opt/gmsh/include" front
 add2env LIB "/opt/gmsh/lib" front
diff --git a/cfg/vaillant/eigen.profile b/cfg/vaillant/eigen.profile
new file mode 100644
index 0000000000000000000000000000000000000000..8477a380dbf5f7024156aec2f10df25e4ea6e524
--- /dev/null
+++ b/cfg/vaillant/eigen.profile
@@ -0,0 +1 @@
+add2env INCLUDE "/opt/eigen/include/eigen3"
diff --git a/cfg/vaillant/gmsh.profile b/cfg/vaillant/gmsh.profile
index 412f3fcb47cd01cfd224b34e5ac684e0516fecd4..db85932a1f7db6db8f23bf46a7db4f99ea27f207 100644
--- a/cfg/vaillant/gmsh.profile
+++ b/cfg/vaillant/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"
diff --git a/cfg/warson/eigen.profile b/cfg/warson/eigen.profile
new file mode 100644
index 0000000000000000000000000000000000000000..8477a380dbf5f7024156aec2f10df25e4ea6e524
--- /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 5c49bb8758a6dfc7e91815a1e87e731e500482b4..59205fde9394398a0c0f0da1e98c505a491f3fc1 100644
--- a/cfg/warson/gmsh.profile
+++ b/cfg/warson/gmsh.profile
@@ -3,3 +3,5 @@ add2env INCLUDE "/opt/gmsh/include" front
 add2env LIB     "/opt/gmsh/lib" front
 add2env LD_LIBRARY_PATH "/opt/gmsh/lib"
 add2env PYTHONPATH "/opt/gmsh/lib"
+add2env INCLUDE "/opt/gmsh/include"
+add2env LIB "/opt/gmsh/lib"