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:
@@ -53,6 +53,18 @@ depends_lib port:zlib port:openssl10 \
|
||||
port:bzip2 port:libedit port:gettext
|
||||
depends_run port:python_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
|
||||
}
|
||||
}
|
||||
|
||||
configure.args --enable-framework=${frameworks_dir} \
|
||||
--enable-ipv6 \
|
||||
--enable-loadable-sqlite-extensions \
|
||||
|
||||
Reference in New Issue
Block a user