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 412f3fcb47cd01cfd224b34e5ac684e0516fecd4..db85932a1f7db6db8f23bf46a7db4f99ea27f207 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"