From 4fcfce1336ed17367216db1ec2c212649dc5d4a5 Mon Sep 17 00:00:00 2001 From: Martin Beaudoin Date: Mon, 29 Nov 2010 22:52:04 -0500 Subject: [PATCH] Correction to the compilation of mesquite-2.1.2. Bug fix contributed by Philippose Rajan --- ThirdParty/rpmBuild/SPECS/mesquite-2.1.2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ThirdParty/rpmBuild/SPECS/mesquite-2.1.2.spec b/ThirdParty/rpmBuild/SPECS/mesquite-2.1.2.spec index f3a558b4..49207626 100644 --- a/ThirdParty/rpmBuild/SPECS/mesquite-2.1.2.spec +++ b/ThirdParty/rpmBuild/SPECS/mesquite-2.1.2.spec @@ -91,7 +91,6 @@ Group: Development/Tools [ -n "$WM_CXXFLAGS" ] && export CXXFLAGS="$WM_CXXFLAGS" [ -n "$WM_LDFLAGS" ] && export LDFLAGS="$WM_LDFLAGS" - GMP_VERSION=gmp-5.0.1 ./configure \ --prefix=%{_installPrefix} \ --enable-release \ @@ -104,6 +103,10 @@ Group: Development/Tools --enable-trap-fpe \ --disable-function-timers + # Remove the file include/Mesquite_all_headers.hpp + # This file will be regenerated during the compilation process + [ -e include/Mesquite_all_headers.hpp ] && rm -f include/Mesquite_all_headers.hpp + make %install -- 2.11.4.GIT