Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32612

Modified Files:
        hdf5.info 
Log Message:
fix build for x86_64 fink

Index: hdf5.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/hdf5.info,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- hdf5.info   28 Jan 2009 20:10:39 -0000      1.20
+++ hdf5.info   13 Apr 2009 00:14:43 -0000      1.21
@@ -13,7 +13,7 @@
 It will only work with gfortran.
 <<
 Depends: %N-shlibs (= %v-%r), %N-bin, szip-shlibs (>= 2.0-2)
-BuildDepends: szip (>= 2.0-2), gcc43, fink ( >= 0.24.12)
+BuildDepends: szip (>= 2.0-2), (%m != x86_64) gcc43, (%m = x86_64) gcc44, fink 
( >= 0.24.12)
 Conflicts: hdf5-18
 Replaces: hdf5-18
 GCC: 4.0
@@ -23,12 +23,14 @@
  perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure
  cp config/powerpc-apple config/i686-apple
  cp fortran/config/powerpc-apple fortran/config/i686-apple
+ cp config/powerpc-apple config/x86_64-apple
+ cp fortran/config/powerpc-apple fortran/config/x86_64-apple
  # obsolete use of sort
  perl -pi -e 's,sort \+2,sort -k 2,' bin/ltmain.sh 
 <<
 PatchFile: %n.patch
 PatchFile-MD5:  a756f9c68a5224dcaeb5a82d1b22362c
-ConfigureParams: --enable-cxx --without-ssl --with-zlib  --without-mpe 
--without-pablo --with-szlib --without-gass --without-srb --without-pthread  
--enable-fortran --disable-parallel --disable-dependency-tracking
+ConfigureParams: --enable-cxx --without-ssl --with-zlib  --without-mpe 
--without-pablo --with-szlib --without-gass --without-srb --without-pthread  
--enable-fortran --disable-parallel --disable-dependency-tracking 
--build=%m-apple-darwin`uname -r|cut -f1 -d.` --host=%m-apple-darwin`uname 
-r|cut -f1 -d.`
 License: OSI-Approved
 CompileScript: <<
   #!/bin/sh -ev
@@ -42,7 +44,7 @@
 SplitOff: <<
   Package: %N-shlibs
   Replaces: %N (<= 1.4.2-3)
-  Depends: szip-shlibs (>= 2.0-2), gcc43-shlibs
+  Depends: szip-shlibs (>= 2.0-2), (%m != x86_64) gcc43-shlibs, (%m = x86_64) 
gcc44-shlibs
   Files: <<
    lib/libhdf5.*.dylib
    lib/libhdf5_hl.*.dylib


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to