Remove --enable-threadsafe, incompatible with --enable-cxx and
--enable-fortran CVS: ----------------------------------------------------------------------
This commit is contained in:
parent
5c0aed4775
commit
9ad1a598d3
@ -61,8 +61,8 @@ export CXX=g++
|
|||||||
export F9X=gfortran
|
export F9X=gfortran
|
||||||
# Must turn of production mode to preserve -g during compile
|
# Must turn of production mode to preserve -g during compile
|
||||||
%configure --enable-production=no --enable-debug=no \
|
%configure --enable-production=no --enable-debug=no \
|
||||||
--enable-cxx --enable-fortran --enable-threadsafe \
|
--enable-cxx --enable-fortran \
|
||||||
--with-pthread --with-ssl
|
--with-ssl
|
||||||
#Multiarch header
|
#Multiarch header
|
||||||
%ifarch x86_64 ppc64 ia64 s390
|
%ifarch x86_64 ppc64 ia64 s390
|
||||||
cp src/H5pubconf.h \
|
cp src/H5pubconf.h \
|
||||||
@ -159,6 +159,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon May 5 2008 Orion Poplawski <orion@cora.nwra.com> 1.8.0.snap5-1
|
* Mon May 5 2008 Orion Poplawski <orion@cora.nwra.com> 1.8.0.snap5-1
|
||||||
- Update to 1.8.0-snap5
|
- Update to 1.8.0-snap5
|
||||||
|
- Remove --enable-threadsafe, incompatible with --enable-cxx and
|
||||||
|
--enable-fortran
|
||||||
|
|
||||||
* Tue Mar 4 2008 Orion Poplawski <orion@cora.nwra.com> 1.8.0-2
|
* Tue Mar 4 2008 Orion Poplawski <orion@cora.nwra.com> 1.8.0-2
|
||||||
- Remove failing test for now
|
- Remove failing test for now
|
||||||
|
Loading…
Reference in New Issue
Block a user