Github messages for voidlinux
 help / color / mirror / Atom feed
From: unspecd <unspecd@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] fftw: update to 3.3.9
Date: Sat, 19 Dec 2020 05:01:32 +0100	[thread overview]
Message-ID: <20201219040132.cXSLdBk_2UhmdDO-_hkdDHtRE2UkQSds2h21xk7q2Uo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27266@inbox.vuxu.org>

[-- 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}

  reply	other threads:[~2020-12-19  4:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-19  0:04 [PR PATCH] " unspecd
2020-12-19  4:01 ` unspecd [this message]
2020-12-19  4:01 ` [PR PATCH] [Updated] " unspecd
2020-12-19  4:23 ` unspecd
2020-12-19  5:45 ` ericonr
2020-12-19  5:45 ` [PR PATCH] [Merged]: " ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201219040132.cXSLdBk_2UhmdDO-_hkdDHtRE2UkQSds2h21xk7q2Uo@z \
    --to=unspecd@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).