Henry Schreiner
Henry Schreiner
I tried conda, same thing, still no lock up: ```bash apt update && apt install curl git python3-pip curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba eval "$(./bin/micromamba shell hook -s...
Build does do this. You have to pass both flags to skip the dependency check: ``` --skip-dependency-check, -x do not check that build dependencies are installed --no-isolation, -n do not...
I expect this is an issue with `add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/blend2d)` having an install command that's incorrectly specified. It's probably fixable without modifying the code there (though I'd guess that would be better)....
Do you have a repo where I can try a few things?
I think this can be supported with a few more override settings. We could provide: * `if.failed`: If the build fails, the config settings gets rerun, and if any match...
I think we should make the error-message only appear if the build fails, and add a `fail = true` option. Otherwise, looks good, I think?
FYI, ```toml if.any.env.CIBUILDWHEEL = true ``` Will do truthy/falsey values.
Any ideas for better naming on `if.no-system-cmake = "known-wheel"`? I don't think that reads very well.
> To me `if.system-cmake` reads like "did we use the cmake from system". That great, that's what it is supposed to be, except I'm not sure how to indicate the...
There is no content. Did you have a question or a problem to report?