Ticket #61700: patch-Portfile-ARM.diff
File patch-Portfile-ARM.diff, 402 bytes (added by NicosPavlov, 4 years ago) |
---|
-
(a) Portfile vs. (b) Portfile-arm
a b 36 36 #OS 10.14 supports down to Mac Pro 5,1 that has Nehalem architecture 37 37 if {${os.major} >= 18} { 38 38 if {${os.arch} eq "arm"} { 39 # FIXME use correct arch name 40 #set blas_arch "???" 39 set blas_arch "ARMV8" 41 40 } else { 42 41 set blas_arch "NEHALEM" 43 42 }