Github messages for voidlinux
 help / color / mirror / Atom feed
From: tornaria <tornaria@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: cliquer-1.22
Date: Sun, 21 Nov 2021 00:28:26 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34178@inbox.vuxu.org> (raw)

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

             reply	other threads:[~2021-11-20 23:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-20 23:28 tornaria [this message]
2021-11-20 23:28 ` [PR PATCH] [Updated] " tornaria
2021-11-21 15:23 ` [PR PATCH] [Merged]: " 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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34178@inbox.vuxu.org \
    --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).