clfft: Fix for aarch64 (#19873)

* clfft: Fix for aarch64

* clfft: Changed the patch application conditions.

* clfft: Changed Patch file
This commit is contained in:
t-nojiri 2020-11-18 00:59:14 +09:00 committed by GitHub
parent 8ba0ee7a0e
commit 7562e53a5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,9 @@ class Clfft(CMakePackage):
depends_on('opencl@1.2:') depends_on('opencl@1.2:')
depends_on('boost@1.33.0:', when='+client') 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' root_cmakelists_dir = 'src'
def cmake_args(self): def cmake_args(self):