95c27eb79f
Event: Works Must Run
13 lines
234 B
Makefile
13 lines
234 B
Makefile
CONFIGURE_ARGS+= --disable-gil
|
|
|
|
THREADFLAG= t
|
|
LDFLAGS+= -lkvm
|
|
|
|
MASTERDIR= ${.CURDIR}/../python314
|
|
CONFLICTS_INSTALL= python314
|
|
|
|
# https://github.com/python/cpython/issues/133171
|
|
OPTIONS_EXCLUDE+= JIT
|
|
|
|
.include "${MASTERDIR}/Makefile"
|