Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update gap to 4.12.1
@ 2022-10-28 20:54 fingolfin
  2022-10-28 21:13 ` tornaria
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: fingolfin @ 2022-10-28 20:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 393 bytes --]

There is a new pull request by fingolfin against master on the void-packages repository

https://github.com/fingolfin/void-packages patch-1
https://github.com/void-linux/void-packages/pull/40208

Update gap to 4.12.1
#### Testing the changes
- I tested the changes in this PR: **NO**

CC @tornaria 

A patch file from https://github.com/void-linux/void-packages/pull/40208.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-1-40208.patch --]
[-- Type: text/x-diff, Size: 2037 bytes --]

From b42d38fa44208a67c0f057a16850a259b9397915 Mon Sep 17 00:00:00 2001
From: Max Horn <max@quendi.de>
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 <tornaria@cmat.edu.uy>"
 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() {

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-10-29 11:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-28 20:54 [PR PATCH] Update gap to 4.12.1 fingolfin
2022-10-28 21:13 ` tornaria
2022-10-28 23:10 ` fingolfin
2022-10-29  0:13 ` tornaria
2022-10-29 10:42 ` tornaria
2022-10-29 11:08 ` [PR PATCH] [Closed]: " ahesford
2022-10-29 11:08 ` ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).