summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authort-nojiri <68096132+t-nojiri@users.noreply.github.com>2020-11-18 00:59:14 +0900
committerGitHub <noreply@github.com>2020-11-17 09:59:14 -0600
commit7562e53a5acc799130c875837305801368bf7a2a (patch)
tree3473a03085f31214daf5705a62fe93343aaeed8a /var
parent8ba0ee7a0eb0922a5697180acbafab814991bc39 (diff)
downloadspack-7562e53a5acc799130c875837305801368bf7a2a.tar.gz
spack-7562e53a5acc799130c875837305801368bf7a2a.tar.bz2
spack-7562e53a5acc799130c875837305801368bf7a2a.tar.xz
spack-7562e53a5acc799130c875837305801368bf7a2a.zip
clfft: Fix for aarch64 (#19873)
* clfft: Fix for aarch64 * clfft: Changed the patch application conditions. * clfft: Changed Patch file
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/clfft/package.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/clfft/package.py b/var/spack/repos/builtin/packages/clfft/package.py
index 8fc1a2895a..c87d298969 100644
--- a/var/spack/repos/builtin/packages/clfft/package.py
+++ b/var/spack/repos/builtin/packages/clfft/package.py
@@ -20,6 +20,9 @@ class Clfft(CMakePackage):
depends_on('opencl@1.2:')
depends_on('boost@1.33.0:', when='+client')
+ patch('https://github.com/clMathLibraries/clFFT/commit/eea7dbc888367b8dbea602ba539eb1a9cbc118d9.patch',
+ sha256='3148d5937077def301b30b913bc2437df869204fca1de4385ccd46e3b98b13aa', when='@2.12.2')
+
root_cmakelists_dir = 'src'
def cmake_args(self):