rpms/hdf5/devel hdf5.spec,1.24,1.25

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Mon May 5 20:15:16 UTC 2008


Author: orion

Update of /cvs/pkgs/rpms/hdf5/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15333

Modified Files:
	hdf5.spec 
Log Message:
Remove --enable-threadsafe, incompatible with --enable-cxx and --enable-fortran CVS: ----------------------------------------------------------------------



Index: hdf5.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hdf5/devel/hdf5.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- hdf5.spec	5 May 2008 15:59:41 -0000	1.24
+++ hdf5.spec	5 May 2008 20:14:19 -0000	1.25
@@ -61,8 +61,8 @@
 export F9X=gfortran
 # Must turn of production mode to preserve -g during compile
 %configure --enable-production=no --enable-debug=no \
-           --enable-cxx --enable-fortran --enable-threadsafe \
-           --with-pthread --with-ssl
+           --enable-cxx --enable-fortran \
+           --with-ssl
 #Multiarch header
 %ifarch x86_64 ppc64 ia64 s390
 cp src/H5pubconf.h \
@@ -159,6 +159,8 @@
 %changelog
 * Mon May 5 2008 Orion Poplawski <orion at cora.nwra.com> 1.8.0.snap5-1
 - Update to 1.8.0-snap5
+- Remove --enable-threadsafe, incompatible with --enable-cxx and 
+  --enable-fortran
 
 * Tue Mar 4 2008 Orion Poplawski <orion at cora.nwra.com> 1.8.0-2
 - Remove failing test for now




More information about the fedora-extras-commits mailing list