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.
NPY_MEM_AVAILABLE
cibw_test_command.sh
1 parent 6ab7041 commit f6a296cCopy full SHA for f6a296c
tools/wheels/cibw_test_command.sh
@@ -11,9 +11,6 @@ if [[ $RUNNER_OS == "Windows" && $IS_32_BIT == true ]] ; then
11
rm /c/Program\ Files/Git/usr/bin/link.EXE
12
fi
13
14
-# Set available memory value to avoid OOM problems on aarch64 (see gh-22418)
15
-export NPY_AVAILABLE_MEM="4 GB"
16
-
17
FREE_THREADED_BUILD="$(python -c"import sysconfig; print(bool(sysconfig.get_config_var('Py_GIL_DISABLED')))")"
18
if [[ $FREE_THREADED_BUILD == "True" ]]; then
19
# Manually check that importing NumPy does not re-enable the GIL.
0 commit comments