gudaleon / fvcom-cmake

CMake based build system for FVCOM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMake for FVCOM

This project provides CMake build support for FVCOM.

The project works with the unmodified FVCOM source distribution, unpacked into the src/ directory. Please make sure to use the branch corresponding to the actual version of FVCOM.

Quick install

To configure, build and install the package in the simplest manner:

$ git checkout v3.6.1
$ cd src
$ tar vfxz /path/to/FVCOM-3.6.1.tgz --strip-components=1
$ cd ..
$ ./setup
$ cd build
$ make install

For detailed installation instructions see INSTALL.rst.

About

CMake based build system for FVCOM

License:Other


Languages

Language:Python 36.6%Language:CMake 31.8%Language:Fortran 28.3%Language:Makefile 3.0%Language:Shell 0.2%Language:MATLAB 0.1%