From b42d38fa44208a67c0f057a16850a259b9397915 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 28 Oct 2022 22:51:45 +0200 Subject: [PATCH] Update gap to 4.12.1 --- srcpkgs/gap/template | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/srcpkgs/gap/template b/srcpkgs/gap/template index 7bc7d13ace20..f500d184dd26 100644 --- a/srcpkgs/gap/template +++ b/srcpkgs/gap/template @@ -1,17 +1,17 @@ # Template file for 'gap' pkgname=gap -version=4.11.1 +version=4.12.1 revision=1 build_style=gnu-configure -make_install_target="install-bin install-gaproot install-headers install-libgap" +make_install_target="install" makedepends="gmp-devel zlib-devel readline-devel" checkdepends="perl" short_desc="Groups, Algorithms, Programming - computational discrete algebra" maintainer="Gonzalo TornarĂ­a " license="GPL-2.0-or-later" -homepage="http://www.gap-system.org/" +homepage="https://www.gap-system.org/" distfiles="https://github.com/gap-system/gap/releases/download/v${version}/gap-${version}.tar.gz" -checksum=6635c5da7d82755f8339486b9cac33766f58712f297e8234fba40818902ea304 +checksum=f9ebef11ee31b210ce36e3c70960742b4e253282bbd5270adc9324273c92b016 if [ "$XBPS_CHECK_PKGS" = full ]; then # not sure about this -- takes about 25 minutes @@ -21,11 +21,11 @@ fi _GAPROOT=/usr/share/gap/ # minimal required packages -_GAPPKGS="GAPDoc primgrp SmallGrp transgrp" +_GAPPKGS="gapdoc primgrp smallgrp transgrp" # other expected packages -_GAPPKGS+=" atlasrep autpgrp alnuth crisp ctbllib FactInt fga irredsol laguna - polenta polycyclic resclasses sophus tomlib" +_GAPPKGS+=" atlasrep autpgrp alnuth crisp ctbllib factint fga irredsol laguna + polenta polycyclic resclasses sophus tomlib utils" post_install() { vmkdir ${_GAPROOT}/pkg @@ -33,8 +33,6 @@ post_install() { [ -d pkg/$p ] || p="$p-*" vcopy "pkg/$p" ${_GAPROOT}/pkg done - # not handled by make install-headers - vcopy gen/config.h /usr/include/gap } gap-devel_package() {