Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17:/tmp/cvs-serv19355

Modified Files:
        hdf5.info 
Log Message:
Use gfortran instead of g95.


Index: hdf5.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/hdf5.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- hdf5.info   14 Oct 2007 00:01:09 -0000      1.11
+++ hdf5.info   1 Nov 2007 15:40:42 -0000       1.12
@@ -1,7 +1,7 @@
 Package: hdf5
 Version: 1.6.5
-Revision: 1009
-Distribution: 10.4
+Revision: 1010
+Distribution: 10.4, 10.5
 Source: ftp://hdf.ncsa.uiuc.edu/HDF5/current/src/%n-%v.tar.gz
 Source-MD5: 67187b3253b89f1f41756b7fd4396ecf
 Description: Library and file format for scientific data
@@ -10,11 +10,11 @@
 and to address current and anticipated requirements of modern systems
 and applications. 
 
-The fortran9X interface is built using g95.
-It will only work with g95.
+The fortran9X interface is built using gfortran.
+It will only work with gfortran.
 <<
 Depends: %N-shlibs (= %v-%r), %N-bin, szip-shlibs (>= 2.0-2)
-BuildDepends: szip (>= 2.0-2), g95 (>= 0.50-20060528)
+BuildDepends: szip (>= 2.0-2), gcc42
 GCC: 4.0
 BuildDependsOnly: True
 PatchScript: <<
@@ -27,8 +27,8 @@
 License: OSI-Approved
 CompileScript: <<
   #!/bin/sh -ev
-  export F9X=%p/bin/g95
-  export FFLAGS="-O -Wno-globals"
+  export F9X=%p/bin/gfortran
+  export FFLAGS='-fsecond-underscore'
   ./configure %c
   make
   #make check


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to