Additional patch of makeForSalome.sh script for 64bit platforms
This commit is contained in:
parent
58429b7405
commit
e6e02812ed
@ -1078,7 +1078,11 @@ diff -Naur netgen-4.5.old/makeForSalome.sh netgen-4.5.new/makeForSalome.sh
|
|||||||
+#! /bin/sh
|
+#! /bin/sh
|
||||||
+cp ngtcltk/ngnewdelete.* libsrc/interface/
|
+cp ngtcltk/ngnewdelete.* libsrc/interface/
|
||||||
+
|
+
|
||||||
|
+if test `uname -m` == "x86_64" ; then
|
||||||
|
+ MACHINE=LINUX64
|
||||||
|
+else
|
||||||
+ MACHINE=LINUX
|
+ MACHINE=LINUX
|
||||||
|
+fi
|
||||||
+export MACHINE
|
+export MACHINE
|
||||||
+make -C libsrc/csg
|
+make -C libsrc/csg
|
||||||
+make -C libsrc/general
|
+make -C libsrc/general
|
||||||
|
Loading…
x
Reference in New Issue
Block a user