Skip to content

Releases: cmake-wheel/cmeel

Release v0.10.0

17 Jul 14:43
v0.10.0
Compare
Choose a tag to compare
  • 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: rename run_tests into run-tests
  • ⚠️ BREAKING: rename default_env into default-env
  • ⚠️ BREAKING: rename configure_args into configure-args
  • ⚠️ BREAKING: remove PYTHON_COMPONENTS

Release v0.9.0

31 May 20:44
v0.9.0
Compare
Choose a tag to compare
  • add executables

Release v0.8.0

28 May 20:33
v0.8.0
Compare
Choose a tag to compare
  • apply cmeel.patch if exists

Release v0.7.0

28 May 14:30
v0.7.0
Compare
Choose a tag to compare
  • move to cmake-wheel org
  • misc fixes

Release v0.6.2

06 May 13:38
v0.6.2
Compare
Choose a tag to compare
Release v0.6.2

Release v0.6.1

06 May 13:30
v0.6.1
Compare
Choose a tag to compare
  • configurable run_tests

Release v0.6.0

06 May 13:10
v0.6.0
Compare
Choose a tag to compare
  • parse dependencies
  • configurable source dir

Release v0.5.2

02 May 18:19
v0.5.2
Compare
Choose a tag to compare
  • fix pth when the current prefix is not the last

Release v0.5.1

02 May 18:11
v0.5.1
Compare
Choose a tag to compare
  • add metadata
  • fix type hint for python < 3.10

Release v0.5.0

02 May 17:01
v0.5.0
Compare
Choose a tag to compare
  • 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