summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2021-12-23 19:51:27 -0500
committerMichael Orlitzky <mjo@gentoo.org>2021-12-24 08:05:43 -0500
commit59700e9c437870c74b498e5f214571c4be5ea3a6 (patch)
tree2fa4c475d5239035dea6a5be3be41dc96789eaab /sci-mathematics/primecount/metadata.xml
parentsci-mathematics/primesieve: new CLI/library to quickly generate primes. (diff)
downloadgentoo-59700e9c437870c74b498e5f214571c4be5ea3a6.tar.gz
gentoo-59700e9c437870c74b498e5f214571c4be5ea3a6.tar.bz2
gentoo-59700e9c437870c74b498e5f214571c4be5ea3a6.zip
sci-mathematics/primecount: new fast CLI/library to count primes.
This is a new dependency of SageMath. The SageMath ./configure script will detect primecount on the system and use it (rather than rebuilding a bundled copy) if installed. Based on the sage-on-gentoo ebuild contributed by François Bissey. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics/primecount/metadata.xml')
-rw-r--r--sci-mathematics/primecount/metadata.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/sci-mathematics/primecount/metadata.xml b/sci-mathematics/primecount/metadata.xml
new file mode 100644
index 000000000000..524d8bf2ac66
--- /dev/null
+++ b/sci-mathematics/primecount/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>
+
+ <maintainer type="person" proxied="yes">
+ <email>frp.bissey@gmail.com</email>
+ <name>François Bissey</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+
+ <use>
+ <flag name="executable">Build the primecount CLI executable</flag>
+ </use>
+
+ <upstream>
+ <remote-id type="github">kimwalisch/primecount</remote-id>
+ </upstream>
+</pkgmetadata>