Skip to content

0.0.49

Compare
Choose a tag to compare
@JeffIrwin JeffIrwin released this 09 Sep 23:26
· 460 commits to main since this release

Installation

Grab one of the assets below. See the installation instructions from the readme

Known issues

  • syntran crashes on Windows intermittently: #16

What's new

  • there are more details in syntran --version output:
    • git commit hash
    • build date
    • fortran compiler version
  • there is better consistency between binary assets for each operating system compared to the staggered 0.0.48 release

Shared library disclaimer

I think all of the binary packages should work. I've made an attempt to include the required shared libraries (.so for Linux, .dll for Windows, or .dylib for macOS). However, on Windows and more so on macOS, I have only done limited testing outside of dev machines. That means I might have missed some dependencies and you might have to install a particular version of gfortran or gcc to get things working. Please report any issues!

On Linux I'm a little more confident about dependencies, because I tested the release in minimal docker environments on various distros. Currently 7 distros are known to work. There are a few that I know don't work, e.g. rocky 8 and alpine, because they don't have compatible versions of glibc

Roadmap

I'm planning to merge structs soon #14. It's a big feature so it could be disruptive. I'm releasing 0.0.49 now as one last stable version before structs