From 9a97097af1ca8eb041b55829facca83b516bb024 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Thu, 11 Aug 2022 19:41:38 +0200 Subject: gnu: gap: Enable compilation of more optional packages. * gnu/packages/algebra.scm (gap): Add to the whitelist GAP packages with free licenses clarified in the latest release, and which do not require additional inputs. --- gnu/packages/algebra.scm | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) (limited to 'gnu/packages/algebra.scm') diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index c6b04ada4f..b3f0823daf 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -1242,24 +1242,41 @@ (define-public gap "SmallGrp-" ; artistic2.0 "transgrp" ; artistic2.0 for data, ; gpl2 or gpl3 for code - ;; Recommended package. - "io-" ; gpl3+ - ;; Optional packages, searched for at start, - ;; and their depedencies. + ;; Optional packages. "alnuth-" + "AutoDoc-" + "automata-" "autpgrp-" + "crime-" "crisp-" ; bsd-2 "ctbllib" ; gpl3+ + "datastructures" "FactInt-" "fga" + "format" + "groupoids-" + "guarana" + "idrel-" + "images-" ; mpl2.0 + "IntPic-" + "io-" ; gpl3+ "irredsol-" ; bsd-2 "laguna-" + "liering-" + "MapClass-" + "nilmat-" + "NumericalSgps-" + "OpenMath-" + "orb-" ; gpl3+ "polenta-" "polycyclic-" "radiroot-" + "repsn-" "resclasses-" + "simpcomp" "sophus-" "tomlib-" + "unipot-" "utils-")))))))) (build-system gnu-build-system) (inputs -- cgit v1.2.3