Skip to content

Releases: galacticusorg/mangle

v2.3.3

13 Nov 16:41

Choose a tag to compare

  • Ignore incompatible pointer type warnings
    • Newer GCC's (≥14) caused errors when building mangle due to incompatible pointer types. Since everything works as intended, we simply disable these warnings.
  • Ensure atan1() function is available
    • Imports math.h to make the atan1() function available.

v2.3.2

20 Jun 16:06

Choose a tag to compare

Update from real*10 to modern floating point precision specification

Now uses selected_real_kind() to choose an appropriate, supported precision. Allows compiling (but not successful running) on Apple Silicon.

v2.3.1

19 Jun 04:23
4688013

Choose a tag to compare

Adds support for Apple Silicon architectures.

v2.3.0

18 Jun 15:31

Choose a tag to compare

Release containing OpenMP parallelization in the harmonize tool.