You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
python3{2..7}: known_fail on arm
This commit is contained in:
@@ -55,6 +55,18 @@ depends_lib port:bzip2 \
|
||||
depends_run port:python_select \
|
||||
port:python3_select
|
||||
|
||||
platform darwin arm {
|
||||
known_fail yes
|
||||
if {$build_arch ne "x86_64"} {
|
||||
pre-fetch {
|
||||
error "${name} cannot be built for Apple Silicon"
|
||||
}
|
||||
depends_build
|
||||
depends_lib
|
||||
depends_run
|
||||
}
|
||||
}
|
||||
|
||||
# blacklist llvm-gcc-4.2 compiler known to produce bad code
|
||||
compiler.blacklist *llvm-gcc-4.2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user