From 1f2a50f22d7874f7a6b5ef03195d8a961493073e Mon Sep 17 00:00:00 2001
From: Luc Papeleux <papeleux@gaston.ltas.ulg.ac.be>
Date: Thu, 23 Apr 2020 15:46:31 +0200
Subject: [PATCH] add gmsh-sdk configuration files for gaston/spring/thorgal

---
 cfg/gaston/gmsh.profile  | 3 +++
 cfg/spring/gmsh.profile  | 3 +++
 cfg/thorgal/gmsh.profile | 3 +++
 3 files changed, 9 insertions(+)
 create mode 100644 cfg/gaston/gmsh.profile
 create mode 100644 cfg/spring/gmsh.profile
 create mode 100644 cfg/thorgal/gmsh.profile

diff --git a/cfg/gaston/gmsh.profile b/cfg/gaston/gmsh.profile
new file mode 100644
index 0000000..412f3fc
--- /dev/null
+++ b/cfg/gaston/gmsh.profile
@@ -0,0 +1,3 @@
+add2env PATH "/opt/gmsh/bin" front
+add2env LD_LIBRARY_PATH "/opt/gmsh/lib"
+add2env PYTHONPATH "/opt/gmsh/lib"
diff --git a/cfg/spring/gmsh.profile b/cfg/spring/gmsh.profile
new file mode 100644
index 0000000..412f3fc
--- /dev/null
+++ b/cfg/spring/gmsh.profile
@@ -0,0 +1,3 @@
+add2env PATH "/opt/gmsh/bin" front
+add2env LD_LIBRARY_PATH "/opt/gmsh/lib"
+add2env PYTHONPATH "/opt/gmsh/lib"
diff --git a/cfg/thorgal/gmsh.profile b/cfg/thorgal/gmsh.profile
new file mode 100644
index 0000000..412f3fc
--- /dev/null
+++ b/cfg/thorgal/gmsh.profile
@@ -0,0 +1,3 @@
+add2env PATH "/opt/gmsh/bin" front
+add2env LD_LIBRARY_PATH "/opt/gmsh/lib"
+add2env PYTHONPATH "/opt/gmsh/lib"
-- 
GitLab