Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv1912/sci

Modified Files:
        hdf5-18-gfortran.info hdf5-18.info hdf5.info 
Added Files:
        hdf5.7-gfortran.info hdf5.7.info 
Log Message:
New upstream HDF5.  

Index: hdf5-18.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/hdf5-18.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- hdf5-18.info        19 May 2011 18:26:26 -0000      1.10
+++ hdf5-18.info        15 Jul 2011 21:04:24 -0000      1.11
@@ -1,6 +1,6 @@
 Package: hdf5-18
 Version: 1.8.5-patch1
-Revision: 3
+Revision: 4
 Source: ftp://ftp.hdfgroup.org/HDF5/current/src/hdf5-%v.tar.gz 
 Source-MD5: d22a35a17877e369055ed50da5ba91fa
 Description: Scientific data format (v1.8 API)--headers
@@ -17,8 +17,8 @@
 Specifying a versioned BuildDepends: hdf5-18-gfortran (>=1.8.5-patch1-1) 
 avoids the necessity of pointing builds to %p/lib/%N.
 <<
-Conflicts: hdf5
-Replaces: hdf5
+Conflicts: hdf5, hdf5.7
+Replaces: hdf5, hdf5.7
 Depends: %N-shlibs (= %v-%r), %N-bin, szip-shlibs (>= 2.0-2)
 BuildDepends: szip (>= 2.0-2), fink(>= 0.24.12), fink-package-precedence
 GCC: 4.0
@@ -101,8 +101,8 @@
 SplitOff2: <<
   Package: %N-bin
   Depends: %N-shlibs (= %v-%r)
-  Conflicts: hdf5-bin
-  Replaces: hdf5-bin
+  Conflicts: hdf5-bin, hdf5.7-bin
+  Replaces: hdf5-bin, hdf5.7-bin
   Files: bin
   DocFiles: COPYING README.txt  release_docs/RELEASE.txt release_docs/HISTORY*
   Description: Scientific data format (v1.8 API)--executables

Index: hdf5-18-gfortran.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/hdf5-18-gfortran.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- hdf5-18-gfortran.info       23 Dec 2010 17:40:00 -0000      1.4
+++ hdf5-18-gfortran.info       15 Jul 2011 21:04:24 -0000      1.5
@@ -29,8 +29,8 @@
 Specifying a versioned BuildDepends: hdf5-18-gfortran (>=1.8.5-patch1-1) 
 avoids the necessity of pointing builds to %p/lib/%N.
 <<
-Conflicts: hdf5
-Replaces: hdf5
+Conflicts: hdf5, hdf5.7-gfortran
+Replaces: hdf5, hdf5.7-gfortran
 Depends: szip-shlibs (>= 2.0-2)
 BuildDepends: szip (>= 2.0-2), gcc44|gcc45, fink(>= 0.24.12), 
fink-package-precedence
 GCC: 4.0

--- NEW FILE: hdf5.7-gfortran.info ---
Package: hdf5.7-gfortran
Version: 1.8.7
Revision: 1
Source: ftp://ftp.hdfgroup.org/HDF5/current/src/hdf5-%v.tar.gz 
Source-MD5: 37711d4bcb72997e93d495f97c76c33a
Description: HDF(v1.8 API)--static FORTRAN libraries
DescDetail:  <<
It was designed to address some of the limitations of the HDF 4.x library
and to address current and anticipated requirements of modern systems
and applications. 

The fortran9X interface is built using gfortran.
It will only work with gfortran.

Fink's "%N*" packages are intended to replace the corresponding ones from
"hdf5-18*".  
<<
DescPackaging: <<
Build separately from the rest of hdf5.7 so that people who don't need the 
FORTRAN libs don't have
to build gcc4N.

Builds _all_ of HDF5 and then strips out the C and C++ libs, 
as well as anything that is also in the hdf5.7 package.
<<
Conflicts: hdf5, hdf5-18-gfortran
Replaces: hdf5, hdf5-18-gfortran
Depends: szip-shlibs (>= 2.0-2)
BuildDepends: szip (>= 2.0-2), gcc44|gcc45|gcc46, fink(>= 0.24.12), 
fink-package-precedence
GCC: 4.0
BuildDependsOnly: True
PatchScript: <<
 perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure
 cp config/apple config/i686-apple
 cp config/apple config/powerpc-apple
 # obsolete use of sort
 perl -pi -e 's,sort \+2,sort -k 2,' bin/ltmain.sh
<<
ConfigureParams: <<
--enable-fortran  --with-zlib  --without-mpe --with-szlib --without-pthread \
--disable-parallel --disable-shared
<<
License: OSI-Approved
InfoTest:  <<
        TestScript: make check || exit 2
<<
CompileScript: <<
  #!/bin/sh -ev
  export F9X=%p/bin/gfortran
  export FFLAGS='-fsecond-underscore'
  %{default_script}
  fink-package-precedence .
<<
InstallScript: <<
        #!/bin/sh -ev
        make install DESTDIR=%d
        # remove executables
        rm -rf %i/bin 
        # remove headers which are installed by hdf5.7
        pushd %i/include
        rm H5ACpublic.h
        rm H5Apublic.h
        rm H5Cpublic.h
        rm H5DSpublic.h
        rm H5Dpublic.h
        rm H5Epubgen.h
        rm H5Epublic.h
        rm H5FDcore.h
        rm H5FDdirect.h
        rm H5FDfamily.h
        rm H5FDlog.h
        rm H5FDmpi.h
        rm H5FDmpio.h
        rm H5FDmpiposix.h
        rm H5FDmulti.h
        rm H5FDpublic.h
        rm H5FDsec2.h
        rm H5FDstdio.h
        rm H5Fpublic.h
        rm H5Gpublic.h
        rm H5IMpublic.h
        rm H5Ipublic.h
        rm H5LTpublic.h
        rm H5Lpublic.h
        rm H5MMpublic.h
        rm H5Opublic.h
        rm H5PTpublic.h
        rm H5Ppublic.h
        rm H5Rpublic.h
        rm H5Spublic.h
        rm H5TBpublic.h
        rm H5Tpublic.h
        rm H5Zpublic.h
        rm H5api_adpt.h
        rm H5overflow.h
        rm H5pubconf.h
        rm H5public.h
        rm H5version.h
        rm hdf5.h
        rm hdf5_hl.h
        pushd %i/lib
        #remove .la files which are in hdf5-18, settings file, and the C libs.
        rm libhdf5.{a,la} libhdf5_hl.{a,la} libhdf5.settings
        popd
#       remove C examples
        pushd %i/share/hdf5_examples
        rm -rf c hl/c run-all-ex.sh hl/run-hl-ex.sh
        popd
<<
DocFiles: COPYING README.txt release_docs/RELEASE.txt release_docs/HISTORY*
Homepage: http://www.hdfgroup.org/HDF5/index.html
Maintainer: Alexander Hansen <alexkhan...@users.sourceforge.net>

Index: hdf5.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/hdf5.info,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- hdf5.info   30 May 2011 12:41:23 -0000      1.28
+++ hdf5.info   15 Jul 2011 21:04:24 -0000      1.29
@@ -1,6 +1,6 @@
 Package: hdf5
 Version: 1.6.10
-Revision: 3
+Revision: 4
 Distribution: 10.5, 10.6
 Source: ftp://ftp.hdfgroup.org/HDF5/current16/src/%n-%v.tar.gz
 Source-MD5: 6e207a95d22e9e9ffdfaecdd580cd1b3
@@ -23,8 +23,8 @@
 <<
 Depends: %N-shlibs (= %v-%r), %N-bin, szip-shlibs (>= 2.0-2)
 BuildDepends: szip (>= 2.0-2), gcc44 | gcc45, fink ( >= 0.24.12), libtool2, 
automake1.11
-Conflicts: hdf5-18, hdf5-18-gfortran
-Replaces: hdf5-18, hdf5-18-gfortran
+Conflicts: hdf5-18, hdf5-18-gfortran, hdf5.7, hdf5.7-gfortran
+Replaces: hdf5-18, hdf5-18-gfortran, hdf5.7, hdf5.7-gfortran
 GCC: 4.0
 BuildDependsOnly: True
 PatchScript: <<
@@ -81,7 +81,7 @@
 SplitOff2: <<
   Package: %N-bin
   Depends: %N-shlibs (= %v-%r)
-  Replaces: %N (<= 1.4.2-3), hdf5-18-bin
+  Replaces: %N (<= 1.4.2-3), hdf5-18-bin, hdf5.7-bin
   Conflicts: hdf5-18-bin
   Files: bin
   DocFiles: COPYING README.txt release_docs/INSTALL release_docs/RELEASE.txt 
release_docs/HISTORY.txt

--- NEW FILE: hdf5.7.info ---
Package: hdf5.7
Version: 1.8.7
Revision: 1
Source: ftp://ftp.hdfgroup.org/HDF5/current/src/hdf5-%v.tar.gz 
Source-MD5: 37711d4bcb72997e93d495f97c76c33a
Description: Scientific data format (v1.8 API)--headers
DescDetail:  <<
It was designed to address some of the limitations of the HDF 4.x library
and to address current and anticipated requirements of modern systems
and applications. 
Fink's "%N*" packages are intended to replace the corresponding ones from
"hdf5-18*".  
<<
Conflicts: hdf5, hdf5-18
Replaces: hdf5, hdf5-18
Depends: %N-shlibs (= %v-%r), %N-bin, szip-shlibs (>= 2.0-2)
BuildDepends: szip (>= 2.0-2), fink(>= 0.24.12), fink-package-precedence
GCC: 4.0
BuildDependsOnly: True
PatchScript: <<
 perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure
 perl -pi -e 's,sort \+2,sort -k 2,' bin/ltmain.sh
<<
ConfigureParams: <<
--enable-shared --enable-cxx --disable-fortran --with-zlib=/usr  --without-mpe 
--with-szlib=%p \
--without-pthread  --disable-parallel --disable-static
<<
License: OSI-Approved
InfoTest: <<
        TestScript: make check || exit 2
<<
CompileScript: <<
        %{default_script}
        fink-package-precedence .
<<
InstallScript: <<
        #!/bin/sh -ev
        make install DESTDIR=%d
<<
SplitOff: <<
  Package: %N-shlibs
  Depends: szip-shlibs (>= 2.0-2)
  Files: <<
        lib/libhdf5.7.dylib
        lib/libhdf5_cpp.7.dylib
        lib/libhdf5_hl.7.dylib
        lib/libhdf5_hl_cpp.7.dylib
  <<
  Shlibs: <<
   %p/lib/libhdf5.7.dylib 8.0.0 %n (>= 1.8.7-1)
   %p/lib/libhdf5_hl.7.dylib 8.0.0 %n (>= 1.8.5-7-1)
   %p/lib/libhdf5_cpp.7.dylib 8.0.0 %n (>= 1.8.5-7-1)
   %p/lib/libhdf5_hl_cpp.7.dylib 8.0.0 %n (>= 1.8.5-7-1)
  <<
  DocFiles: COPYING README.txt release_docs/RELEASE.txt release_docs/HISTORY*
  Description: Scientific data format (v1.8 API)--shared C/C++ libraries
<<
SplitOff2: <<
  Package: %N-bin
  Depends: %N-shlibs (= %v-%r)
  Conflicts: hdf5-18-bin
  Replaces: hdf5-18-bin
  Files: bin
  DocFiles: COPYING README.txt  release_docs/RELEASE.txt release_docs/HISTORY*
  Description: Scientific data format (v1.8 API)--executables
<<
DocFiles: COPYING README.txt release_docs/RELEASE.txt release_docs/HISTORY*
Homepage: http://www.hdfgroup.org/HDF5/index.html
Maintainer: Alexander Hansen <alexkhan...@users.sourceforge.net>


------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to