racon: support aarch64 and fix install error (#14529)
* racon: support aarch64 and fix install error * add aarch64 patch for racon
This commit is contained in:
parent
ea0a549db3
commit
2b0b340aab
2806
var/spack/repos/builtin/packages/racon/aarch64.patch
Normal file
2806
var/spack/repos/builtin/packages/racon/aarch64.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -29,10 +29,8 @@ class Racon(CMakePackage):
|
||||
conflicts('%gcc@:4.7')
|
||||
conflicts('%clang@:3.1')
|
||||
|
||||
patch('aarch64.patch', when='target=aarch64:')
|
||||
|
||||
def cmake_args(self):
|
||||
args = ['-Dracon_build_wrapper=ON']
|
||||
return args
|
||||
|
||||
def install(self, spec, prefix):
|
||||
install_tree('spack-build/bin', prefix.bin)
|
||||
install_tree('spack-build/lib', prefix.lib)
|
||||
|
Loading…
Reference in New Issue
Block a user