scivision

Results 171 comments of scivision

A library for geodesy, geographic coordinate transforms for sensors, satellites, etc https://github.com/scivision/maptran3d

what version of FFMpeg?

* I have asked NAG to have free access for use in maintaining NAG support for Meson build system, but never got a reply. I did get replies to other...

This Ubuntu flang possibly came from Debian. It might be quite out of date i.e. syntax bugs that might make issues for modern Fortran packages.

Yes I think this would be great for the WIki insetad of Issue. Also, PGI is now also discontinued, replaced by NVIDIA

The wiki isn't world editable

Thanks, I put an updated version of this table at https://github.com/fortran-lang/fpm/wiki/Compiler-support

to avoid namespace clashes, the constants could be in a derived type consisting mostly of `parameter` like ``` mc%pi mc%tau ```

That's an interesting technique. Will have to check with other compiler disassemble to see if zero overhead holds there too.

This is a good idea. I would propose having [CMake FetchContent Catch2](https://github.com/catchorg/Catch2/blob/devel/docs/cmake-integration.md#top) rather than vendoring or Git Submodule, to avoid cluttering kissnet Git history. Specifically, if the user has set...