summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiyangWu <xgreenlandforwyy@gmail.com>2021-08-23 16:41:19 +0800
committerBenda Xu <heroxbd@gentoo.org>2021-11-03 20:08:13 +0800
commit3362227c089bdcccbc8249be6f8e8959dfb6e937 (patch)
treef894b8ab736cfeea0ee64377c82e2a426e876943 /sci-libs/rocFFT/files
parentapp-admin/lib_users: Add v0.15 (diff)
downloadgentoo-3362227c089bdcccbc8249be6f8e8959dfb6e937.tar.gz
gentoo-3362227c089bdcccbc8249be6f8e8959dfb6e937.tar.bz2
gentoo-3362227c089bdcccbc8249be6f8e8959dfb6e937.zip
sci-libs/rocFFT: bump version to 4.3.0
- Calculate needed memory for build rather than set to 28GiB. - Enable src_test. - Compatible with AMDGPU_TARGETS env variable. - No rpath found in the installed libraries for this version. - Use python-any-r1 because python script is used to generate kernels. Closes: https://github.com/gentoo/gentoo/pull/22129 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'sci-libs/rocFFT/files')
-rw-r--r--sci-libs/rocFFT/files/rocFFT-4.2.0-add-functional-header.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-libs/rocFFT/files/rocFFT-4.2.0-add-functional-header.patch b/sci-libs/rocFFT/files/rocFFT-4.2.0-add-functional-header.patch
new file mode 100644
index 000000000000..75dee06362b6
--- /dev/null
+++ b/sci-libs/rocFFT/files/rocFFT-4.2.0-add-functional-header.patch
@@ -0,0 +1,12 @@
+resolves compilation error: no member named 'multiplies' in namespace 'std' for library/src/twiddles.cpp
+
+--- a/library/src/include/twiddles.h 2021-04-15 10:24:46.000000000 -0700
++++ b/library/src/include/twiddles.h 2021-07-21 22:27:10.760604147 -0700
+@@ -9,6 +9,7 @@
+ #include "../../../shared/gpubuf.h"
+ #include "rocfft.h"
+ #include <cassert>
++#include <functional>
+ #include <math.h>
+ #include <numeric>
+ #include <tuple>