Releases: cmake-wheel/cmeel
Releases · cmake-wheel/cmeel
Release v0.10.0
- check generated cmake files to ensure we don't have relocatablization issues
- add
build-number
parameter - add
run-tests-after-install
parameter - add
Numpy
to-DPYTHON_COMPONENTS
- add
temp-dir
/CMEEL_TEMP_DIR
configuration (useful for caching builds, as default generate names) ⚠️ BREAKING: fix wheel name (it was using distribution, which replace-
by_
)⚠️ BREAKING: renamerun_tests
intorun-tests
⚠️ BREAKING: renamedefault_env
intodefault-env
⚠️ BREAKING: renameconfigure_args
intoconfigure-args
⚠️ BREAKING: removePYTHON_COMPONENTS
Release v0.9.0
- add executables
Release v0.8.0
- apply
cmeel.patch
if exists
Release v0.7.0
- move to
cmake-wheel
org - misc fixes
Release v0.6.2
Release v0.6.2
Release v0.6.1
- configurable
run_tests
Release v0.6.0
- parse dependencies
- configurable source dir
Release v0.5.2
- fix pth when the current prefix is not the last
Release v0.5.1
- add metadata
- fix type hint for python < 3.10
Release v0.5.0
- split cmeel.py into cmeel/ package
- add cmeel/pth.py & cmeel.pth
- add config through
${XDG_CONFIG_HOME:-~/.config}/cmeel/cmeel.toml
- cmake, wheel & packaging are now optionnal, roquired only for the build module