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

* Re: [PR PATCH] [Updated] New package: iml-1.0.5
  2021-08-27  1:00 [PR PATCH] New package: iml-1.0.5 tornaria
@ 2021-08-27  2:33 ` tornaria
  2021-08-27  2:37 ` tornaria
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tornaria @ 2021-08-27  2:33 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 2143 bytes --]

From 60980970c23d7d2f50dc1fab2fa67257d7631919 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 | 33 +++++++++++++++++++++++++++++++++
 3 files changed, 35 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..54d67091de4c
--- /dev/null
+++ b/srcpkgs/iml/template
@@ -0,0 +1,33 @@
+# 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="custom:IML"
+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
+
+post_install() {
+	sed '/^$/q' < src/iml.h > LICENSE
+	vlicense LICENSE
+}
+
+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

* Re: New package: iml-1.0.5
  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
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tornaria @ 2021-08-27  2:37 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/32696#issuecomment-906880070

Comment:
I fixed the license which is not GPL. Can someone have a look and tell me if what I did is ok? I'm taking the license with sed from some file header, and I don't know how to name the license. Is it BSD-like? Here is the full text:
```
/* ---------------------------------------------------------------------
 *
 * -- Integer Matrix Library (IML)
 *    (C) Copyright 2004, 2006 All Rights Reserved
 *
 * -- IML routines -- Version 1.0.1 -- November, 2006
 *
 * Author         : Zhuliang Chen
 * Contributor(s) : Arne Storjohann
 * University of Waterloo -- School of Computer Science
 * Waterloo, Ontario, N2L3G1 Canada
 *
 * ---------------------------------------------------------------------
 *
 * -- Copyright notice and Licensing terms:
 *
 *  Redistribution  and  use in  source and binary forms, with or without
 *  modification, are  permitted provided  that the following  conditions
 *  are met:
 *
 * 1. Redistributions  of  source  code  must retain the above copyright
 *    notice, this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce  the above copyright
 *    notice,  this list of conditions, and the  following disclaimer in
 *    the documentation and/or other materials provided with the distri-
 *    bution.
 * 3. The name of the University,  the IML group,  or the names of its
 *    contributors  may not be used to endorse or promote products deri-
 *    ved from this software without specific written permission.
 *
 * -- Disclaimer:
 *
 * THIS  SOFTWARE  IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,  INCLUDING,  BUT NOT
 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY
 * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,  INDIRECT, INCIDENTAL, SPE-
 * CIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
 * TO,  PROCUREMENT  OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
 * OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEO-
 * RY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT  (IN-
 * CLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 *
 */
```

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

* Re: [PR REVIEW] New package: iml-1.0.5
  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 ` dkwo
  2021-08-28 14:14 ` sgn
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: dkwo @ 2021-08-28  9:06 UTC (permalink / raw)
  To: ml

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

New review comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/32696#discussion_r697840773

Comment:
Should one use `vsed` here?

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

* Re: [PR REVIEW] New package: iml-1.0.5
  2021-08-27  1:00 [PR PATCH] New package: iml-1.0.5 tornaria
                   ` (2 preceding siblings ...)
  2021-08-28  9:06 ` [PR REVIEW] " dkwo
@ 2021-08-28 14:14 ` sgn
  2021-08-28 14:15 ` sgn
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sgn @ 2021-08-28 14:14 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/32696#discussion_r697875397

Comment:
`--with-default=$XBPS_CROSS_BASE/usr`

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

* Re: [PR REVIEW] New package: iml-1.0.5
  2021-08-27  1:00 [PR PATCH] New package: iml-1.0.5 tornaria
                   ` (3 preceding siblings ...)
  2021-08-28 14:14 ` sgn
@ 2021-08-28 14:15 ` sgn
  2021-08-28 14:15 ` sgn
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sgn @ 2021-08-28 14:15 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/32696#discussion_r697875439

Comment:
No,

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

* Re: [PR REVIEW] New package: iml-1.0.5
  2021-08-27  1:00 [PR PATCH] New package: iml-1.0.5 tornaria
                   ` (4 preceding siblings ...)
  2021-08-28 14:15 ` sgn
@ 2021-08-28 14:15 ` sgn
  2021-08-29 13:23 ` [PR PATCH] [Updated] " tornaria
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sgn @ 2021-08-28 14:15 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/32696#discussion_r697875439

Comment:
No, this sed is used like a `head` not modify anything.

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

* Re: [PR PATCH] [Updated] New package: iml-1.0.5
  2021-08-27  1:00 [PR PATCH] New package: iml-1.0.5 tornaria
                   ` (5 preceding siblings ...)
  2021-08-28 14:15 ` sgn
@ 2021-08-29 13:23 ` tornaria
  2021-09-09 14:00 ` sgn
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tornaria @ 2021-08-29 13:23 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 2133 bytes --]

From 69e7d31a8650053e761bc3465f40b25adb76bb9f 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 | 33 +++++++++++++++++++++++++++++++++
 3 files changed, 35 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..03cb5dd6028b
--- /dev/null
+++ b/srcpkgs/iml/template
@@ -0,0 +1,33 @@
+# 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="custom:IML"
+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=$XBPS_CROSS_BASE/usr"
+fi
+
+post_install() {
+	sed '/^$/q' < src/iml.h > LICENSE
+	vlicense LICENSE
+}
+
+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

* Re: New package: iml-1.0.5
  2021-08-27  1:00 [PR PATCH] New package: iml-1.0.5 tornaria
                   ` (6 preceding siblings ...)
  2021-08-29 13:23 ` [PR PATCH] [Updated] " tornaria
@ 2021-09-09 14:00 ` sgn
  2021-09-09 14:13 ` tornaria
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sgn @ 2021-09-09 14:00 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/32696#issuecomment-916125133

Comment:
The license is BSD-3-Clause.

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

* Re: New package: iml-1.0.5
  2021-08-27  1:00 [PR PATCH] New package: iml-1.0.5 tornaria
                   ` (7 preceding siblings ...)
  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
  10 siblings, 0 replies; 12+ messages in thread
From: tornaria @ 2021-09-09 14:13 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/32696#issuecomment-916137938

Comment:
> The license is BSD-3-Clause.

ok, so I should put
```
license="BSD-3-Clause"
```
in the template file (instead of the current `license=custom:IML`) ?

And we still ship the license taken from the source files, ok?

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

* Re: [PR PATCH] [Updated] New package: iml-1.0.5
  2021-08-27  1:00 [PR PATCH] New package: iml-1.0.5 tornaria
                   ` (8 preceding siblings ...)
  2021-09-09 14:13 ` tornaria
@ 2021-09-09 14:19 ` tornaria
  2021-11-08 15:26 ` [PR PATCH] [Merged]: " leahneukirchen
  10 siblings, 0 replies; 12+ messages in thread
From: tornaria @ 2021-09-09 14:19 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 2135 bytes --]

From 54ec1f552f5a2094a8f4b318b0a79ba057b84227 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 | 33 +++++++++++++++++++++++++++++++++
 3 files changed, 35 insertions(+)
 create mode 120000 srcpkgs/iml-devel
 create mode 100644 srcpkgs/iml/template

diff --git a/common/shlibs b/common/shlibs
index d3e078140f7b..c8736c5cc6fe 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1052,6 +1052,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..420a7df5ec49
--- /dev/null
+++ b/srcpkgs/iml/template
@@ -0,0 +1,33 @@
+# 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="BSD-3-Clause"
+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=$XBPS_CROSS_BASE/usr"
+fi
+
+post_install() {
+	sed '/^$/q' < src/iml.h > LICENSE
+	vlicense LICENSE
+}
+
+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

* Re: [PR PATCH] [Merged]: New package: iml-1.0.5
  2021-08-27  1:00 [PR PATCH] New package: iml-1.0.5 tornaria
                   ` (9 preceding siblings ...)
  2021-09-09 14:19 ` [PR PATCH] [Updated] " tornaria
@ 2021-11-08 15:26 ` leahneukirchen
  10 siblings, 0 replies; 12+ messages in thread
From: leahneukirchen @ 2021-11-08 15:26 UTC (permalink / raw)
  To: ml

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

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

New package: iml-1.0.5
https://github.com/void-linux/void-packages/pull/32696

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

^ 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).