R: fix build on macOS arm64 (#39228)
This commit is contained in:
parent
6e933ac7df
commit
c0c300d773
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,8 @@ class R(AutotoolsPackage):
|
||||||
# temporary fix to lower the optimization level.
|
# temporary fix to lower the optimization level.
|
||||||
patch("change_optflags_tmp.patch", when="%fj@4.1.0")
|
patch("change_optflags_tmp.patch", when="%fj@4.1.0")
|
||||||
|
|
||||||
|
build_directory = "spack-build"
|
||||||
|
|
||||||
# R custom URL version
|
# R custom URL version
|
||||||
def url_for_version(self, version):
|
def url_for_version(self, version):
|
||||||
"""Handle R's customed URL versions"""
|
"""Handle R's customed URL versions"""
|
||||||
|
|
Loading…
Reference in a new issue