]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Additional patch of makeForSalome.sh script for 64bit platforms
authorvsr <vsr@opencascade.com>
Tue, 9 Jun 2009 16:18:39 +0000 (16:18 +0000)
committervsr <vsr@opencascade.com>
Tue, 9 Jun 2009 16:18:39 +0000 (16:18 +0000)
config_files/patches/netgen-4.5-for-SALOME.patch

index ad2060e291748669bf24ae66b6f1bffaa48f4e6b..201a28bacaabf153848281470e5b4c09886c1027 100755 (executable)
@@ -1078,7 +1078,11 @@ diff -Naur netgen-4.5.old/makeForSalome.sh netgen-4.5.new/makeForSalome.sh
 +#! /bin/sh
 +cp ngtcltk/ngnewdelete.* libsrc/interface/
 +
-+MACHINE=LINUX
++if test `uname -m` == "x86_64" ; then
++ MACHINE=LINUX64
++else
++ MACHINE=LINUX
++fi
 +export MACHINE
 +make -C libsrc/csg
 +make -C libsrc/general