From 26bd2ff728f7379d601547339a5c9ccabe87d798 Mon Sep 17 00:00:00 2001 From: pertusus Date: Apr 22 2007 00:03:07 +0000 Subject: - don't do a parallel build for npatchy --- diff --git a/cernlib.spec b/cernlib.spec index 5f7fde4..bb6f6c4 100644 --- a/cernlib.spec +++ b/cernlib.spec @@ -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 @@ ln -s $CERN_ROOT/build/p5boot/nypatchy $CERN_ROOT/bin/ypatchy 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 @@ touch --no-create %{_datadir}/icons/hicolor || : %changelog +* Sun Apr 22 2007 Patrice Dumas 2006-2 +- don't do a parallel build for npatchy + * Fri Apr 13 2007 Patrice Dumas 2006-1 - update to cernlib 2006 - build with gfortran