From: vsr Date: Tue, 9 Jun 2009 16:19:26 +0000 (+0000) Subject: Additional patch of makeForSalome.sh script for 64bit platforms X-Git-Tag: V5_1_2~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e6e02812ed572db896d297ca03dbc77caf9267cb;p=plugins%2Fnetgenplugin.git Additional patch of makeForSalome.sh script for 64bit platforms --- diff --git a/src/NETGEN/netgen45ForSalome.patch b/src/NETGEN/netgen45ForSalome.patch index ad2060e..201a28b 100644 --- a/src/NETGEN/netgen45ForSalome.patch +++ b/src/NETGEN/netgen45ForSalome.patch @@ -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