8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2644c04 + f5f4172 commit a2a1a0dCopy full SHA for a2a1a0d
gfortran_utils.sh
@@ -14,7 +14,7 @@ function get_distutils_platform {
14
# downstream projects
15
local plat=$1
16
case $plat in
17
- i686|x86_64|intel|aarch64|s390x|ppc64le) ;;
+ i686|x86_64|arm64|universal2|intel|aarch64|s390x|ppc64le) ;;
18
*) echo Did not recognize plat $plat; return 1 ;;
19
esac
20
local uname=${2:-$(uname)}
@@ -40,7 +40,7 @@ function get_distutils_platform_ex {
40
41
local mb_ml_ver=${MB_ML_VER:-1}
42
43
44
45
46
0 commit comments