From 910b2fd5e42f4bd76a8645d26fa789a36ab4ea41 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 30 Aug 2006 02:53:01 +0000 Subject: [PATCH] Rebuild for FC6 --- hdf5-1.6.5-flags.patch | 28 ---------------------------- hdf5.spec | 5 ++++- 2 files changed, 4 insertions(+), 29 deletions(-) diff --git a/hdf5-1.6.5-flags.patch b/hdf5-1.6.5-flags.patch index 2b5bcbe..429df17 100644 --- a/hdf5-1.6.5-flags.patch +++ b/hdf5-1.6.5-flags.patch @@ -26,31 +26,3 @@ # Host-specific flags case "`hostname`" in ---- hdf5-1.6.5/fortran/config/gnu-flags.orig 2005-10-28 14:57:02.000000000 -0600 -+++ hdf5-1.6.5/fortran/config/gnu-flags 2006-03-13 10:59:22.000000000 -0700 -@@ -107,25 +107,6 @@ - gcc*|egcs*|pgcc*) - # Architecture-specific flags - arch= -- case "$host_os-$host_cpu" in -- # FreeBSD sets the information from "uname -m" to the general machine -- # architecture, not the specific CPU for the machine, so even our -- # Pentium II Xeon server is set to "i386". Once we know we are on a FreeBSD -- # machine, use the "sysctl" command to get the CPU hardware model. -- freebsd*-i386) -- host_cpu_model=`sysctl -n hw.model` -- case "$host_cpu_model" in -- # Hmm.. this might not catch Celerons, but it won't hurt them either... -- *Pro*|*II*|*III*|*IV*|*Athlon*) -- arch="-march=i686" -- ;; -- esac -- ;; -- -- *-i686) -- arch="-march=i686" -- ;; -- esac - - # Host-specific flags - case "`hostname`" in diff --git a/hdf5.spec b/hdf5.spec index 904a735..23f5fa5 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -1,6 +1,6 @@ Name: hdf5 Version: 1.6.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A general purpose library and file format for storing scientific data License: BSD-ish Group: System Environment/Libraries @@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.mod %changelog +* Tue Aug 29 2006 Orion Poplawski 1.6.5-6 +- Rebuild for FC6 + * Wed Mar 15 2006 Orion Poplawski 1.6.5-5 - Change rpath patch to not need autoconf - Add patch for libtool on x86_64