Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] eigen: update to 3.3.8
@ 2020-11-03 21:44 ndowens
  2020-11-14  1:22 ` [PR PATCH] [Updated] " ndowens
  2020-11-24 18:03 ` [PR PATCH] [Closed]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: ndowens @ 2020-11-03 21:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages eigen
https://github.com/void-linux/void-packages/pull/26113

eigen: update to 3.3.8


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

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

From 4567b1f6144713c6cdad72d01a15e34fd45a636c Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 3 Nov 2020 15:43:31 -0600
Subject: [PATCH] eigen: update to 3.3.8

---
 srcpkgs/eigen/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/eigen/template b/srcpkgs/eigen/template
index 8344fbf98ec..85be711db7a 100644
--- a/srcpkgs/eigen/template
+++ b/srcpkgs/eigen/template
@@ -1,15 +1,14 @@
 # Template file for 'eigen'
 pkgname=eigen
-version=3.3.7
-revision=2
-archs=noarch
+version=3.3.8
+revision=1
 build_style=cmake
 short_desc="C++ template library for linear algebra (version 3.x)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MPL-2.0, GPL-3.0-or-later, LGPL-2.1-or-later, BSD-3-Clause"
 homepage="https://eigen.tuxfamily.org/"
 distfiles="https://gitlab.com/libeigen/eigen/-/archive/${version}/eigen-${version}.tar.bz2"
-checksum=685adf14bd8e9c015b78097c1dc22f2f01343756f196acdc76a678e1ae352e11
+checksum=0215c6593c4ee9f1f7f28238c4e8995584ebf3b556e9dbf933d84feb98d5b9ef
 
 post_install() {
 	vlicense COPYING.BSD

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

* Re: [PR PATCH] [Updated] eigen: update to 3.3.8
  2020-11-03 21:44 [PR PATCH] eigen: update to 3.3.8 ndowens
@ 2020-11-14  1:22 ` ndowens
  2020-11-24 18:03 ` [PR PATCH] [Closed]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ndowens @ 2020-11-14  1:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages eigen
https://github.com/void-linux/void-packages/pull/26113

eigen: update to 3.3.8


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

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

From 2597ee8412a98c7c2c0700dd8c10bf2e983b58fa Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 3 Nov 2020 15:43:31 -0600
Subject: [PATCH] eigen: update to 3.3.8

[ci skip]
---
 srcpkgs/eigen/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/eigen/template b/srcpkgs/eigen/template
index 8344fbf98ec..85be711db7a 100644
--- a/srcpkgs/eigen/template
+++ b/srcpkgs/eigen/template
@@ -1,15 +1,14 @@
 # Template file for 'eigen'
 pkgname=eigen
-version=3.3.7
-revision=2
-archs=noarch
+version=3.3.8
+revision=1
 build_style=cmake
 short_desc="C++ template library for linear algebra (version 3.x)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MPL-2.0, GPL-3.0-or-later, LGPL-2.1-or-later, BSD-3-Clause"
 homepage="https://eigen.tuxfamily.org/"
 distfiles="https://gitlab.com/libeigen/eigen/-/archive/${version}/eigen-${version}.tar.bz2"
-checksum=685adf14bd8e9c015b78097c1dc22f2f01343756f196acdc76a678e1ae352e11
+checksum=0215c6593c4ee9f1f7f28238c4e8995584ebf3b556e9dbf933d84feb98d5b9ef
 
 post_install() {
 	vlicense COPYING.BSD

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

* Re: [PR PATCH] [Closed]: eigen: update to 3.3.8
  2020-11-03 21:44 [PR PATCH] eigen: update to 3.3.8 ndowens
  2020-11-14  1:22 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-24 18:03 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2020-11-24 18:03 UTC (permalink / raw)
  To: ml

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

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

eigen: update to 3.3.8
https://github.com/void-linux/void-packages/pull/26113

Description:


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

end of thread, other threads:[~2020-11-24 18:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-03 21:44 [PR PATCH] eigen: update to 3.3.8 ndowens
2020-11-14  1:22 ` [PR PATCH] [Updated] " ndowens
2020-11-24 18:03 ` [PR PATCH] [Closed]: " 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).