Skip to content

Releases: cmake-wheel/cmeel

Release v0.12.3

30 Jul 02:01
v0.12.3
Compare
Choose a tag to compare
  • implement sed

Release v0.12.2

30 Jul 01:38
v0.12.2
Compare
Choose a tag to compare
Release v0.12.2

Release v0.12.1

30 Jul 01:28
v0.12.1
Compare
Choose a tag to compare
  • test-cmd: replace BUILD_DIR

Release v0.12.0

30 Jul 01:21
v0.12.0
Compare
Choose a tag to compare
  • move test-cmd parameter to pyproject.toml

Release v0.11.0

30 Jul 01:17
v0.11.0
Compare
Choose a tag to compare
  • add test-cmd parameter

Release v0.10.1

30 Jul 00:46
v0.10.1
Compare
Choose a tag to compare
  • fix sed -i on OSX

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