From bd9417f5ba8510070c9cf44c9b810014ba661173 Mon Sep 17 00:00:00 2001
From: Philippe WAUTELET <philippe.wautelet@aero.obs-mip.fr>
Date: Tue, 5 Mar 2019 10:33:16 +0100
Subject: [PATCH] Philippe 05/03/2019: disable libs4py compilation in all Rules

---
 src/Rules.AIX64.mk      | 2 +-
 src/Rules.LXNAGfor.mk   | 2 +-
 src/Rules.LXarm.mk      | 2 +-
 src/Rules.LXcray.mk     | 2 +-
 src/Rules.LXg95.mk      | 2 +-
 src/Rules.LXgfortran.mk | 2 +-
 src/Rules.LXifort.mk    | 2 +-
 src/Rules.LXpathf95.mk  | 2 +-
 src/Rules.LXpgi.mk      | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/Rules.AIX64.mk b/src/Rules.AIX64.mk
index 9bf3b1262..9c499de3e 100644
--- a/src/Rules.AIX64.mk
+++ b/src/Rules.AIX64.mk
@@ -109,7 +109,7 @@ MNH_COMPRESS=yes
 ## S4PY flag
 #
 #if MNH_S4PY exists => compile the libs4py library (for epygram)
-MNH_S4PY=yes
+#MNH_S4PY=no
 #
 ##########################################################
 #                                                        #
diff --git a/src/Rules.LXNAGfor.mk b/src/Rules.LXNAGfor.mk
index 397a18c4f..b97592ba5 100644
--- a/src/Rules.LXNAGfor.mk
+++ b/src/Rules.LXNAGfor.mk
@@ -102,7 +102,7 @@ MNH_COMPRESS=yes
 ## S4PY flag
 #
 #if MNH_S4PY exists => compile the libs4py library (for epygram)
-MNH_S4PY=yes
+#MNH_S4PY=no
 #
 ##########################################################
 #                                                        #
diff --git a/src/Rules.LXarm.mk b/src/Rules.LXarm.mk
index dc9369223..57e2a5d00 100644
--- a/src/Rules.LXarm.mk
+++ b/src/Rules.LXarm.mk
@@ -124,7 +124,7 @@ MNH_COMPRESS=yes
 ## S4PY flag
 #
 #if MNH_S4PY exists => compile the libs4py library (for epygram)
-MNH_S4PY=yes
+#MNH_S4PY=no
 #
 ##########################################################
 #                                                        #
diff --git a/src/Rules.LXcray.mk b/src/Rules.LXcray.mk
index 425a0b9d6..053507020 100644
--- a/src/Rules.LXcray.mk
+++ b/src/Rules.LXcray.mk
@@ -117,7 +117,7 @@ MNH_COMPRESS=yes
 ## S4PY flag
 #
 #if MNH_S4PY exists => compile the libs4py library (for epygram)
-MNH_S4PY=yes
+#MNH_S4PY=no
 #
 ##########################################################
 #                                                        #
diff --git a/src/Rules.LXg95.mk b/src/Rules.LXg95.mk
index e08e73ed7..aaae21f0c 100644
--- a/src/Rules.LXg95.mk
+++ b/src/Rules.LXg95.mk
@@ -89,7 +89,7 @@ MNH_COMPRESS=yes
 ## S4PY flag
 #
 #if MNH_S4PY exists => compile the libs4py library (for epygram)
-MNH_S4PY=yes
+#MNH_S4PY=no
 #
 ##########################################################
 #                                                        #
diff --git a/src/Rules.LXgfortran.mk b/src/Rules.LXgfortran.mk
index 58689e968..b6014a2c7 100644
--- a/src/Rules.LXgfortran.mk
+++ b/src/Rules.LXgfortran.mk
@@ -118,7 +118,7 @@ MNH_COMPRESS=yes
 ## S4PY flag
 #
 #if MNH_S4PY exists => compile the libs4py library (for epygram)
-MNH_S4PY=yes
+#MNH_S4PY=no
 #
 ##########################################################
 #                                                        #
diff --git a/src/Rules.LXifort.mk b/src/Rules.LXifort.mk
index 231f1949a..bc4573d96 100644
--- a/src/Rules.LXifort.mk
+++ b/src/Rules.LXifort.mk
@@ -213,7 +213,7 @@ MNH_COMPRESS=yes
 ## S4PY flag
 #
 #if MNH_S4PY exists => compile the libs4py library (for epygram)
-MNH_S4PY=yes
+#MNH_S4PY=no
 #
 ##########################################################
 #                                                        #
diff --git a/src/Rules.LXpathf95.mk b/src/Rules.LXpathf95.mk
index fe34aa467..3939ffa7e 100644
--- a/src/Rules.LXpathf95.mk
+++ b/src/Rules.LXpathf95.mk
@@ -65,7 +65,7 @@ MNH_COMPRESS=yes
 ## S4PY flag
 #
 #if MNH_S4PY exists => compile the libs4py library (for epygram)
-MNH_S4PY=yes
+#MNH_S4PY=no
 #
 ##########################################################
 #                                                        #
diff --git a/src/Rules.LXpgi.mk b/src/Rules.LXpgi.mk
index 498f56f7b..2f5c65277 100644
--- a/src/Rules.LXpgi.mk
+++ b/src/Rules.LXpgi.mk
@@ -124,7 +124,7 @@ MNH_COMPRESS=yes
 ## S4PY flag
 #
 #if MNH_S4PY exists => compile the libs4py library (for epygram)
-MNH_S4PY=yes
+#MNH_S4PY=no
 #
 ##########################################################
 #                                                        #
-- 
GitLab