Github messages for voidlinux
 help / color / mirror / Atom feed
From: tornaria <tornaria@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: lrcalc-2.1
Date: Sun, 21 Nov 2021 17:07:22 +0100	[thread overview]
Message-ID: <20211121160722.PCqvJoicV-FMzro1duACVBx92iIaDKxtszxlTUNutm0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34186@inbox.vuxu.org>

[-- 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"
+	}
+}

  parent reply	other threads:[~2021-11-21 16:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-21 15:18 [PR PATCH] " tornaria
2021-11-21 15:41 ` tornaria
2021-11-21 15:52 ` tornaria
2021-11-21 16:07 ` tornaria [this message]
2021-11-21 16:09 ` tornaria
2021-11-22 12:21 ` [PR PATCH] [Merged]: New package: lrcalc-1.2 leahneukirchen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211121160722.PCqvJoicV-FMzro1duACVBx92iIaDKxtszxlTUNutm0@z \
    --to=tornaria@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).