modern-fortran / tsunami

A parallel shallow water equations solver
https://modern-fortran.github.io/tsunami
MIT License
149 stars 47 forks source link

Update .travis.yml for macos, correct CMake min version, abstract precision #1

Closed scivision closed 6 years ago

scivision commented 6 years ago

Note that specification of REAL precision at Cmake doesn't appear to be working (before or now).

milancurcic commented 6 years ago

Michael, thank you for the PR!

You're right, the REAL precision switch does nothing for now, not implemented in code yet.

Are delayed Travis builds on OS X common?

milancurcic commented 6 years ago

In your book do you mention for Windows the Cygwin and Windows Subsystem for Linux options?

Windows Subsystem for Linux yes, Cygwin no and no plans.

scivision commented 6 years ago

Yes delayed osx builds are common.

scivision commented 6 years ago

OK sticking to WSL vs. Cygwin sounds like a good plan