Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] add some missing shlibs
@ 2021-11-11 12:27 tornaria
  2021-11-11 12:34 ` [PR PATCH] [Updated] " tornaria
  2021-11-11 12:40 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: tornaria @ 2021-11-11 12:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages shlibs
https://github.com/void-linux/void-packages/pull/34028

add some missing shlibs
These are used in the sagemath template I'm drafting.

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

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

From f15c02f954bc9fb8621fb168619b52f35d01badf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 11 Nov 2021 09:26:15 -0300
Subject: [PATCH] add some missing shlibs

---
 common/hooks/pre-pkg/03-rewrite-python-shebang.sh |  4 ++++
 common/shlibs                                     | 11 +++++++++++
 srcpkgs/lcalc/template                            |  3 ++-
 3 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/common/hooks/pre-pkg/03-rewrite-python-shebang.sh b/common/hooks/pre-pkg/03-rewrite-python-shebang.sh
index 07162ad2c69b..0ac9d7dda65a 100644
--- a/common/hooks/pre-pkg/03-rewrite-python-shebang.sh
+++ b/common/hooks/pre-pkg/03-rewrite-python-shebang.sh
@@ -4,6 +4,10 @@
 hook() {
 	local pyver= shebang= off=
 
+	if [ -n "$no_python_shebang" ]; then
+		return 0
+	fi
+
 	if [ -d ${PKGDESTDIR}/usr/lib/python* ]; then
 		pyver="$(find ${PKGDESTDIR}/usr/lib/python* -prune -type d | grep -o '[[:digit:]]\.[[:digit:]]\+$')"
 	fi
diff --git a/common/shlibs b/common/shlibs
index 7e97899ce695..cfe5e85e741e 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4049,5 +4049,16 @@ libstemmer.so.2 libstemmer-2.1.0_1
 libdecor-0.so.0 libdecor-0.1.0_1
 libavif.so.13 libavif-0.9.3_1
 libkdumpfile.so.9 libkdumpfile-0.4.1_1
+libamd.so.2 SuiteSparse-5.10.1_1
+libcholmod.so.3 SuiteSparse-5.10.1_1
+libumfpack.so.5 SuiteSparse-5.10.1_1
+libecl.so.21.2 ecl-21.2.1_1
+libecm.so.1 ecm-7.0.4_3
+libLfunction.so lcalc-1.23_2
+libSingular-4.2.1.so singular-4.2.1_1
+libfactory-4.2.1.so singular-4.2.1_1
+libpolys-4.2.1.so singular-4.2.1_1
+libomalloc-0.9.6.so singular-4.2.1_1
+libsingular_resources-4.2.1.so singular-4.2.1_1
 libm4ri-0.0.20200125.so m4ri-20200125_1
 libm4rie-0.0.20200125.so m4rie-20200125_1
diff --git a/srcpkgs/lcalc/template b/srcpkgs/lcalc/template
index 0c1784fff871..1b3df018d527 100644
--- a/srcpkgs/lcalc/template
+++ b/srcpkgs/lcalc/template
@@ -1,7 +1,7 @@
 # Template file for 'lcalc'
 pkgname=lcalc
 version=1.23
-revision=1
+revision=2
 build_wrksrc="src"
 build_style=gnu-makefile
 makedepends="gmp-devel pari-devel"
@@ -22,6 +22,7 @@ checksum="83d4253ec2f38553b21190d6d0c6b71bab7ea14717f6dde5bd18f60775d3cdb0
  dde1f80b0ca42fb43917c24e6016c19e4a8d28de9c50cd0a523a318866bdc0eb
  941d4ac025f5d6f0142fb785b27f7a221729466dc83d45fd206cce102c012eaf
  045f23ea9131b8039001c8f13d22152f7b3c2e91adcf8c555354eaf39e7a7b48"
+shlib_provides="libLfunction.so"
 
 # get patches from sagemath
 _patchurl="https://git.sagemath.org/sage.git/plain/build/pkgs/lcalc/patches"

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

* Re: [PR PATCH] [Updated] add some missing shlibs
  2021-11-11 12:27 [PR PATCH] add some missing shlibs tornaria
@ 2021-11-11 12:34 ` tornaria
  2021-11-11 12:40 ` [PR PATCH] [Merged]: " leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: tornaria @ 2021-11-11 12:34 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by tornaria against master on the void-packages repository

https://github.com/tornaria/void-packages shlibs
https://github.com/void-linux/void-packages/pull/34028

add some missing shlibs
These are used in the sagemath template I'm drafting.

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

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

From d7a29dfd6aa3a39bc66e474f60e7bbb7226e56bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 11 Nov 2021 09:32:53 -0300
Subject: [PATCH 1/2] lcalc: add shlib_provides

---
 common/shlibs          | 1 +
 srcpkgs/lcalc/template | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/common/shlibs b/common/shlibs
index 7e97899ce695..beccba8af0a7 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4024,6 +4024,7 @@ libflint.so.16 flintlib-2.8.0_1
 libarb.so.2 arb-2.20.0_1
 libec.so.8 eclib-20210625_1
 libsymmetrica.so.2 symmetrica-3.0.1_1
+libLfunction.so lcalc-1.23_2
 libwayland-client++.so.0 libwaylandpp-0.2.8_1
 libwayland-cursor++.so.0 libwaylandpp-0.2.8_1
 libwayland-egl++.so.0 libwaylandpp-0.2.8_1
diff --git a/srcpkgs/lcalc/template b/srcpkgs/lcalc/template
index 0c1784fff871..1b3df018d527 100644
--- a/srcpkgs/lcalc/template
+++ b/srcpkgs/lcalc/template
@@ -1,7 +1,7 @@
 # Template file for 'lcalc'
 pkgname=lcalc
 version=1.23
-revision=1
+revision=2
 build_wrksrc="src"
 build_style=gnu-makefile
 makedepends="gmp-devel pari-devel"
@@ -22,6 +22,7 @@ checksum="83d4253ec2f38553b21190d6d0c6b71bab7ea14717f6dde5bd18f60775d3cdb0
  dde1f80b0ca42fb43917c24e6016c19e4a8d28de9c50cd0a523a318866bdc0eb
  941d4ac025f5d6f0142fb785b27f7a221729466dc83d45fd206cce102c012eaf
  045f23ea9131b8039001c8f13d22152f7b3c2e91adcf8c555354eaf39e7a7b48"
+shlib_provides="libLfunction.so"
 
 # get patches from sagemath
 _patchurl="https://git.sagemath.org/sage.git/plain/build/pkgs/lcalc/patches"

From e59ddf86f4368caf780b0fe5b8ce9fd50748677f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 11 Nov 2021 09:34:25 -0300
Subject: [PATCH 2/2] common/shlibs: add some missing libs

---
 common/shlibs | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/common/shlibs b/common/shlibs
index beccba8af0a7..fd78e1e33c3f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4050,5 +4050,15 @@ libstemmer.so.2 libstemmer-2.1.0_1
 libdecor-0.so.0 libdecor-0.1.0_1
 libavif.so.13 libavif-0.9.3_1
 libkdumpfile.so.9 libkdumpfile-0.4.1_1
+libamd.so.2 SuiteSparse-5.10.1_1
+libcholmod.so.3 SuiteSparse-5.10.1_1
+libumfpack.so.5 SuiteSparse-5.10.1_1
+libecl.so.21.2 ecl-21.2.1_1
+libecm.so.1 ecm-7.0.4_3
+libSingular-4.2.1.so singular-4.2.1_1
+libfactory-4.2.1.so singular-4.2.1_1
+libpolys-4.2.1.so singular-4.2.1_1
+libomalloc-0.9.6.so singular-4.2.1_1
+libsingular_resources-4.2.1.so singular-4.2.1_1
 libm4ri-0.0.20200125.so m4ri-20200125_1
 libm4rie-0.0.20200125.so m4rie-20200125_1

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

* Re: [PR PATCH] [Merged]: add some missing shlibs
  2021-11-11 12:27 [PR PATCH] add some missing shlibs tornaria
  2021-11-11 12:34 ` [PR PATCH] [Updated] " tornaria
@ 2021-11-11 12:40 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2021-11-11 12:40 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

add some missing shlibs
https://github.com/void-linux/void-packages/pull/34028

Description:
These are used in the sagemath template I'm drafting.

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

end of thread, other threads:[~2021-11-11 12:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-11 12:27 [PR PATCH] add some missing shlibs tornaria
2021-11-11 12:34 ` [PR PATCH] [Updated] " tornaria
2021-11-11 12:40 ` [PR PATCH] [Merged]: " leahneukirchen

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).