clfft: Fix for aarch64 (#19873)
* clfft: Fix for aarch64 * clfft: Changed the patch application conditions. * clfft: Changed Patch file
This commit is contained in:
parent
8ba0ee7a0e
commit
7562e53a5a
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user