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:
darmac 2020-01-29 05:12:40 +08:00 committed by Adam J. Stewart
parent ea0a549db3
commit 2b0b340aab
2 changed files with 2808 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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)