]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Adding gcc-4.1.2.sh file for Scientific 5.1 64 bit
authormaintenance team <salome-mnt@opencascade.com>
Mon, 26 May 2008 07:43:47 +0000 (07:43 +0000)
committermaintenance team <salome-mnt@opencascade.com>
Mon, 26 May 2008 07:43:47 +0000 (07:43 +0000)
config_files/gcc-4.1.2.sh [new file with mode: 0755]

diff --git a/config_files/gcc-4.1.2.sh b/config_files/gcc-4.1.2.sh
new file mode 100755 (executable)
index 0000000..7059a69
--- /dev/null
@@ -0,0 +1,16 @@
+#!/bin/bash -noprofile
+
+####################################################################################
+#  File      : gcc-4.0.1.sh
+#  Created   : Thu Dec 18 12:01:00 2002
+#  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
+#  Project   : SALOME
+#  Module    : Installation Wizard
+#  Copyright : 2002-2008 CEA
+#
+#  This script is the part of the SALOME installation procedure.
+#
+####################################################################################
+
+export GCC_VERSION="4.1.2"
+./gcc-common.sh "$@"