gnu: gap: Enable compilation of more optional packages.
* gnu/packages/algebra.scm (gap)<snippet>: Add to the whitelist GAP packages with free licenses clarified in the latest release, and which do not require additional inputs.
This commit is contained in:
parent
c1a6c6e6d7
commit
9a97097af1
1 changed files with 21 additions and 4 deletions
|
@ -1242,24 +1242,41 @@ xtensor provides:
|
||||||
"SmallGrp-" ; artistic2.0
|
"SmallGrp-" ; artistic2.0
|
||||||
"transgrp" ; artistic2.0 for data,
|
"transgrp" ; artistic2.0 for data,
|
||||||
; gpl2 or gpl3 for code
|
; gpl2 or gpl3 for code
|
||||||
;; Recommended package.
|
;; Optional packages.
|
||||||
"io-" ; gpl3+
|
|
||||||
;; Optional packages, searched for at start,
|
|
||||||
;; and their depedencies.
|
|
||||||
"alnuth-"
|
"alnuth-"
|
||||||
|
"AutoDoc-"
|
||||||
|
"automata-"
|
||||||
"autpgrp-"
|
"autpgrp-"
|
||||||
|
"crime-"
|
||||||
"crisp-" ; bsd-2
|
"crisp-" ; bsd-2
|
||||||
"ctbllib" ; gpl3+
|
"ctbllib" ; gpl3+
|
||||||
|
"datastructures"
|
||||||
"FactInt-"
|
"FactInt-"
|
||||||
"fga"
|
"fga"
|
||||||
|
"format"
|
||||||
|
"groupoids-"
|
||||||
|
"guarana"
|
||||||
|
"idrel-"
|
||||||
|
"images-" ; mpl2.0
|
||||||
|
"IntPic-"
|
||||||
|
"io-" ; gpl3+
|
||||||
"irredsol-" ; bsd-2
|
"irredsol-" ; bsd-2
|
||||||
"laguna-"
|
"laguna-"
|
||||||
|
"liering-"
|
||||||
|
"MapClass-"
|
||||||
|
"nilmat-"
|
||||||
|
"NumericalSgps-"
|
||||||
|
"OpenMath-"
|
||||||
|
"orb-" ; gpl3+
|
||||||
"polenta-"
|
"polenta-"
|
||||||
"polycyclic-"
|
"polycyclic-"
|
||||||
"radiroot-"
|
"radiroot-"
|
||||||
|
"repsn-"
|
||||||
"resclasses-"
|
"resclasses-"
|
||||||
|
"simpcomp"
|
||||||
"sophus-"
|
"sophus-"
|
||||||
"tomlib-"
|
"tomlib-"
|
||||||
|
"unipot-"
|
||||||
"utils-"))))))))
|
"utils-"))))))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in a new issue