Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: symmetrica-3.0.1
@ 2021-11-10 17:34 tornaria
  2021-11-10 19:30 ` leahneukirchen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tornaria @ 2021-11-10 17:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages symmetrica
https://github.com/void-linux/void-packages/pull/34013

New package: symmetrica-3.0.1
- I tested the changes in this PR: **briefly**
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**
- Dependency of sagemath

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

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

From ee34abae8610db9793feaa94bf21dae9c381ecc1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Wed, 10 Nov 2021 14:32:30 -0300
Subject: [PATCH] New package: symmetrica-3.0.1

---
 srcpkgs/symmetrica-devel    |  1 +
 srcpkgs/symmetrica/template | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)
 create mode 120000 srcpkgs/symmetrica-devel
 create mode 100644 srcpkgs/symmetrica/template

diff --git a/srcpkgs/symmetrica-devel b/srcpkgs/symmetrica-devel
new file mode 120000
index 000000000000..e9b2e1945267
--- /dev/null
+++ b/srcpkgs/symmetrica-devel
@@ -0,0 +1 @@
+symmetrica
\ No newline at end of file
diff --git a/srcpkgs/symmetrica/template b/srcpkgs/symmetrica/template
new file mode 100644
index 000000000000..b6b53d3cbf6f
--- /dev/null
+++ b/srcpkgs/symmetrica/template
@@ -0,0 +1,30 @@
+# Template file for 'symmetrica'
+pkgname=symmetrica
+version=3.0.1
+revision=1
+build_style=gnu-configure
+hostmakedepends="automake libtool"
+short_desc="Collection of C routines for representation theory"
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
+license="ISC"
+homepage="https://gitlab.com/sagemath/symmetrica"
+distfiles="https://gitlab.com/sagemath/symmetrica/-/archive/${version}/symmetrica-${version}.tar.bz2"
+checksum=260028143f3ea3594fed75651e10176d2f53edae5e1af1661d5b82d617e233d6
+
+pre_configure() {
+	autoreconf -fi
+}
+
+post_install() {
+	vlicense LICENSE
+}
+
+symmetrica-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] 5+ messages in thread

* Re: New package: symmetrica-3.0.1
  2021-11-10 17:34 [PR PATCH] New package: symmetrica-3.0.1 tornaria
@ 2021-11-10 19:30 ` leahneukirchen
  2021-11-10 19:40 ` [PR PATCH] [Updated] " tornaria
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2021-11-10 19:30 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/34013#issuecomment-965671338

Comment:
shlibs?

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

* Re: [PR PATCH] [Updated] New package: symmetrica-3.0.1
  2021-11-10 17:34 [PR PATCH] New package: symmetrica-3.0.1 tornaria
  2021-11-10 19:30 ` leahneukirchen
@ 2021-11-10 19:40 ` tornaria
  2021-11-10 19:42 ` tornaria
  2021-11-10 20:23 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: tornaria @ 2021-11-10 19:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages symmetrica
https://github.com/void-linux/void-packages/pull/34013

New package: symmetrica-3.0.1
- I tested the changes in this PR: **briefly**
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**
- Dependency of sagemath

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

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

From 674b6dc2a20e2f96110f06675815eae5618d7acc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Wed, 10 Nov 2021 14:32:30 -0300
Subject: [PATCH] New package: symmetrica-3.0.1

---
 common/shlibs               |  1 +
 srcpkgs/symmetrica-devel    |  1 +
 srcpkgs/symmetrica/template | 30 ++++++++++++++++++++++++++++++
 3 files changed, 32 insertions(+)
 create mode 120000 srcpkgs/symmetrica-devel
 create mode 100644 srcpkgs/symmetrica/template

diff --git a/common/shlibs b/common/shlibs
index d6f6a725304f..1c0bf1d8a893 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4022,6 +4022,7 @@ libntl.so.44 ntl-11.5.1_1
 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
 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/symmetrica-devel b/srcpkgs/symmetrica-devel
new file mode 120000
index 000000000000..e9b2e1945267
--- /dev/null
+++ b/srcpkgs/symmetrica-devel
@@ -0,0 +1 @@
+symmetrica
\ No newline at end of file
diff --git a/srcpkgs/symmetrica/template b/srcpkgs/symmetrica/template
new file mode 100644
index 000000000000..b6b53d3cbf6f
--- /dev/null
+++ b/srcpkgs/symmetrica/template
@@ -0,0 +1,30 @@
+# Template file for 'symmetrica'
+pkgname=symmetrica
+version=3.0.1
+revision=1
+build_style=gnu-configure
+hostmakedepends="automake libtool"
+short_desc="Collection of C routines for representation theory"
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
+license="ISC"
+homepage="https://gitlab.com/sagemath/symmetrica"
+distfiles="https://gitlab.com/sagemath/symmetrica/-/archive/${version}/symmetrica-${version}.tar.bz2"
+checksum=260028143f3ea3594fed75651e10176d2f53edae5e1af1661d5b82d617e233d6
+
+pre_configure() {
+	autoreconf -fi
+}
+
+post_install() {
+	vlicense LICENSE
+}
+
+symmetrica-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] 5+ messages in thread

* Re: New package: symmetrica-3.0.1
  2021-11-10 17:34 [PR PATCH] New package: symmetrica-3.0.1 tornaria
  2021-11-10 19:30 ` leahneukirchen
  2021-11-10 19:40 ` [PR PATCH] [Updated] " tornaria
@ 2021-11-10 19:42 ` tornaria
  2021-11-10 20:23 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: tornaria @ 2021-11-10 19:42 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/34013#issuecomment-965681831

Comment:
> shlibs?

sorry, it's now done here and also in planarity

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

* Re: [PR PATCH] [Merged]: New package: symmetrica-3.0.1
  2021-11-10 17:34 [PR PATCH] New package: symmetrica-3.0.1 tornaria
                   ` (2 preceding siblings ...)
  2021-11-10 19:42 ` tornaria
@ 2021-11-10 20:23 ` leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2021-11-10 20:23 UTC (permalink / raw)
  To: ml

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

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

New package: symmetrica-3.0.1
https://github.com/void-linux/void-packages/pull/34013

Description:
- I tested the changes in this PR: **briefly**
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**
- Dependency of sagemath

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

end of thread, other threads:[~2021-11-10 20:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-10 17:34 [PR PATCH] New package: symmetrica-3.0.1 tornaria
2021-11-10 19:30 ` leahneukirchen
2021-11-10 19:40 ` [PR PATCH] [Updated] " tornaria
2021-11-10 19:42 ` tornaria
2021-11-10 20:23 ` [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).