Biomake Versions Save

GNU-Make-like utility for managing builds and complex workflows

v0.1.5

5 years ago

No programmatic changes to 0.1.4. The 0.1.4 release did not have the pack version match the cli.pl version. Fixed by incrementing to 0.1.5

See #63

v0.1.4

5 years ago
  • Fixed README lines about .DELETE_ON_ERROR - see #46
  • Fixes #52
  • Resolves #50 implementing 'export' with tests
  • Resolves #46 and adds tests
  • Fixes #52
  • Fixes #44 with test
  • Fixes #49 with test

v0.1.3

6 years ago
  • Added additional metadata to pack.pl and fixed version number

v0.1.2

6 years ago
  • If errors are ignored, report this. This happens if an exec fails, and either -k is passed or the line starts '-'
  • fixed erroneous conversion of recursively-expanded variables into simply-expanded variables when appending, added test
  • Always report job submission
  • Implemented MAKECMDGOALS special variable, added test. Closes #39
  • evaluating arguments for $(bagof T,G). Fixes issue #37
  • fixes for #35 and #36
  • Fix to prevent over-eager consumption of backslashes as part of target, fixes #33
  • Declare debug topics in advance #31
  • Added more efficient solution to merging duplicate variables due to @triska in comment on cf75abd
  • Added support for .IGNORE
  • Added support for .PHONY, and tests for .PHONY and .ONESHELL
  • braces in deplists were being misinterpreted as goals by parser, and substitution references weren't working on lists - both fixed
  • Handle quoted arguments correctly in wrapper script. Fixes #28

v0.1.1

7 years ago

v0.1.0

7 years ago

This release incorporates major changes from v0.0.3, contributed by @ihh, including multiple new features, including:

  • triggering builds based off changes to MD5 signatures
  • Support for cluster-based job queues.
  • Support for GNU-Make syntax as an alternative to prolog syntax (and the default)

Many command line options may have changed, see README for details