Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: brial-1.2.10
@ 2021-11-20 23:10 tornaria
  2021-11-20 23:38 ` [PR PATCH] [Updated] " tornaria
  2021-11-21 15:22 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: tornaria @ 2021-11-20 23:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages brial
https://github.com/void-linux/void-packages/pull/34177

New package: brial-1.2.10
Dependency of sagemath

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

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

From ec228f2cc70f077e868a7351787762f4993c80be Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sat, 20 Nov 2021 20:06:15 -0300
Subject: [PATCH] New package: brial-1.2.10

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

diff --git a/common/shlibs b/common/shlibs
index a7908585fbbd..503fbbb8ff26 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4060,5 +4060,7 @@ 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
+libbrial.so.3 brial-1.2.10_1
+libbrial_groebner.so.3 brial-1.2.10_1
 libm4ri-0.0.20200125.so m4ri-20200125_1
 libm4rie-0.0.20200125.so m4rie-20200125_1
diff --git a/srcpkgs/brial-devel b/srcpkgs/brial-devel
new file mode 120000
index 000000000000..dde7d1199888
--- /dev/null
+++ b/srcpkgs/brial-devel
@@ -0,0 +1 @@
+brial
\ No newline at end of file
diff --git a/srcpkgs/brial/template b/srcpkgs/brial/template
new file mode 100644
index 000000000000..9f414beb6447
--- /dev/null
+++ b/srcpkgs/brial/template
@@ -0,0 +1,23 @@
+# Template file for 'brial'
+pkgname=brial
+version=1.2.10
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="boost-devel m4ri-devel"
+short_desc="BRiAl (Boolean Ring Algebra) is the successor to PolyBoRi"
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/BRiAl/BRiAl"
+distfiles="https://github.com/BRiAl/BRiAl/releases/download/$version/brial-$version.tar.bz2"
+checksum=dd10ab9e0d74e046ec4d84eecbde9de026a2305246ee088883cbae5744b4f18d
+
+brial-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: brial-1.2.10
  2021-11-20 23:10 [PR PATCH] New package: brial-1.2.10 tornaria
@ 2021-11-20 23:38 ` tornaria
  2021-11-21 15:22 ` [PR PATCH] [Merged]: " leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: tornaria @ 2021-11-20 23:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages brial
https://github.com/void-linux/void-packages/pull/34177

New package: brial-1.2.10
Dependency of sagemath

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

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

From ec228f2cc70f077e868a7351787762f4993c80be Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sat, 20 Nov 2021 20:06:15 -0300
Subject: [PATCH] New package: brial-1.2.10

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

diff --git a/common/shlibs b/common/shlibs
index a7908585fbbd..503fbbb8ff26 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4060,5 +4060,7 @@ 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
+libbrial.so.3 brial-1.2.10_1
+libbrial_groebner.so.3 brial-1.2.10_1
 libm4ri-0.0.20200125.so m4ri-20200125_1
 libm4rie-0.0.20200125.so m4rie-20200125_1
diff --git a/srcpkgs/brial-devel b/srcpkgs/brial-devel
new file mode 120000
index 000000000000..dde7d1199888
--- /dev/null
+++ b/srcpkgs/brial-devel
@@ -0,0 +1 @@
+brial
\ No newline at end of file
diff --git a/srcpkgs/brial/template b/srcpkgs/brial/template
new file mode 100644
index 000000000000..9f414beb6447
--- /dev/null
+++ b/srcpkgs/brial/template
@@ -0,0 +1,23 @@
+# Template file for 'brial'
+pkgname=brial
+version=1.2.10
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="boost-devel m4ri-devel"
+short_desc="BRiAl (Boolean Ring Algebra) is the successor to PolyBoRi"
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/BRiAl/BRiAl"
+distfiles="https://github.com/BRiAl/BRiAl/releases/download/$version/brial-$version.tar.bz2"
+checksum=dd10ab9e0d74e046ec4d84eecbde9de026a2305246ee088883cbae5744b4f18d
+
+brial-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: [PR PATCH] [Merged]: New package: brial-1.2.10
  2021-11-20 23:10 [PR PATCH] New package: brial-1.2.10 tornaria
  2021-11-20 23:38 ` [PR PATCH] [Updated] " tornaria
@ 2021-11-21 15:22 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2021-11-21 15:22 UTC (permalink / raw)
  To: ml

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

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

New package: brial-1.2.10
https://github.com/void-linux/void-packages/pull/34177

Description:
Dependency of sagemath

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-20 23:10 [PR PATCH] New package: brial-1.2.10 tornaria
2021-11-20 23:38 ` [PR PATCH] [Updated] " tornaria
2021-11-21 15:22 ` [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).