Ticket #61700: patch-Portfile-ARM.diff

File patch-Portfile-ARM.diff, 402 bytes (added by NicosPavlov, 3 years ago)
  • (a) Portfile vs. (b) Portfile-arm

    a b  
    3636#OS 10.14 supports down to Mac Pro 5,1 that has Nehalem architecture
    3737if {${os.major} >= 18} {
    3838    if {${os.arch} eq "arm"} {
    39         # FIXME use correct arch name
    40         #set blas_arch "???"
     39        set blas_arch "ARMV8"
    4140    } else {
    4241        set blas_arch "NEHALEM"
    4342    }