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

Added Files:
        numarray-py.info numarray-py.patch 
Log Message:
New upstream version, combined py23 and py22 into one using variants.


--- NEW FILE: numarray-py.patch ---
--- numarray-1.1/addons.py.orig Fri Oct  1 04:50:03 2004
+++ numarray-1.1/addons.py      Fri Oct  1 04:51:52 2004
@@ -31,11 +31,11 @@
 
     # Set to list off libraries to link against.
     # (only the basenames, e.g. 'lapack')
-    lapack_libs = ['lapack', 'f77blas', 'cblas', 'atlas', 'f90math', 'fio', 
'f77math', 'm']
+    lapack_libs = []
 
 
 # Set to list directories to be searched for BLAS and LAPACK libraries
-lapack_dirs = ['/usr/local/lib/atlas', '/opt/absoft/lib']
+lapack_dirs = []
 
 ADDONS_DATA_FILES = [('numarray/ma', ['Packages/MA/Legal.htm'])]
 
@@ -85,6 +85,7 @@
     Extension('numarray.linear_algebra.lapack_lite2',
               sourcelist,
               include_dirs = ["Packages/LinearAlgebra2/Src", 'Include/numarray'],
+              extra_link_args = ["-framework", "vecLib"],
               library_dirs = lapack_dirs,
               libraries = lapack_libs),
     Extension("numarray.random_array.ranlib2",

--- NEW FILE: numarray-py.info ---
Info2: <<

Package: numarray-py%type_pkg[python]
Version: 1.1
Revision: 11
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
Type: python (2.2 2.3)
Depends: python%type_pkg[python] | python%type_pkg[python]-nox
Source: mirror:sourceforge:numpy/numarray-%v.tar.gz
Source-MD5: cd7520b3859bc5d5c73be0124e10c0c1
Patch: %{ni}.patch
CompileScript: <<
 #!/bin/sh
 export USE_LAPACK=1
 %p/bin/python%type_raw[python] setup.py build --gencode
<<
InstallScript: <<
 %p/bin/python%type_raw[python] setup.py install --root %d
<<
DocFiles: README.txt ChangeLog LICENSE.txt
Description: Multidim'l numerical arrays for Python (Numeric successor)
DescDetail: <<
 Numarray is a re-implementation of an older Python 
 array module called Numeric. In general its interface is very similar. 
 It is mostly backward compatible and will be becoming more
 so in future releases.
<<
License: OSI-Approved
Homepage: http://www.stsci.edu/resources/software_hardware/numarray

<<



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to