diff options
author | 2008-02-12 17:56:32 +0000 | |
---|---|---|
committer | 2008-02-12 17:56:32 +0000 | |
commit | 9d2b7fb2d6e50183f6d9dbd319ba86ed67498186 (patch) | |
tree | 0dee1ae98534fd55b938aa60343aa9f09594418c /sci-libs/blas-goto/metadata.xml | |
parent | old (diff) | |
download | historical-9d2b7fb2d6e50183f6d9dbd319ba86ed67498186.tar.gz historical-9d2b7fb2d6e50183f6d9dbd319ba86ed67498186.tar.bz2 historical-9d2b7fb2d6e50183f6d9dbd319ba86ed67498186.zip |
Various fixes including shared libs patch (now works with as-needed), seds for the Makefile.rule adpapted to newer version, removed user's cflags, since upstream seems to do a better job with preprocessing flags, forced gcc as a C compiler for inline assembler, added a int64 use flag, some cleanup.
Package-Manager: portage-2.1.4.3
Diffstat (limited to 'sci-libs/blas-goto/metadata.xml')
-rw-r--r-- | sci-libs/blas-goto/metadata.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sci-libs/blas-goto/metadata.xml b/sci-libs/blas-goto/metadata.xml index f12d4740a074..3e66f5e5ec16 100644 --- a/sci-libs/blas-goto/metadata.xml +++ b/sci-libs/blas-goto/metadata.xml @@ -3,12 +3,12 @@ <pkgmetadata> <herd>sci</herd> <longdescription lang="en"> -The GotoBLAS codes are one of the fastest implementations -of the Basic Linear Algebra Subroutines(BLAS). -To achieve performance it starts by observing that for current -generation architectures, much of the overhead comes from Translation -Look-aside Buffer (TLB) table misses. While the importance of caches -is also taken into consideration, it is the minimization of such TLB -misses that drives the approach. + The GotoBLAS codes are one of the fastest implementations + of the Basic Linear Algebra Subroutines(BLAS). + To achieve performance it starts by observing that for current + generation architectures, much of the overhead comes from Translation + Look-aside Buffer (TLB) table misses. While the importance of caches + is also taken into consideration, it is the minimization of such TLB + misses that drives the approach. </longdescription> </pkgmetadata> |