Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5067

Modified Files:
        f2py-py.info 
Log Message:
Make sure scipy-distutils is installed.


Index: f2py-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages/f2py-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- f2py-py.info        7 Mar 2005 03:00:51 -0000       1.2
+++ f2py-py.info        26 Apr 2005 15:54:10 -0000      1.3
@@ -2,7 +2,7 @@
 
 Package: f2py-py%type_pkg[python]
 Version: 2.45.241
-Revision: 1
+Revision: 2
 GCC: 3.3
 Type: python (2.2 2.3 2.4)
 Description: Fortran to Python Interface Generator
@@ -29,6 +29,8 @@
 CompileScript:  <<
  #!/bin/sh
  %p/bin/python%type_raw[python] setup.py build
+ cd other/scipy_distutils
+ %p/bin/python%type_raw[python] setup.py build
 <<
 InstallScript: <<
  #!/bin/sh
@@ -37,6 +39,8 @@
  cp -R docs/ %i/share/doc/%n
  mv %i/bin/f2py %i/bin/f2py%type_raw[python]
  ln -s %p/bin/f2py%type_raw[python] %i/bin/f2py
+ cd other/scipy_distutils
+ %p/bin/python%type_raw[python] setup.py install --root=%d
 <<
 SplitOff: <<
  Package: f2py-py%type_pkg[python]-bin



-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to