Skip to content

Releases: hpc4cmb/libaatm

Install static library with a different name

26 May 05:19
94d8127
Compare
Choose a tag to compare

This allows easy static linking by downstream software.

Fix build system for shared library

11 Nov 17:52
Compare
Choose a tag to compare
1.0.8

Cmake does not support bundling convenience libraries within a shared…

Use cmake SHARED instead of MODULE

02 Nov 05:55
Compare
Choose a tag to compare
1.0.7

Use cmake SHARED rather than MODULE.

Separate build of internal library from the loadable shared library

02 Nov 04:36
Compare
Choose a tag to compare
1.0.6

Build an internal library and use that for building all the test util…

Fix for Visual C++ cmath missing round()

01 Nov 19:40
Compare
Choose a tag to compare
1.0.5

Under some compilers, cmath headers do not include the round() functi…

Fix an upstream bug

01 Nov 19:07
Compare
Choose a tag to compare
1.0.4

Fix what seems to be an upstream bug caused by a misplaced parenthesis.

Build shared libraries

01 Nov 18:07
Compare
Choose a tag to compare
1.0.3

Ensure we always build a shared library.

Small fix for some versions of Visual C++

01 Nov 16:54
Compare
Choose a tag to compare
1.0.2

Explicit typecast to unsigned long to int in calls to pow() to avoid …

Ensure tests pass on Windows

28 Oct 02:17
Compare
Choose a tag to compare
1.0.1

On Windows, disable tests that require file reads.

Initial release of repackaged code

26 Oct 06:49
Compare
Choose a tag to compare

This version (1.0.0) matches the upstream headers. See the VERSION file in the top directory for the actual git hash of the upstream commit used.