summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2016-03-07 20:58:31 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2016-03-07 21:02:18 +0000
commit7728e30c9b59f5c7f4855d8fc7aa9240cda567ba (patch)
tree82ca310fae95b49bf4233f057c051c5566095291 /sci-libs/atlas/metadata.xml
parentdev-ruby/diff-lcs: fix broken test recipe (diff)
downloadgentoo-7728e30c9b59f5c7f4855d8fc7aa9240cda567ba.tar.gz
gentoo-7728e30c9b59f5c7f4855d8fc7aa9240cda567ba.tar.bz2
gentoo-7728e30c9b59f5c7f4855d8fc7aa9240cda567ba.zip
sci-libs/atlas: initial import
Required for other packages which use the pure clapack API. Best not used for pure blas/lapack, see science overlay instead for now. Package-Manager: portage-2.2.27
Diffstat (limited to 'sci-libs/atlas/metadata.xml')
-rw-r--r--sci-libs/atlas/metadata.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/sci-libs/atlas/metadata.xml b/sci-libs/atlas/metadata.xml
new file mode 100644
index 000000000000..ac115a049487
--- /dev/null
+++ b/sci-libs/atlas/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ ATLAS is an approach for the automatic generation and optimization of
+ numerical software. Currently ATLAS supplies optimized versions for the
+ complete set of linear algebra kernels known as the Basic Linear Algebra
+ Subroutines (BLAS) for both c and F77 interfaces. It can also build
+ a subset of the linear algebra routine LAPACK library or the full
+ LAPACK using the reference LAPACK from Netlib.
+</longdescription>
+ <use>
+ <flag name="generic">Build atlas assuming a fairly generic architecture (sse2 for x86, core2 for amd64)</flag>
+ </use>
+ <upstream>
+ <remote-id type="sourceforge">math-atlas</remote-id>
+ </upstream>
+</pkgmetadata>