Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions lang/python315-devel/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ the 'python' or 'python3' commands), run one or both of:
}

compiler.c_standard 2011
# https://github.com/python/cpython/commit/ad4ee7cb0f75d9c6615eaefe69692fc8e3ec553b
# Python 3.15.0a7 has enabled portable SIMD by default for
# x86-64/arm64, which increases the Clang version requirement.
# TODO: need to add an option to disable this for older systems.
compiler.blacklist-append \
{clang < 900}

configure.args --enable-framework=${frameworks_dir} \
--enable-ipv6 \
Expand Down