Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: lrcalc-2.1
@ 2021-11-21 15:18 tornaria
  2021-11-21 15:41 ` tornaria
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tornaria @ 2021-11-21 15:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages lrcalc
https://github.com/void-linux/void-packages/pull/34186

New package: lrcalc-2.1
Dependency of sagemath

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

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

From 25894c55f76e37480f554f8d054a9ae194c6f186 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 21 Nov 2021 12:18:20 -0300
Subject: [PATCH] New package: lrcalc-2.1

---
 common/shlibs           |  1 +
 srcpkgs/lrcalc-devel    |  1 +
 srcpkgs/lrcalc/template | 21 +++++++++++++++++++++
 3 files changed, 23 insertions(+)
 create mode 120000 srcpkgs/lrcalc-devel
 create mode 100644 srcpkgs/lrcalc/template

diff --git a/common/shlibs b/common/shlibs
index f4112f44c2ec..5527ea55eb6e 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4026,6 +4026,7 @@ 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
+liblrcalc.so.2 lrcalc-2.1_1
 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/lrcalc-devel b/srcpkgs/lrcalc-devel
new file mode 120000
index 000000000000..fbb89b21f5b3
--- /dev/null
+++ b/srcpkgs/lrcalc-devel
@@ -0,0 +1 @@
+lrcalc
\ No newline at end of file
diff --git a/srcpkgs/lrcalc/template b/srcpkgs/lrcalc/template
new file mode 100644
index 000000000000..afa889b6d6ad
--- /dev/null
+++ b/srcpkgs/lrcalc/template
@@ -0,0 +1,21 @@
+# Template file for 'lrcalc'
+pkgname=lrcalc
+version=2.1
+revision=1
+build_style=gnu-configure
+short_desc="Littlewood-Richardson Calculator"
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
+license="GPL-3.0-or-later"
+homepage="https://sites.math.rutgers.edu/~asbuch/lrcalc/"
+distfiles="https://sites.math.rutgers.edu/~asbuch/lrcalc/lrcalc-$version.tar.gz"
+checksum=996ac00e6ea8321ef09b34478f5379f613933c3254aeba624b6419b8afa5df57
+
+lrcalc-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: New package: lrcalc-2.1
  2021-11-21 15:18 [PR PATCH] New package: lrcalc-2.1 tornaria
@ 2021-11-21 15:41 ` tornaria
  2021-11-21 15:52 ` tornaria
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tornaria @ 2021-11-21 15:41 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/34186#issuecomment-974840362

Comment:
This one is not being picked up by sagemath configure. I'm looking into it. Note sage itself ships lrcalc-1.2 while the current release is 2.1, I wonder if that's an issue.

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

* Re: New package: lrcalc-2.1
  2021-11-21 15:18 [PR PATCH] New package: lrcalc-2.1 tornaria
  2021-11-21 15:41 ` tornaria
@ 2021-11-21 15:52 ` tornaria
  2021-11-21 16:07 ` [PR PATCH] [Updated] " tornaria
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tornaria @ 2021-11-21 15:52 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/34186#issuecomment-974842729

Comment:
Apparently the API has changed between 1.x and 2.x (see https://trac.sagemath.org/ticket/31355)

I wonder if we should instead package 1.2 or 1.3 since the goal of this is be a dependency of sagemath.

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

* Re: [PR PATCH] [Updated] New package: lrcalc-2.1
  2021-11-21 15:18 [PR PATCH] New package: lrcalc-2.1 tornaria
  2021-11-21 15:41 ` tornaria
  2021-11-21 15:52 ` tornaria
@ 2021-11-21 16:07 ` tornaria
  2021-11-21 16:09 ` tornaria
  2021-11-22 12:21 ` [PR PATCH] [Merged]: New package: lrcalc-1.2 leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: tornaria @ 2021-11-21 16:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages lrcalc
https://github.com/void-linux/void-packages/pull/34186

New package: lrcalc-2.1
Dependency of sagemath

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

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

From dd646e09d844de17f86032b28f004c665c4869b3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 21 Nov 2021 12:18:20 -0300
Subject: [PATCH] New package: lrcalc-1.2

---
 common/shlibs           |  1 +
 srcpkgs/lrcalc-devel    |  1 +
 srcpkgs/lrcalc/template | 21 +++++++++++++++++++++
 3 files changed, 23 insertions(+)
 create mode 120000 srcpkgs/lrcalc-devel
 create mode 100644 srcpkgs/lrcalc/template

diff --git a/common/shlibs b/common/shlibs
index f4112f44c2ec..ee7432336d8c 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4026,6 +4026,7 @@ 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
+liblrcalc.so.1 lrcalc-1.2_1
 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/lrcalc-devel b/srcpkgs/lrcalc-devel
new file mode 120000
index 000000000000..fbb89b21f5b3
--- /dev/null
+++ b/srcpkgs/lrcalc-devel
@@ -0,0 +1 @@
+lrcalc
\ No newline at end of file
diff --git a/srcpkgs/lrcalc/template b/srcpkgs/lrcalc/template
new file mode 100644
index 000000000000..55ff5b1074cf
--- /dev/null
+++ b/srcpkgs/lrcalc/template
@@ -0,0 +1,21 @@
+# Template file for 'lrcalc'
+pkgname=lrcalc
+version=1.2
+revision=1
+build_style=gnu-configure
+short_desc="Littlewood-Richardson Calculator"
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
+license="GPL-3.0-or-later"
+homepage="https://sites.math.rutgers.edu/~asbuch/lrcalc/"
+distfiles="https://sites.math.rutgers.edu/~asbuch/lrcalc/lrcalc-$version.tar.gz"
+checksum=792dd538a0d19698be2c5b8c138730bbb4820e8a44e03b001ae14bd5f1d7040b
+
+lrcalc-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: New package: lrcalc-2.1
  2021-11-21 15:18 [PR PATCH] New package: lrcalc-2.1 tornaria
                   ` (2 preceding siblings ...)
  2021-11-21 16:07 ` [PR PATCH] [Updated] " tornaria
@ 2021-11-21 16:09 ` tornaria
  2021-11-22 12:21 ` [PR PATCH] [Merged]: New package: lrcalc-1.2 leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: tornaria @ 2021-11-21 16:09 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/34186#issuecomment-974845974

Comment:
I downgraded to 1.2 which is the version used by sagemath. Since the only purpose of this package is to be used as a dependency of sage, maybe that's ok.

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

* Re: [PR PATCH] [Merged]: New package: lrcalc-1.2
  2021-11-21 15:18 [PR PATCH] New package: lrcalc-2.1 tornaria
                   ` (3 preceding siblings ...)
  2021-11-21 16:09 ` tornaria
@ 2021-11-22 12:21 ` leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: leahneukirchen @ 2021-11-22 12:21 UTC (permalink / raw)
  To: ml

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

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

New package: lrcalc-1.2
https://github.com/void-linux/void-packages/pull/34186

Description:
Dependency of sagemath

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-21 15:18 [PR PATCH] New package: lrcalc-2.1 tornaria
2021-11-21 15:41 ` tornaria
2021-11-21 15:52 ` tornaria
2021-11-21 16:07 ` [PR PATCH] [Updated] " tornaria
2021-11-21 16:09 ` tornaria
2021-11-22 12:21 ` [PR PATCH] [Merged]: New package: lrcalc-1.2 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).