[SCM] Gerris Flow Solver branch, upstream, updated. b3aa46814a06c9cb2912790b23916ffb44f1f203

Stephane Popinet popinet at users.sf.net
Fri May 15 02:54:54 UTC 2009


The following commit has been merged in the upstream branch:
commit e77901dd90e7653339d1a016fa674655f66eec78
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Tue Jan 8 07:46:09 2008 +1100

    RPM build fix (I. Vari)
    
    Removed %{?_smp_mflags} from make due to intermittent
    build errors on some SMP systems.
    
    darcs-hash:20080107204609-d4795-66ec11d5fe644e784c152323085e0afe2ea31a78.gz

diff --git a/rpm/gerris.spec b/rpm/gerris.spec
index d7027af..37b0d46 100644
--- a/rpm/gerris.spec
+++ b/rpm/gerris.spec
@@ -8,7 +8,7 @@ Version: 1.1.2
 %else
 Version: %{current}
 %endif
-Release: 3.%{alphatag}cvs%{?dist}
+Release: 4.%{alphatag}cvs%{?dist}
 License: GPLv2
 Group: Applications/Engineering
 URL: http://gfs.sourceforge.net
@@ -50,7 +50,7 @@ else
 	    --libdir=%{_prefix}/%_lib
 fi
 
-%{__make} %{?_smp_mflags}
+%{__make}
 
 
 %install
@@ -103,15 +103,19 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 
 
 %changelog
-* Mon Nov 12 2007 Ivan Adam Vari <i.vari at niwa.co.nz>
+* Mon Jan 7 2008 Ivan Adam Vari <i.vari at niwa.co.nz> - 4
+- Removed %{?_smp_mflags} from make due to intermittent
+  build errors on some SMP systems
+
+* Mon Nov 12 2007 Ivan Adam Vari <i.vari at niwa.co.nz> - 3
 - Fixed package (install) dependencies
 
-* Mon Oct 1 2007 Ivan Adam Vari <i.vari at niwa.co.nz>
-- Removed unnecessary version specifications for some 
+* Mon Oct 1 2007 Ivan Adam Vari <i.vari at niwa.co.nz> - 2
+- Removed unnecessary version specifications for some
   build requirements
 - Added SLEx/SuSE compatibilty
 - Added 64bit compatibility
 - Updated %post, %postun scriptlets
 
-* Tue May 1 2007 Ivan Adam Vari <i.vari at niwa.co.nz>
+* Tue May 1 2007 Ivan Adam Vari <i.vari at niwa.co.nz> - 1
 - Initial rpm release based on Fedora/Redhat Linux

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list