Source: scifem
Version: 0.19.0-1
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/logs.php?pkg=scifem&ver=0.19.0-1
...
> raise VerificationError('%s: %s' % (e.__class__.__name__, e))
E cffi.VerificationError: CompileError: command
'/usr/bin/powerpc64le-linux-gnu-gcc' failed with exit code 1
...
powerpc64le-linux-gnu-gcc: error: unrecognized command-line option
‘-march=native’; did you mean ‘-mcpu=native’?
...
=========================== short test summary info ============================
FAILED tests/test_eval.py::test_extrema_func[float64-CellType.tetrahedron-min-5]
FAILED tests/test_eval.py::test_extrema_func[float64-CellType.tetrahedron-max-5]
FAILED tests/test_eval.py::test_extrema_func[float64-CellType.hexahedron-min-5]
FAILED tests/test_eval.py::test_extrema_func[float64-CellType.hexahedron-max-5]
FAILED tests/test_eval.py::test_extrema_func[float32-CellType.tetrahedron-min-5]
FAILED tests/test_eval.py::test_extrema_func[float32-CellType.tetrahedron-max-5]
FAILED tests/test_eval.py::test_extrema_func[float32-CellType.hexahedron-min-5]
FAILED tests/test_eval.py::test_extrema_func[float32-CellType.hexahedron-max-5]
===== 8 failed, 1699 passed, 6 xfailed, 257 warnings in 424.03s (0:07:04) ======
E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=1: cd
/build/reproducible-path/scifem-0.19.0/.pybuild/cpython3_3.13_scifem/build;
python3.13 -m pytest tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14
3.13" --parallel=8 returned exit code 13
make: *** [debian/rules:10: binary-arch] Error 25
The runtime usage of -march=native in src/scifem/eval.py does not work
on architectures where the compiler does not support -march=native.