summaryrefslogtreecommitdiff
path: root/packages/python/python-numeric/no-lapack.patch
blob: c1916b8b9f4f4710117254587e27d375175f9358 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

#
# Patch managed by http://www.holgerschurig.de/patcher.html
#

--- Numeric-23.7/setup.py~nolapack
+++ Numeric-23.7/setup.py
@@ -32,7 +32,7 @@
     mathlibs = []
 
 # delete all but the first one in this list if using your own LAPACK/BLAS
-sourcelist = [os.path.join('Src', 'lapack_litemodule.c'),
+sourcelist = [
               #os.path.join('Src', 'blas_lite.c'), 
               #os.path.join('Src', 'f2c_lite.c'), 
               #os.path.join('Src', 'zlapack_lite.c'),
@@ -40,12 +40,12 @@
              ]
 # set these to use your own BLAS;
 
-library_dirs_list = ['/usr/lib/atlas']
-libraries_list = ['lapack', 'cblas', 'f77blas', 'atlas', 'g2c'] 
+library_dirs_list = []
+libraries_list = [] 
 
 # set to true (1), if you also want BLAS optimized matrixmultiply/dot/innerproduct
-use_dotblas = 1 
-include_dirs = ['/usr/include/atlas']  
+use_dotblas = 0
+include_dirs = []  
                    # You may need to set this to find cblas.h
                    #  e.g. on UNIX using ATLAS this should be ['/usr/include/atlas']
 extra_link_args = []
pan title='2007-10-21 22:23:37 +0000'>2007-10-21libxml: Stage binconfig file to the correct place (from poky)Richard Purdie1 2007-10-19libxml2: drop useless noteMarcin Juszkiewicz1 2007-08-18libxml2-native: catch up with python2.5 updateMichael Lauer6 2007-08-02libxml2: update to 2.6.29, closes #2702Antti Andreimann2 2007-04-15libxml2: no argumentation was given for the libiconv dep, so remove it. ARm,...Koen Kooi1 2007-04-07libxml2 2.6.26: Added libiconv dependencyShane Volpe1 2007-02-24packages/libxml/libxml2-native_2.6.26.bbShane Volpe2 2007-02-20packages/libxml/libxml2_2.6.26.bb: copy xml2-config to staging/binStelios Koroneos1 2007-02-16libxml: update libxml2-native to 2.6.26. Closes 1837. Thanks.Tom Kirkpatrick1 2007-01-04libxml2-native: fixed SRC_URI for 2.6.9Marcin Juszkiewicz1 2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie2 2006-12-15libxml2: fix build for powerpc, which is suspiciously lacking a -ldlKoen Kooi1 2006-10-28libxml2-native 2.6.10: fix SRC_URIKoen Kooi1 2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi3 2006-09-30libxml2 2.6.26 fix SRC_URIMichael Lauer1 2006-09-29libxml: added 2.6.26Marcin Juszkiewicz1 2006-09-10libxml2 2.6.22: Remove spurious .debug directories from the non -dbg packages.Jamie Lenehan1 2006-08-28libxml++: move to correct subdirKoen Kooi1 2006-07-24libxml-native - Initial add.Raymond Danks2 2006-07-12libxml2: bring 2.6.22 up to modern standards, remove 2.6.7, 2.6.9, 2.6.10Michael Lauer4 2006-03-28libxml2: Fixed the download URL's for all libxml2 packages.Mika Laitio4