summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-mathematics/primecount: drop 7.4Michael Orlitzky2023-02-072-55/+0
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-mathematics/primecount: stabilize 7.6 for amd64Michael Orlitzky2023-02-071-2/+2
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-mathematics/primecount: add 7.6Michael Orlitzky2022-12-202-0/+55
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-mathematics/primecount: drop 7.3Michael Orlitzky2022-10-202-55/+0
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-mathematics/primecount: stabilize 7.4 for amd64Michael Orlitzky2022-10-201-1/+1
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-mathematics/primecount: add 7.4Michael Orlitzky2022-08-222-0/+55
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-mathematics/primecount: drop 7.2-r1Michael Orlitzky2022-08-062-55/+0
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-mathematics/primecount: stabilize 7.3 for amd64Michael Orlitzky2022-08-061-1/+1
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-mathematics/primecount: new upstream v7.3.Michael Orlitzky2022-06-132-0/+55
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-mathematics/primecount: [QA] use tc-check-openmp correctlyDavid Seifert2022-05-161-1/+6
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sci-mathematics/primecount: maintainer stabilize on amd64.Michael Orlitzky2022-01-301-2/+2
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2022-01-251-1/+1
| | | | | | Again. :( Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* sci-mathematics/primecount: new revision to fix popcnt usage.Michael Orlitzky2021-12-261-1/+2
| | | | | | | | I completely forgot this was part of cpu_flags_x86. Now we disable it when the CPU does not support it. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-mathematics/primecount: new fast CLI/library to count primes.Michael Orlitzky2021-12-243-0/+73
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>