]> git.pld-linux.org Git - packages/hdf5.git/commitdiff
- start update to 1.4.5 (almost done)
authorArtur Frysiak <artur@frysiak.net>
Tue, 1 Apr 2003 16:34:23 +0000 (16:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    hdf5.spec -> 1.16

hdf5.spec

index 7b2f4911510b4f09287511ebbb2d2a90ad07afa8..a20f27864b29dfca5f6a7c542aef715d3926efd9 100644 (file)
--- a/hdf5.spec
+++ b/hdf5.spec
@@ -1,12 +1,17 @@
+# TODO:
+# - build with MPICH
+# - enable Stream VFS support
+# - check missing file
 Summary:       Hierarchical Data Format 5 library
 Summary(pl):   Biblioteka HDF5 (Hierarchical Data Format 5)
 Name:          hdf5
-Version:       1.4.4
-Release:       3
+Version:       1.4.5
+Release:       0.1
 Group:         Libraries
 License:       Nearly BSD, but changed sources must be marked
 Source0:       ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/%{name}-%{version}/src/%{name}-%{version}.tar.gz
 Patch0:                %{name}-config.patch
+Patch1:                %{name}-ac.patch
 URL:           http://hdf.ncsa.uiuc.edu/HDF5/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -70,6 +75,7 @@ Narz
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
+%patch1 -p1 -b .wiget
 
 %build
 %{__libtoolize}
@@ -80,7 +86,12 @@ cd c++
 %{__autoconf}
 cd ..
 %configure \
-       --enable-cxx
+       --enable-cxx \
+       --enable-linux-lfs \
+       --enable-threadsafe \
+       --enable-production \
+       --with-pthread \
+       --with-ssl
 
 #      --enable-fortran  - requires Fortran90 compiler
 
@@ -107,6 +118,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc COPYING README.txt release_docs/{HISTORY.txt,RELEASE.txt}
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
+#check this
+#%{_libdir}/libhdf5.settings
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.097149 seconds and 4 git commands to generate.