diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2020-01-01 10:08:14 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2020-01-01 14:28:56 -0500 |
commit | f55ae9efddb800bf890f4b52ff0e0e11a118d8a5 (patch) | |
tree | 668663873b75d702351b5197248e5d89f7a15063 /sci-libs/givaro/metadata.xml | |
parent | app-text/ocrad: Drop old (diff) | |
download | gentoo-f55ae9efddb800bf890f4b52ff0e0e11a118d8a5.tar.gz gentoo-f55ae9efddb800bf890f4b52ff0e0e11a118d8a5.tar.bz2 gentoo-f55ae9efddb800bf890f4b52ff0e0e11a118d8a5.zip |
sci-libs/givaro: new C++ library for arithmetic/algebraic computing.
The latest version givaro-4.1.1 was imported from the sage-on-gentoo
overlay with the following changes:
* The homepage (which was redirecting) was updated.
* The obsolete "bindist" flag was dropped.
* The test suite was enabled; it passes without incident for me.
* Support for the sse/sse2 CPU flags was added.
* USE=doc will now build the API documentation.
The SageMath project can detect and use the system copy of givaro, so having
this installed will help Gentoo users avoid pointless rebuilds of givaro.
Closes: https://bugs.gentoo.org/704458
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs/givaro/metadata.xml')
-rw-r--r-- | sci-libs/givaro/metadata.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sci-libs/givaro/metadata.xml b/sci-libs/givaro/metadata.xml new file mode 100644 index 000000000000..e1c0c3cbd9cd --- /dev/null +++ b/sci-libs/givaro/metadata.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>mjo@gentoo.org</email> + </maintainer> + <!-- + mjo: François maintained this package in the sage-on-gentoo overlay + long before I moved it into ::gentoo. You don't need an ACK from me + to merge his changes. + --> + <maintainer type="person"> + <email>frp.bissey@gmail.com</email> + <name>François Bissey</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + + <upstream> + <remote-id type="github">linbox-team/givaro</remote-id> + </upstream> +</pkgmetadata> |