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

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

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

https://github.com/tornaria/void-packages cliquer
https://github.com/void-linux/void-packages/pull/34178

New package: cliquer-1.22
Dependency of sagemath

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

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

From 8f1889ab3011024ab3987bf6d442faec65da19d7 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:27:08 -0300
Subject: [PATCH] New package: cliquer-1.22

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

diff --git a/common/shlibs b/common/shlibs
index a7908585fbbd..c1eb20065873 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4055,6 +4055,7 @@ 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
+libcliquer.so.1 cliquer-1.22_1
 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
diff --git a/srcpkgs/cliquer-devel b/srcpkgs/cliquer-devel
new file mode 120000
index 000000000000..c4935e7fa4d4
--- /dev/null
+++ b/srcpkgs/cliquer-devel
@@ -0,0 +1 @@
+cliquer
\ No newline at end of file
diff --git a/srcpkgs/cliquer/template b/srcpkgs/cliquer/template
new file mode 100644
index 000000000000..2ff400901b80
--- /dev/null
+++ b/srcpkgs/cliquer/template
@@ -0,0 +1,24 @@
+# Template file for 'cliquer'
+pkgname=cliquer
+version=1.22
+revision=1
+build_style=gnu-configure
+hostmakedepends=""
+makedepends=""
+depends=""
+short_desc="C routines for finding cliques in an arbitrary weighted graph"
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
+license="GPL-2.0-or-later"
+homepage="https://users.aalto.fi/~pat/cliquer.html"
+distfiles="https://github.com/dimpase/autocliquer/releases/download/v$version/cliquer-$version.tar.gz"
+checksum=6ff79e1e9983ebabbca3dd276a8a310cbdeb48c7adf95f37abd83129b566340e
+
+cliquer-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: cliquer-1.22
  2021-11-20 23:28 [PR PATCH] New package: cliquer-1.22 tornaria
@ 2021-11-20 23:28 ` tornaria
  2021-11-21 15:23 ` [PR PATCH] [Merged]: " leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: tornaria @ 2021-11-20 23:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages cliquer
https://github.com/void-linux/void-packages/pull/34178

New package: cliquer-1.22
Dependency of sagemath

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

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

From f5403ffe93908c43efb18ae18a53a7216605f651 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:27:08 -0300
Subject: [PATCH] New package: cliquer-1.22

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

diff --git a/common/shlibs b/common/shlibs
index a7908585fbbd..c1eb20065873 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4055,6 +4055,7 @@ 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
+libcliquer.so.1 cliquer-1.22_1
 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
diff --git a/srcpkgs/cliquer-devel b/srcpkgs/cliquer-devel
new file mode 120000
index 000000000000..c4935e7fa4d4
--- /dev/null
+++ b/srcpkgs/cliquer-devel
@@ -0,0 +1 @@
+cliquer
\ No newline at end of file
diff --git a/srcpkgs/cliquer/template b/srcpkgs/cliquer/template
new file mode 100644
index 000000000000..2aa22312aec0
--- /dev/null
+++ b/srcpkgs/cliquer/template
@@ -0,0 +1,21 @@
+# Template file for 'cliquer'
+pkgname=cliquer
+version=1.22
+revision=1
+build_style=gnu-configure
+short_desc="C routines for finding cliques in an arbitrary weighted graph"
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
+license="GPL-2.0-or-later"
+homepage="https://users.aalto.fi/~pat/cliquer.html"
+distfiles="https://github.com/dimpase/autocliquer/releases/download/v$version/cliquer-$version.tar.gz"
+checksum=6ff79e1e9983ebabbca3dd276a8a310cbdeb48c7adf95f37abd83129b566340e
+
+cliquer-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: cliquer-1.22
  2021-11-20 23:28 [PR PATCH] New package: cliquer-1.22 tornaria
  2021-11-20 23:28 ` [PR PATCH] [Updated] " tornaria
@ 2021-11-21 15:23 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2021-11-21 15:23 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: cliquer-1.22
https://github.com/void-linux/void-packages/pull/34178

Description:
Dependency of sagemath

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

end of thread, other threads:[~2021-11-21 15:23 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:28 [PR PATCH] New package: cliquer-1.22 tornaria
2021-11-20 23:28 ` [PR PATCH] [Updated] " tornaria
2021-11-21 15: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).