Chris Burr

Results 126 comments of Chris Burr

> Even without programmatic access to the YODA Python bindings (which would be hard to test, since YODA is distributed as a configure-make-install package), it would already be advantageous to...

The import probably just needs to be changed to `Python.h`, from the Python 3.11 release notes: > The non-limited API files cellobject.h, classobject.h, code.h, context.h, funcobject.h, genobject.h and longintrepr.h have...

Ah yes, the sources have to be cythonized with a newer version of cython for Python 3.11 to work.

Have you tested this locally? The test's don't really work inside docker so the CI isn't able to validate that the binaries work properly.

I've tested locally and relocation isn't working properly: ```bash $ apptainer exec --no-home docker://centos:7 echo "Hello world!" INFO: Using cached SIF image INFO: squashfuse not found, will not be able...

I don't think so, I think this is an apptainer bug that appeared in the last singularity release before it was renamed.

You can use `constructor --conda-exe=/path/to/micromamba ...` to use mamba at install time. Note this requires recent constructor and micromamba versions. To use `libmamba` for solving the environment in constructor itself...

The environment you use shouldn't matter. I'm not sure if the experimental solvers will be used but if not this will probably need to be the place that needs to...

Actually I was slighly mistaken, the installer doesn't clean `$PREFIX/pkgs/` automatically however the [minforge docker images do](https://github.com/conda-forge/miniforge-images/blob/0e09567cfbf7925964f4a42605915c03cdaff61e/ubuntu/Dockerfile#L35-L38).