rpms/cernlib/devel cernlib.spec,1.39,1.40

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Sun Apr 22 00:03:41 UTC 2007


Author: pertusus

Update of /cvs/extras/rpms/cernlib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17777

Modified Files:
	cernlib.spec 
Log Message:
* Sun Apr 22 2007 Patrice Dumas <pertusus at free.fr> 2006-2
- don't do a parallel build for npatchy



Index: cernlib.spec
===================================================================
RCS file: /cvs/extras/rpms/cernlib/devel/cernlib.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- cernlib.spec	21 Apr 2007 14:35:24 -0000	1.39
+++ cernlib.spec	22 Apr 2007 00:03:07 -0000	1.40
@@ -6,7 +6,7 @@
 
 Name:          cernlib
 Version:       2006
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       General purpose CERN library and associated binaries
 Group:         Development/Libraries
 # As explained in the cernlib on debian FAQ, cfortran can be considered LGPL.
@@ -825,7 +825,11 @@
 cd $CERN_ROOT/build
 make patchy/Makefile
 cd patchy
-make %{?_smp_mflags} install.bin
+# we cannont use %%{?_smp_mflags} because fcasplit is used after being
+# built, and during the fcasplit installation it is removed and replaced
+# by a symlink, and if it takes time the link may not be there on time.
+# at least that's my understanding of the failure.
+make install.bin
 #%endif
 
 # it is not completly obvious that it is better to use patchy 4 for 
@@ -1092,6 +1096,9 @@
 
 
 %changelog
+* Sun Apr 22 2007 Patrice Dumas <pertusus at free.fr> 2006-2
+- don't do a parallel build for npatchy
+
 * Fri Apr 13 2007 Patrice Dumas <pertusus at free.fr> 2006-1
 - update to cernlib 2006
 - build with gfortran




More information about the fedora-extras-commits mailing list