Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: iml-1.0.5
@ 2021-08-27  1:00 tornaria
  2021-08-27  2:33 ` [PR PATCH] [Updated] " tornaria
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: tornaria @ 2021-08-27  1:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages iml
https://github.com/void-linux/void-packages/pull/32696

New package: iml-1.0.5
I compiled and doctested sage-9.4 with this PR + other updates and new packages. All working fine.

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

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

From 9650d32598f918e0beb63200565ed4985ef69036 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 26 Aug 2021 20:02:30 -0300
Subject: [PATCH] New package: iml-1.0.5

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

diff --git a/common/shlibs b/common/shlibs
index 9d2575e83a70..489c76ebc1e8 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1046,6 +1046,7 @@ libfltk_images.so.1.3 fltk-1.3.0_1
 libspectre.so.1 libspectre-0.2.6_1
 libsratom-0.so.0 sratom-0.4.0_1
 libpwquality.so.1 libpwquality-1.1.1_1
+libiml.so.0 iml-1.0.5_1
 libisl.so.23 isl-0.23_1
 libisl.so.19 isl15-0.19_1
 libcloog-isl.so.4 cloog-0.18.1_1
diff --git a/srcpkgs/iml-devel b/srcpkgs/iml-devel
new file mode 120000
index 000000000000..dd95935ba7da
--- /dev/null
+++ b/srcpkgs/iml-devel
@@ -0,0 +1 @@
+iml
\ No newline at end of file
diff --git a/srcpkgs/iml/template b/srcpkgs/iml/template
new file mode 100644
index 000000000000..1ea0f18e68a6
--- /dev/null
+++ b/srcpkgs/iml/template
@@ -0,0 +1,28 @@
+# Template file for 'iml'
+pkgname=iml
+version=1.0.5
+revision=1
+build_style=gnu-configure
+configure_args="--enable-shared --with-cblas=-lopenblas"
+makedepends="gmp-devel openblas-devel"
+short_desc="Integer Matrix Library"
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
+license="GPL-2.0-or-later"
+homepage="https://cs.uwaterloo.ca/~astorjoh/iml.html"
+distfiles="https://cs.uwaterloo.ca/~astorjoh/iml-${version}.tar.bz2"
+checksum=1dad666850895a5709b00b97422e2273f293cfadea7697a9f90b90953e847c2a
+
+if [ -n "$CROSS_BUILD" ]; then
+	configure_args+=" --with-default=/usr/${XBPS_CROSS_TRIPLET}/usr"
+fi
+
+iml-devel_package() {
+	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/share/iml
+	}
+}

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

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

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-27  1:00 [PR PATCH] New package: iml-1.0.5 tornaria
2021-08-27  2:33 ` [PR PATCH] [Updated] " tornaria
2021-08-27  2:37 ` tornaria
2021-08-28  9:06 ` [PR REVIEW] " dkwo
2021-08-28 14:14 ` sgn
2021-08-28 14:15 ` sgn
2021-08-28 14:15 ` sgn
2021-08-29 13:23 ` [PR PATCH] [Updated] " tornaria
2021-09-09 14:00 ` sgn
2021-09-09 14:13 ` tornaria
2021-09-09 14:19 ` [PR PATCH] [Updated] " tornaria
2021-11-08 15:26 ` [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).