From 86897b426d2cc4262fe608d33b9e69598c067305 Mon Sep 17 00:00:00 2001 From: inv Date: Fri, 20 Apr 2012 12:29:04 +0000 Subject: [PATCH] SALOME 6.5.0 preparation: fox a bug for 64bit platforms: int64_t is not supported --- config_files/scotch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_files/scotch.sh b/config_files/scotch.sh index d5d43e6..fdd6d04 100755 --- a/config_files/scotch.sh +++ b/config_files/scotch.sh @@ -74,8 +74,8 @@ cd src if test `uname -m` = "x86_64" ; then # create Makefile for Linux 64bit platforms - sed -e "s%CFLAGS\([[:space:]]*\)=\([[:space:]]*\)\(.*\)%CFLAGS\1=\2-fPIC -pg \3%g" \ - Make.inc/Makefile.inc.x86-64_pc_linux2 > Make.inc/Makefile.inc.x86-64_pc_linux2.prof + sed -e "s%CFLAGS\([[:space:]]*\)=\([[:space:]]*\)\(.*\)%CFLAGS\1=\2-fPIC \3%g" \ + Make.inc/Makefile.inc.i686_pc_linux2.prof > Make.inc/Makefile.inc.x86-64_pc_linux2.prof ln -sf Make.inc/Makefile.inc.x86-64_pc_linux2.prof Makefile.inc else ln -sf Make.inc/Makefile.inc.i686_pc_linux2.prof Makefile.inc -- 2.39.2