Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fftw: update to 3.3.9
@ 2020-12-19  0:04 unspecd
  2020-12-19  4:01 ` [PR PATCH] [Updated] " unspecd
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: unspecd @ 2020-12-19  0:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages pkg/fftw
https://github.com/void-linux/void-packages/pull/27266

fftw: update to 3.3.9


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

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

From 414edc8b10849b8d57ad3aa28d2dbb8872ef3a4c Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sat, 19 Dec 2020 11:02:34 +1100
Subject: [PATCH] fftw: update to 3.3.9

---
 srcpkgs/fftw/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/fftw/template b/srcpkgs/fftw/template
index 8a0c614d61e..0afa98e1eb8 100644
--- a/srcpkgs/fftw/template
+++ b/srcpkgs/fftw/template
@@ -1,7 +1,7 @@
 # Template file for 'fftw'
 pkgname=fftw
-version=3.3.8
-revision=2
+version=3.3.9
+revision=1
 hostmakedepends="libtool automake"
 makedepends="libgomp-devel"
 short_desc="Library for computing the discrete Fourier transform (DFT)"
@@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://www.fftw.org/"
 distfiles="${homepage}/fftw-${version}.tar.gz"
-checksum=6113262f6e92c5bd474f2875fa1b01054c4ad5040f6b0da7c03c98821d9ae303
+checksum=bf2c7ce40b04ae811af714deb512510cc2c17b9ab9d6ddcf49fe4487eea7af3d
 
 pre_configure() {
 	sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.ac

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

* Re: [PR PATCH] [Updated] fftw: update to 3.3.9
  2020-12-19  0:04 [PR PATCH] fftw: update to 3.3.9 unspecd
@ 2020-12-19  4:01 ` unspecd
  2020-12-19  4:01 ` unspecd
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: unspecd @ 2020-12-19  4:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages pkg/fftw
https://github.com/void-linux/void-packages/pull/27266

fftw: update to 3.3.9


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

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

From 85964ad773867559f2b70ba36e39b13c851709d7 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sat, 19 Dec 2020 11:02:34 +1100
Subject: [PATCH] fftw: update to 3.3.9

---
 srcpkgs/fftw/template | 23 +++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/fftw/template b/srcpkgs/fftw/template
index 8a0c614d61e..bf0693d01e5 100644
--- a/srcpkgs/fftw/template
+++ b/srcpkgs/fftw/template
@@ -1,7 +1,7 @@
 # Template file for 'fftw'
 pkgname=fftw
-version=3.3.8
-revision=2
+version=3.3.9
+revision=1
 hostmakedepends="libtool automake"
 makedepends="libgomp-devel"
 short_desc="Library for computing the discrete Fourier transform (DFT)"
@@ -9,15 +9,15 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://www.fftw.org/"
 distfiles="${homepage}/fftw-${version}.tar.gz"
-checksum=6113262f6e92c5bd474f2875fa1b01054c4ad5040f6b0da7c03c98821d9ae303
+checksum=bf2c7ce40b04ae811af714deb512510cc2c17b9ab9d6ddcf49fe4487eea7af3d
 
 pre_configure() {
-	sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.ac
+	vsed -i configure.ac -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g'
 	if [ "$CROSS_BUILD" ]; then
 		# Remove test which does not work when cross compiling
 		case "$XBPS_TARGET_MACHINE" in
-		armv[78]*|aarch64*) sed -i configure.ac \
-			-e "/dnl Check for not-always-available (not quite) cycle counters/,+26d"
+			armv[78]*|aarch64*) vsed -i configure.ac \
+			   -e "/dnl Check for not-always-available (not quite) cycle counters/,+26d"
 		esac
 	fi
 	autoreconf -fi
@@ -35,12 +35,12 @@ do_configure() {
 	cd ${wrksrc}/build-double
 	../configure ${configure_args} ${CARGS} ${_sse2}
 
-	# long double precission
+	# long double precision
 	mkdir ${wrksrc}/build-long-double
 	cd ${wrksrc}/build-long-double
 	../configure ${configure_args} ${CARGS} --enable-long-double
 
-	# single precission
+	# single precision
 	mkdir ${wrksrc}/build-single
 	cd ${wrksrc}/build-single
 	../configure ${configure_args} ${CARGS} --enable-float ${_sse}
@@ -53,6 +53,13 @@ do_build() {
 	done
 }
 
+do_check() {
+	for f in double long-double single; do
+		cd ${wrksrc}/build-${f}
+		make DESTDIR=${DESTDIR} check
+	done
+}
+
 do_install() {
 	for f in double long-double single; do
 		cd ${wrksrc}/build-${f}

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

* Re: [PR PATCH] [Updated] fftw: update to 3.3.9
  2020-12-19  0:04 [PR PATCH] fftw: update to 3.3.9 unspecd
  2020-12-19  4:01 ` [PR PATCH] [Updated] " unspecd
@ 2020-12-19  4:01 ` unspecd
  2020-12-19  4:23 ` unspecd
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: unspecd @ 2020-12-19  4:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages pkg/fftw
https://github.com/void-linux/void-packages/pull/27266

fftw: update to 3.3.9


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

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

From 3ea20136b87bbfcb08e0de1f7c6f3cdf64736668 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sat, 19 Dec 2020 11:02:34 +1100
Subject: [PATCH] fftw: update to 3.3.9

---
 srcpkgs/fftw/template | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/fftw/template b/srcpkgs/fftw/template
index 8a0c614d61e..4a73c38ee36 100644
--- a/srcpkgs/fftw/template
+++ b/srcpkgs/fftw/template
@@ -1,7 +1,7 @@
 # Template file for 'fftw'
 pkgname=fftw
-version=3.3.8
-revision=2
+version=3.3.9
+revision=1
 hostmakedepends="libtool automake"
 makedepends="libgomp-devel"
 short_desc="Library for computing the discrete Fourier transform (DFT)"
@@ -9,17 +9,10 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://www.fftw.org/"
 distfiles="${homepage}/fftw-${version}.tar.gz"
-checksum=6113262f6e92c5bd474f2875fa1b01054c4ad5040f6b0da7c03c98821d9ae303
+checksum=bf2c7ce40b04ae811af714deb512510cc2c17b9ab9d6ddcf49fe4487eea7af3d
 
 pre_configure() {
-	sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.ac
-	if [ "$CROSS_BUILD" ]; then
-		# Remove test which does not work when cross compiling
-		case "$XBPS_TARGET_MACHINE" in
-		armv[78]*|aarch64*) sed -i configure.ac \
-			-e "/dnl Check for not-always-available (not quite) cycle counters/,+26d"
-		esac
-	fi
+	vsed -i configure.ac -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g'
 	autoreconf -fi
 }
 
@@ -35,12 +28,12 @@ do_configure() {
 	cd ${wrksrc}/build-double
 	../configure ${configure_args} ${CARGS} ${_sse2}
 
-	# long double precission
+	# long double precision
 	mkdir ${wrksrc}/build-long-double
 	cd ${wrksrc}/build-long-double
 	../configure ${configure_args} ${CARGS} --enable-long-double
 
-	# single precission
+	# single precision
 	mkdir ${wrksrc}/build-single
 	cd ${wrksrc}/build-single
 	../configure ${configure_args} ${CARGS} --enable-float ${_sse}
@@ -53,6 +46,13 @@ do_build() {
 	done
 }
 
+do_check() {
+	for f in double long-double single; do
+		cd ${wrksrc}/build-${f}
+		make DESTDIR=${DESTDIR} check
+	done
+}
+
 do_install() {
 	for f in double long-double single; do
 		cd ${wrksrc}/build-${f}

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

* Re: fftw: update to 3.3.9
  2020-12-19  0:04 [PR PATCH] fftw: update to 3.3.9 unspecd
  2020-12-19  4:01 ` [PR PATCH] [Updated] " unspecd
  2020-12-19  4:01 ` unspecd
@ 2020-12-19  4:23 ` unspecd
  2020-12-19  5:45 ` ericonr
  2020-12-19  5:45 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: unspecd @ 2020-12-19  4:23 UTC (permalink / raw)
  To: ml

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

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/pull/27266#issuecomment-748416861

Comment:
Sure. Done!

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

* Re: fftw: update to 3.3.9
  2020-12-19  0:04 [PR PATCH] fftw: update to 3.3.9 unspecd
                   ` (2 preceding siblings ...)
  2020-12-19  4:23 ` unspecd
@ 2020-12-19  5:45 ` ericonr
  2020-12-19  5:45 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-12-19  5:45 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27266#issuecomment-748423869

Comment:
Wonderful, thank you!

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

* Re: [PR PATCH] [Merged]: fftw: update to 3.3.9
  2020-12-19  0:04 [PR PATCH] fftw: update to 3.3.9 unspecd
                   ` (3 preceding siblings ...)
  2020-12-19  5:45 ` ericonr
@ 2020-12-19  5:45 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-12-19  5:45 UTC (permalink / raw)
  To: ml

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

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

fftw: update to 3.3.9
https://github.com/void-linux/void-packages/pull/27266

Description:


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

end of thread, other threads:[~2020-12-19  5:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-19  0:04 [PR PATCH] fftw: update to 3.3.9 unspecd
2020-12-19  4:01 ` [PR PATCH] [Updated] " unspecd
2020-12-19  4:01 ` unspecd
2020-12-19  4:23 ` unspecd
2020-12-19  5:45 ` ericonr
2020-12-19  5:45 ` [PR PATCH] [Merged]: " ericonr

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