# # 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 = [] dylan Mirror of openembedded-coreMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/scripts/runqemu-export-rootfs
AgeCommit message (Expand)AuthorFiles
2014-02-20runqemu-export-rootfs: Fix missing # in commentSaul Wold1
2014-01-28runqemu-export-rootfs: update for unfs3Jason Wessel1
2014-01-28runqemu: Use the newer unfs3 for serving user space nfsSaul Wold1
2012-10-04runqemu: allow multiple unfs instances to run simultaneouslyScott Garman1
2012-10-04runqemu-export-rootfs: improve rpcbind error detectionScott Garman1
2012-10-04runqemu-export-rootfs: use consistent whitespaceScott Garman1
2012-08-28runqemu-export-rootfs and friends: don't put pseudo db in target fsPeter Seebach1
2011-10-10Allow user mode NFS server to run without rpcbind / portmapJason Wessel1
2011-10-04runqemu-export-rootfs: Add HOW-TO for ubuntu 11.10 for rpcbind problemKhem Raj1
2011-09-02scripts: Show sensible warning messages if expected binaries don't existRichard Purdie1
2011-08-23Use OECORE_DISTRO_VERSION instead of POKY_DISTRO_VERSIONOtavio Salvador1
2011-04-21Further cleanup of various poky referencesRichard Purdie1
2011-04-21Rename ~/.poky-sdk/ temp workdir to ~/.runqemu-sdk/Richard Purdie1
2011-04-20Rename the remaining poky-* scripts to oe-* or runqemu-*Richard Purdie1