Diff fftw-3.3.10 with a fftw-3.3.10-r1

/usr/portage/sci-libs/fftw/fftw-3.3.10-r1.ebuild 2025-07-29 16:22:17.332467742 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
FORTRAN_NEEDED=fortran
7 7

  
......
39 39
	_rtc
40 40
)
41 41

  
42
PATCHES=(
43
	"${FILESDIR}"/${PN}-3.3.10-fixup-cmake-optional.patch
44
)
45

  
42 46
pkg_pretend() {
43 47
	[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
44 48
}
......
132 136
}
133 137

  
134 138
src_test() {
135
	# We want this to be a reasonably quick test, but that is still hard...
136
	ewarn "This test series will take 30 minutes on a modern 2.5Ghz machine"
137 139
	# Do not increase the number of threads, it will not help your performance
138 140
	# local testbase="perl check.pl --nthreads=1 --estimate"
139
	#     ${testbase} -${p}d || die "Failure: $n"
140

  
141
	#     ${testbase} -${p}d || die "Failure: ${n}"
141 142
	multibuild_foreach_variant multilib-minimal_src_test
142 143
}
143 144

  
Thank you!