# # 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 = [] >rm Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/obexpush
AgeCommit message (Expand)AuthorFiles
2009-01-05obexpush_1.0.0.bb: add opd_args file to append arguments for startingErin Yueh2
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe3
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther1
2006-06-26obexpush: supply -Wl,-rpath to STAGING_LIBDIRMichael Lauer1
2005-08-25obexpush: fix opd init script permissionMichael Lauer2
2005-08-23add obexpush-nativeMichael Lauer1
2005-08-21obexpush: ship daemon in sbindirMichael Lauer1
2005-08-21obexpush: add patch for obextoolMichael Lauer4
2005-08-21add OBEX Push command line helpersMichael Lauer4