Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] SuiteSparse: update to 7.4.0.
@ 2023-12-30 13:34 tornaria
  2023-12-30 14:32 ` tornaria
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tornaria @ 2023-12-30 13:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages SuiteSparse
https://github.com/void-linux/void-packages/pull/47994

SuiteSparse: update to 7.4.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From c6c67717eaaea9d62012a3803fd07c7ce7c0ed3a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sat, 30 Dec 2023 09:42:34 -0300
Subject: [PATCH] SuiteSparse: update to 7.4.0.

---
 srcpkgs/SuiteSparse/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/SuiteSparse/template b/srcpkgs/SuiteSparse/template
index cc162b87fe999..9ad359fefe988 100644
--- a/srcpkgs/SuiteSparse/template
+++ b/srcpkgs/SuiteSparse/template
@@ -1,6 +1,6 @@
 # Template file for 'SuiteSparse'
 pkgname=SuiteSparse
-version=7.3.1
+version=7.4.0
 revision=1
 hostmakedepends="cmake gcc-fortran"
 makedepends="libgomp-devel mpfr-devel
@@ -11,7 +11,7 @@ license="custom:multiple"
 homepage="https://people.engr.tamu.edu/davis/suitesparse.html"
 changelog="https://raw.githubusercontent.com/DrTimothyAldenDavis/SuiteSparse/master/ChangeLog"
 distfiles="https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/refs/tags/v${version}.tar.gz"
-checksum=b512484396a80750acf3082adc1807ba0aabb103c2e09be5691f46f14d0a9718
+checksum=f9a5cc2316a967198463198f7bf10fb8c4332de6189b0e405419a7092bc921b7
 
 build_options="openblas"
 
@@ -48,6 +48,7 @@ SuiteSparse-devel_package() {
 	pkg_install() {
 		vmove usr/include
 		vmove usr/lib/cmake
+		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.a"
 		vmove "usr/lib/*.so"
 	}

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

* Re: SuiteSparse: update to 7.4.0.
  2023-12-30 13:34 [PR PATCH] SuiteSparse: update to 7.4.0 tornaria
@ 2023-12-30 14:32 ` tornaria
  2023-12-30 22:54 ` [PR PATCH] [Updated] " tornaria
  2024-01-06 20:24 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: tornaria @ 2023-12-30 14:32 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/47994#issuecomment-1872538746

Comment:
Broken cross... see https://github.com/DrTimothyAldenDavis/SuiteSparse/tree/dev/GraphBLAS/JITpackage



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

* Re: [PR PATCH] [Updated] SuiteSparse: update to 7.4.0.
  2023-12-30 13:34 [PR PATCH] SuiteSparse: update to 7.4.0 tornaria
  2023-12-30 14:32 ` tornaria
@ 2023-12-30 22:54 ` tornaria
  2024-01-06 20:24 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: tornaria @ 2023-12-30 22:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages SuiteSparse
https://github.com/void-linux/void-packages/pull/47994

SuiteSparse: update to 7.4.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 644f4d36b7b128df2ae40d3f9d49ada761e78022 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sat, 30 Dec 2023 09:42:34 -0300
Subject: [PATCH] SuiteSparse: update to 7.4.0.

---
 srcpkgs/SuiteSparse/template | 24 +++++++++---------------
 1 file changed, 9 insertions(+), 15 deletions(-)

diff --git a/srcpkgs/SuiteSparse/template b/srcpkgs/SuiteSparse/template
index cc162b87fe999..4bc3f41d0f7ac 100644
--- a/srcpkgs/SuiteSparse/template
+++ b/srcpkgs/SuiteSparse/template
@@ -1,7 +1,8 @@
 # Template file for 'SuiteSparse'
 pkgname=SuiteSparse
-version=7.3.1
+version=7.4.0
 revision=1
+build_style=cmake
 hostmakedepends="cmake gcc-fortran"
 makedepends="libgomp-devel mpfr-devel
  $(vopt_if openblas 'openblas-devel' 'lapack-devel')"
@@ -11,7 +12,7 @@ license="custom:multiple"
 homepage="https://people.engr.tamu.edu/davis/suitesparse.html"
 changelog="https://raw.githubusercontent.com/DrTimothyAldenDavis/SuiteSparse/master/ChangeLog"
 distfiles="https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/refs/tags/v${version}.tar.gz"
-checksum=b512484396a80750acf3082adc1807ba0aabb103c2e09be5691f46f14d0a9718
+checksum=f9a5cc2316a967198463198f7bf10fb8c4332de6189b0e405419a7092bc921b7
 
 build_options="openblas"
 
@@ -23,20 +24,12 @@ case "$XBPS_TARGET_MACHINE" in
 	*) ;;
 esac
 
-do_build() {
-	make library \
-		JOBS=$XBPS_MAKEJOBS \
-		CMAKE_OPTIONS="-DBLA_VENDOR=$(vopt_if openblas 'OpenBLAS' 'Generic') \
-		               -DCMAKE_INSTALL_PREFIX=$DESTDIR/usr"
-}
-
-do_check() {
-	make demos \
-		JOBS=$XBPS_MAKEJOBS
-}
+if [ "$CROSS_BUILD" ]; then
+	# the JIT causes some trouble when cross-building
+	configure_args+=" -DGRAPHBLAS_USE_JIT=off"
+fi
 
-do_install() {
-	make install
+post_install() {
 	vlicense LICENSE.txt
 }
 
@@ -48,6 +41,7 @@ SuiteSparse-devel_package() {
 	pkg_install() {
 		vmove usr/include
 		vmove usr/lib/cmake
+		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.a"
 		vmove "usr/lib/*.so"
 	}

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

* Re: [PR PATCH] [Merged]: SuiteSparse: update to 7.4.0.
  2023-12-30 13:34 [PR PATCH] SuiteSparse: update to 7.4.0 tornaria
  2023-12-30 14:32 ` tornaria
  2023-12-30 22:54 ` [PR PATCH] [Updated] " tornaria
@ 2024-01-06 20:24 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2024-01-06 20:24 UTC (permalink / raw)
  To: ml

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

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

SuiteSparse: update to 7.4.0.
https://github.com/void-linux/void-packages/pull/47994

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2024-01-06 20:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-30 13:34 [PR PATCH] SuiteSparse: update to 7.4.0 tornaria
2023-12-30 14:32 ` tornaria
2023-12-30 22:54 ` [PR PATCH] [Updated] " tornaria
2024-01-06 20:24 ` [PR PATCH] [Merged]: " ahesford

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