Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 37301 Details for
Bug 60167
numeric-23.3.ebuild ( Update )
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Numeric-23.3.patch
Numeric-23.3.patch (text/plain), 2.33 KB, created by
S.Caglar Onur
on 2004-08-12 12:43:50 UTC
(
hide
)
Description:
Numeric-23.3.patch
Filename:
MIME Type:
Creator:
S.Caglar Onur
Created:
2004-08-12 12:43:50 UTC
Size:
2.33 KB
patch
obsolete
>--- setup.py 2004-08-12 22:15:54.134168680 +0300 >+++ setup.py 2004-08-12 22:18:16.398541208 +0300 >@@ -33,20 +33,20 @@ > > # delete all but the first one in this list if using your own LAPACK/BLAS > sourcelist = [os.path.join('Src', 'lapack_litemodule.c'), >-# os.path.join('Src', 'blas_lite.c'), >-# os.path.join('Src', 'f2c_lite.c'), >-# os.path.join('Src', 'zlapack_lite.c'), >-# os.path.join('Src', 'dlapack_lite.c') >+ os.path.join('Src', 'blas_lite.c'), >+ os.path.join('Src', 'f2c_lite.c'), >+ os.path.join('Src', 'zlapack_lite.c'), >+ os.path.join('Src', 'dlapack_lite.c') > ] > # set these to use your own BLAS; > >-library_dirs_list = ['/usr/lib/atlas'] >-libraries_list = ['lapack', 'cblas', 'f77blas', 'atlas', 'g2c'] >+#library_dirs_list = ['/usr/lib/atlas'] >+#libraries_list = ['lapack_lite', 'cblas', 'f77blas', 'atlas', 'g2c'] > # if you also set `use_dotblas` (see below), you'll need: > # ['lapack', 'cblas', 'f77blas', 'atlas', 'g2c'] > > # set to true (1), if you also want BLAS optimized matrixmultiply/dot/innerproduct >-use_dotblas = 1 >+use_dotblas = 0 > include_dirs = ['/usr/include/atlas'] # You may need to set this to find cblas.h > # e.g. on UNIX using ATLAS this should be ['/usr/include/atlas'] > >@@ -80,8 +80,8 @@ > os.path.join('Src', 'linpack.c')], > extra_compile_args = extra_compile_args), > Extension('lapack_lite', sourcelist, >- library_dirs = library_dirs_list, >- libraries = libraries_list, >+# library_dirs = library_dirs_list, >+# libraries = libraries_list, > extra_compile_args = extra_compile_args) > ] > >@@ -113,8 +113,8 @@ > package_dir['dotblas'] = os.path.join('Packages', 'dotblas', 'dotblas') > ext_modules.append(Extension('_dotblas', > [os.path.join('Packages', 'dotblas', 'dotblas', '_dotblas.c')], >- library_dirs = library_dirs_list, >- libraries = libraries_list, >+# library_dirs = library_dirs_list, >+# libraries = libraries_list, > extra_compile_args=extra_compile_args)) > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 60167
:
37300
| 37301 |
37302
|
37303