apteryks

Results 426 comments of apteryks

Thanks for pointing the doc, the build got farther with this patch, which uses a very recent feature making the above variables obsolete: ```diff 1 file changed, 3 insertions(+), 2...

For now I've marked the `ogr` test as expected to fail with ``` (add-after 'unpack 'disable-problematic-tests (lambda _ ;; The 'ogr' test fails for unknown reasons. Mark it as ;;...

After skipping the four problematic above tests, I now also have: ``` ____________________________ test_generator_cleanup ____________________________ [gw8] linux -- Python 3.9.9 /gnu/store/j3cx0yaqdpw0mxizp5bayx93pya44dhn-python-wrapper-3.9.9/bin/python def test_generator_cleanup(): # TODO: this isn't a true unit...

It's the first time trying it. I can reproduce outside of the containerized build environment of Guix too (on a Guix System), so it doesn't seem to be something to...

The Python version used is 3.9.9. The test suite is simply launched with `pytest -vv -n24` (I use pytest-xdist to parallelize the tests). ``` $ ./pre-inst-env guix shell --no-cwd --container...

I tested it, like so: ``` $ ./pre-inst-env guix build python-scikit-build --with-git-url=python-scikit-build=https://github.com/scikit-build/scikit-build --with-commit=python-scikit-build=45ac137d9f92ddd3b3cbf8c00f0197dadc60bb29 [...] =========================== short test summary info ============================ SKIPPED [1] tests/test_logging.py:5: could not import 'setuptools.logging': No module named...

I also had disabled `test_generator_cleanup` due to unexplained failures, perhaps it is similarly racy.

It should probably check for these 3 things: `lit`, `llvm-lit` or `llvm-lit.py`. When using LLVM as a system library, the AddLLVM CMake module defines its own LLVM lit file name...

Thanks for the tip about the official releases, it'll streamline the package definition a bit. Is it OK to bootstrap straight from the old 0.17.6, or does LDC nowadays expect...