2019-07-08 09:11:04 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-09-11 18:04:20 +03:00
|
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
2019-07-08 09:11:04 +03:00
|
|
|
<pkgmetadata>
|
2020-06-11 09:15:59 +03:00
|
|
|
<maintainer type="project">
|
|
|
|
<email>sci@gentoo.org</email>
|
|
|
|
<name>Gentoo Science Project</name>
|
|
|
|
</maintainer>
|
2021-03-16 23:02:55 +03:00
|
|
|
<maintainer type="person" proxied="yes">
|
2020-06-11 09:15:59 +03:00
|
|
|
<email>lumin@debian.org</email>
|
|
|
|
<name>Mo Zhou</name>
|
|
|
|
</maintainer>
|
|
|
|
<longdescription lang="en">
|
|
|
|
OpenBLAS is an optimized Basic Linear Algebra Subprograms (BLAS)
|
|
|
|
library based on GotoBLAS2 1.13 BSD version. It was forked when
|
|
|
|
Mr. Kazushige Goto left TACC and GotoBLAS became unmaintained. In
|
|
|
|
general, BLAS is the computational kernel ("the bottom of the food
|
|
|
|
chain") in linear algebra or scientific applications. Thus, if
|
|
|
|
your BLAS implementation is highly optimized, the whole
|
|
|
|
application can substantially benefit. OpenBLAS has optimized code
|
|
|
|
for modern architectures, and has accrued many other features and
|
|
|
|
bug fixes beyond GotoBLAS.
|
|
|
|
</longdescription>
|
|
|
|
<use>
|
|
|
|
<flag name="dynamic">
|
|
|
|
Build dynamic architecture detection at run time (for multi targets)
|
|
|
|
</flag>
|
|
|
|
<flag name="eselect-ldso">
|
|
|
|
Enable BLAS/LAPACK runtime switching
|
|
|
|
</flag>
|
|
|
|
<flag name="index-64bit">
|
|
|
|
Compile a separate INTERFACE64 OpenBLAS
|
|
|
|
</flag>
|
|
|
|
<flag name="pthread">
|
|
|
|
Build with pthread threading model
|
|
|
|
</flag>
|
2020-10-30 16:46:51 +03:00
|
|
|
<flag name="relapack">
|
|
|
|
Build the ReLAPACK extension to OpenBLAS
|
|
|
|
</flag>
|
2020-06-11 09:15:59 +03:00
|
|
|
</use>
|
|
|
|
<upstream>
|
|
|
|
<remote-id type="github">xianyi/OpenBLAS</remote-id>
|
|
|
|
</upstream>
|
2019-07-08 09:11:04 +03:00
|
|
|
</pkgmetadata>
|