[arch-commits] CVS update of extra/science/hdf5 (PKGBUILD)

Damir Perisa damir at archlinux.org
Thu Sep 20 11:53:00 UTC 2007


    Date: Thursday, September 20, 2007 @ 07:53:00
  Author: damir
    Path: /home/cvs-extra/extra/science/hdf5

Modified: PKGBUILD (1.1 -> 1.2)

upgpkg: hdf5 1.6.6-1


----------+
 PKGBUILD |   34 +++++++++++++++++++++++++++-------
 1 file changed, 27 insertions(+), 7 deletions(-)


Index: extra/science/hdf5/PKGBUILD
diff -u extra/science/hdf5/PKGBUILD:1.1 extra/science/hdf5/PKGBUILD:1.2
--- extra/science/hdf5/PKGBUILD:1.1	Sat Dec 16 14:15:33 2006
+++ extra/science/hdf5/PKGBUILD	Thu Sep 20 07:53:00 2007
@@ -1,19 +1,18 @@
-# $Id: PKGBUILD,v 1.1 2006/12/16 19:15:33 damir Exp $
+# $Id: PKGBUILD,v 1.2 2007/09/20 11:53:00 damir Exp $
 # Maintainer: damir <damir at archlinux.org>
 # Contributor: Tom K <tomk at runbox.com>
 
 pkgname=hdf5
-pkgver=1.6.5
-pkgrel=3
-arch=(i686 x86_64)
+pkgver=1.6.6
+pkgrel=1
+arch=("i686" "x86_64")
 pkgdesc="General purpose library and file format for storing scientific data"
 url="http://hdf.ncsa.uiuc.edu/HDF5/"
 license=("custom")
 depends=('zlib' 'openssl')
 makedepends=('gcc-fortran' 'time')
-install=
-source=("ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/src/$pkgname-$pkgver.tar.gz")
-md5sums=('67187b3253b89f1f41756b7fd4396ecf')
+source=("ftp://ftp.hdfgroup.org/HDF5/current/src/$pkgname-$pkgver.tar.gz")
+md5sums=('6c7fcc91f1579555d88bb10c6c9a33a9')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
@@ -39,3 +38,24 @@
   rmdir $startdir/pkg/usr/doc
   rm $startdir/pkg/usr/lib/*.la
 }
+
+
+#Features:
+#---------
+#                        dmalloc:  No
+#         Function Stack Tracing:  Disabled
+#                           GASS:  No
+#                           GPFS:  No
+#        HDF5 v1.4 Compatibility:  Yes
+#                        hsize_t:  Large
+#         I/O filters (external):  deflate
+#         I/O filters (internal):  shuffle,fletcher32
+# Linux Large File Support (LFS):  Enabled
+#                            MPE:  No
+#                  Parallel HDF5:  No
+#                            SRB:  No
+#                     Stream VFD:  Enabled
+#                   Threadsafety:  Enabled
+#             High Level library:  Enabled
+
+




More information about the arch-commits mailing list