summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-mathematics/gap: drop 4.12.2-r4Michael Orlitzky2024-03-193-187/+0
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-mathematics/gap: add 4.13.0, drop 4.13.0_alpha2Michael Orlitzky2024-03-192-2/+2
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-mathematics/gap: add 4.13.0_alpha2, drop 4.13.0_alpha1Michael Orlitzky2024-02-202-1/+1
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-mathematics/gap: add 4.13.0_alpha1 masked for testingMichael Orlitzky2024-02-072-0/+138
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-mathematics/gap: respect CC and CXX in the "gac" compilerMichael Orlitzky2024-02-052-0/+44
| | | | | Closes: https://bugs.gentoo.org/922835 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-mathematics/gap: use a bash array for econf argsMichael Orlitzky2024-01-221-8/+10
| | | | | Suggested-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-mathematics/gap: fix regeneration of aclocal.m4Michael Orlitzky2024-01-221-0/+8
| | | | | | | | Without AC_CONFIG_MACRO_DIRS in configure.ac, running eautoconf clobbers the important m4_include directives in aclocal.m4, leading to libtool version errors in the build. A quick "sed" does the trick. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-mathematics/gap: drop USE=emacs (a no-op)Michael Orlitzky2024-01-221-1/+1
| | | | | | | | | | | | Some day, this might pull in app-emacs/gap-mode, which does not yet exist. I tried to package it but it throws several warnings in the latest version of emacs: https://gitlab.com/gvol/gap-mode/-/issues/13 For now let's drop the flag since it doesn't do anything. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-mathematics/gap: update dev-util/valgrind -> dev-debug/valgrindMichael Orlitzky2024-01-221-1/+1
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-mathematics/gap: PDEPEND on autoloaded packages without USE=minimalMichael Orlitzky2024-01-222-2/+30
| | | | | | | This completes the rest of the dependency circle for GAP and the packages that it sort-of depends on. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-mathematics/gap: depend on required packages, enable testsMichael Orlitzky2024-01-221-2/+33
| | | | | | | | Now that the four "required" GAP packages are in the tree, GAP itself should depend upon them. Afterwards, its test suite is usable (modulo circular dependency issues). Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-mathematics/gap: new package, add 4.12.2Michael Orlitzky2024-01-223-0/+114
This is not really functional for the moment, because GAP has several required packages that cannot be added until GAP itself is in the tree due to circular dependencies. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>