Skip to content

Commit 2314979

Browse files
authored
Merge pull request #258 from mayeut/qemu-fixed
chore: re-enable fork tests when running under QEMU
2 parents 4f7139b + fbfb758 commit 2314979

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99
[project]
1010
name = "scipy-openblas64"
1111
# v0.3.31-126-g55b16e59
12-
version = "0.3.31.126.1"
12+
version = "0.3.31.126.2"
1313
requires-python = ">=3.7"
1414
description = "Provides OpenBLAS for python packaging"
1515
readme = "README.md"

tools/build_steps.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,6 @@ function build_lib {
188188
echo "the utest samin/damin have been temporarily disabled."
189189
echo "QEMU does not support the 'lper' /'lpdr' instructions used"
190190
fi
191-
if [ "$plat" == "loongarch64" ] || [ "$plat" == "ppc64le" ] || [ "$plat" == "s390x" ] || [ "$plat" == "riscv64" ]; then
192-
sed -i 's/CTEST(fork, safety)/CTEST_SKIP(fork, safety)/g' ./utest/test_fork.c
193-
sed -i 's/CTEST(fork, safety_after_fork_in_parent)/CTEST_SKIP(fork, safety_after_fork_in_parent)/g' ./utest/test_post_fork.c
194-
echo "QEMU has a race condition preventing fork tests to work as expected"
195-
fi
196191
if [ -n "$dynamic_list" ]; then
197192
CFLAGS="$CFLAGS -fvisibility=protected -Wno-uninitialized" \
198193
make BUFFERSIZE=20 DYNAMIC_ARCH=1 QUIET_MAKE=1 \

0 commit comments

Comments
 (0)