Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv5451

Modified Files:
        scipy-py.info 
Log Message:
New version, now builds with gcc47. This bug should now be fixed:
http://sourceforge.net/mailarchive/message.php?msg_id=29637222


Index: scipy-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/scipy-py.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- scipy-py.info       13 Jul 2012 20:14:55 -0000      1.7
+++ scipy-py.info       17 Aug 2012 08:47:50 -0000      1.8
@@ -1,15 +1,14 @@
 Info2: <<
-
 Package: scipy-py%type_pkg[python]
-Version: 0.10.0
+Version: 0.10.1
 Epoch: 1
-Revision: 3
+Revision: 1
 Maintainer: Sebastien Maret <bma...@users.sourceforge.net>
 Type: python (2.6 2.7 3.1 3.2)
-Depends: numpy-py%type_pkg[python] (>= 1.6.1-1), python%type_pkg[python], 
fftw3-shlibs, gcc47-shlibs, x11-shlibs
-BuildDepends: fink (>= 0.24.12), fftw3, gcc47, djbfft (>= 0.76-3), x11-dev, 
swig, suitesparse (>= 3.6.1)
+Depends: numpy-py%type_pkg[python] (>= 1.6.1-1), python%type_pkg[python], 
gcc47-shlibs
+BuildDepends: fink (>= 0.24.12), gcc47, swig, suitesparse (>= 3.6.1)
 Source: mirror:sourceforge:scipy/scipy-%v.tar.gz
-Source-MD5: e357c08425fd031dce63bc4905789088
+Source-MD5: 6ad976549e22e04ca93e70cf55b70a22
 PatchFile: scipy-py.patch
 PatchFile-MD5: 06beefa74b2b1a016dcf0ca4780a8471
 PatchScript: <<
@@ -25,11 +24,14 @@
 umfpack_libs = umfpack, colamd, cholmod, amd
 EOF
 <<
+SetCC: %p/bin/gcc-4
 CompileScript: <<
- #!/bin/sh -ev
- export FFLAGS=-ff2c
+#!/bin/sh -ev
+ export CC=%p/bin/gcc-4
+ export CXX=%p/bin/g++-4
+ export FC=%p/bin/gfortran
  unset LDFLAGS
- %p/bin/python%type_raw[python] setup.py build --fcompiler=gnu95
+ %p/bin/python%type_raw[python] setup.py build --fcompiler gnu95
 <<
 InstallScript: <<
  %p/bin/python%type_raw[python] setup.py install --root %d
@@ -56,12 +58,11 @@
 library.
 
 The patch script allow to compile scipy-py with the suitesparse
-packagee installed. See:
+package installed. See:
 http://thread.gmane.org/gmane.os.macosx.fink.user/28476
 
 Originally packaged by Jeffrey Whitaker.
 <<
 License: OSI-Approved
 Homepage: http://www.scipy.org
-
 <<


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to