Skip to content

Releases: jawatson/voacapl

v0.7.6

24 May 12:06
Compare
Choose a tag to compare

Introduces support for the -j flag when running make. e.g. on a 4 core machine, the following command may be used to spawn additional threads to speed the build;

$ ./configure
$ make -j4

This is the only change. Existing users of v0.7.5 need not upgrade.

v0.7.5

04 Feb 09:22
Compare
Choose a tag to compare

Updated to correct the version number.

V0.7.3

02 Apr 09:36
Compare
Choose a tag to compare
  • Adds support for the --run-dir option to improve operation in multi-user environments and facilitate clean-up.
  • Adds the --absorption-mode option to override the absorption mode defined in the version.w32 file.
  • Adds the dst2csv and dst2ascii utilities to facilitate analysis of the DST file created when performing distance runs.

v0.7.2

04 Mar 13:19
Compare
Choose a tag to compare
  • Updated to align with the Windows latest Windows version, 16.1207.
  • Modified the autotools configuration to make installation from the github repos easier.