From 3efeef053332a90db284b48538d40065deb37b24 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 2 Apr 2008 20:02:07 +0000 Subject: [PATCH] - Remove %%{?_smp_mflags} - not parallel build safe (fortran modules) --- netcdf.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/netcdf.spec b/netcdf.spec index 2c54005..943b393 100644 --- a/netcdf.spec +++ b/netcdf.spec @@ -73,7 +73,7 @@ export FFLAGS="-fPIC ${RPM_OPT_FLAGS}" export F90FLAGS="$FFLAGS" export FCFLAGS="$FFLAGS" %configure --enable-shared -make %{?_smp_mflags} +make %install %makeinstall @@ -124,6 +124,7 @@ rm -rf ${RPM_BUILD_ROOT} %changelog * Wed Apr 2 2008 Orion Poplawski - 3.6.2-7 - Change patch to include +- Remove %%{?_smp_mflags} - not parallel build safe (fortran modules) * Wed Feb 20 2008 Ed Hill - 3.6.2-6 - add patch that (hopefully?) allows the GCC 4.3 build to proceed