Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv24817

Modified Files:
        netcdf.info 
Log Message:
force using gcc when intel c compiler installed


Index: netcdf.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/netcdf.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- netcdf.info 25 Jan 2007 07:15:06 -0000      1.4
+++ netcdf.info 26 Jan 2007 15:45:43 -0000      1.5
@@ -1,6 +1,6 @@
 Package: netcdf
 Version: 3.6.1
-Revision: 1002
+Revision: 1003
 BuildDependsOnly: True
 Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
 Depends: %N-shlibs (= %v-%r) | netcdf-absoft-shlibs (>= 3.5.1-3), %N-bin | 
netcdf-absoft-bin
@@ -12,11 +12,10 @@
 SourceDirectory: %N-%v/src
 Source-MD5: 07a9db424337c5e4833fb84136e09a1e
 NoSetLDFLAGS: true
-SetCXX: c++
 SetCPPFLAGS: -DNDEBUG -Df2cFortran
 CompileScript: <<
   #!/bin/sh -ev
-  CXXFLAGS="-O2" CFLAGS='-O2' FC='%p/bin/g95' FFLAGS='-O2' F90='%p/bin/g95' 
./configure --prefix=%p/%n
+  CXX="g++" CC="gcc" CXXFLAGS="-O2" CFLAGS='-O2' FC='%p/bin/g95' FFLAGS='-O2' 
F90='%p/bin/g95' ./configure --prefix=%p/%n
   make
   #make check
 <<


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to