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

Damir Perisa damir at archlinux.org
Mon Feb 18 10:57:19 UTC 2008


    Date: Monday, February 18, 2008 @ 05:57:19
  Author: damir
    Path: /home/cvs-extra/extra/science/hdf5

Modified: PKGBUILD (1.2 -> 1.3)

upgpkg: hdf5 1.8.0-1


----------+
 PKGBUILD |   77 +++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 50 insertions(+), 27 deletions(-)


Index: extra/science/hdf5/PKGBUILD
diff -u extra/science/hdf5/PKGBUILD:1.2 extra/science/hdf5/PKGBUILD:1.3
--- extra/science/hdf5/PKGBUILD:1.2	Thu Sep 20 07:53:00 2007
+++ extra/science/hdf5/PKGBUILD	Mon Feb 18 05:57:19 2008
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD,v 1.2 2007/09/20 11:53:00 damir Exp $
+# $Id: PKGBUILD,v 1.3 2008/02/18 10:57:19 damir Exp $
 # Maintainer: damir <damir at archlinux.org>
 # Contributor: Tom K <tomk at runbox.com>
 
 pkgname=hdf5
-pkgver=1.6.6
+pkgver=1.8.0
 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')
+depends=('zlib' 'openssl' 'gcc-libs')
+makedepends=('gcc' 'time')
 source=("ftp://ftp.hdfgroup.org/HDF5/current/src/$pkgname-$pkgver.tar.gz")
-md5sums=('6c7fcc91f1579555d88bb10c6c9a33a9')
+options=("!libtool")
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
@@ -22,8 +22,9 @@
                             --enable-linux-lfs \
                             --enable-production \
                             --enable-hdf5v1_4 \
-                            --disable-cxx \
+                            --enable-cxx \
                             --enable-fortran \
+			    --docdir=/usr/share/hdf5/ \
                             --with-pthread=/usr/lib/ \
                             --with-ssl=/usr/lib/
   make || return 1
@@ -33,29 +34,51 @@
   mkdir -p $startdir/pkg/usr/share/licenses/$pkgname
   install $startdir/src/$pkgname-$pkgver/COPYING \
           $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
-
-  mv $startdir/pkg/usr/doc/$pkgname $startdir/pkg/usr/share/
-  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
+
+#                      Debug Mode:  None
+#                Shared Libraries:  Yes
+#                Static Libraries:  Yes
+#   Statically Linked Executables:  No
+# Default Version of Public Symbols:  v18
+#  With Deprecated Public Symbols:  Yes
+#                         Tracing:  No
+# Clear file buffers before write:  Yes
+#            Using memory checker:  No
+#    Optimization Instrumentation:  No
+# 
+# Languages:
+# ----------
+#                             C++:  Yes
+#                    C++ Compiler:  g++
+#                        CXXFLAGS / H5_CXXFLAGS:   -march=x86-64 -mtune=generic -O2 -pipe
+# 
+#                         Fortran:  Yes
+#                Fortran Compiler:  gfortran
+#                          FCFLAGS / H5_FCFLAGS:   -I.
+# 
+# 
+# Features:
+# ---------
+#                         dmalloc:  No
+#          Function Stack Tracing:  Disabled
+#                            GPFS:  No
+#       Strict File Format Checks:  Disabled
+#             Default API Mapping:  v18
+#                         hsize_t:  Large
+#          I/O filters (external):  deflate(zlib)
+#          I/O filters (internal):  shuffle,fletcher32,nbit,scaleoffset
+#  Linux Large File Support (LFS):  Enabled
+#                             MPE:  No
+#                   Parallel HDF5:  No
+#                      Direct VFD:  Disabled
+#                    Threadsafety:  Enabled
+#              High Level library:  Enabled
+
+
+
 
 
+md5sums=('e68e13685a56b50cab237fd58dc7a59c')




More information about the arch-commits mailing list