parflow / parflow

Parflow is an open-source parallel watershed flow model.
http://parflow.org
Other
163 stars 98 forks source link

Tags 3.2.0, 3.1.7-beta, can't be compiled #115

Closed surak closed 5 years ago

surak commented 5 years ago

Steps:

- git clone ...
- git checkout tags/3.2.0

try and compile:

CMake Error: The source directory "[blabla]/parflow" does not appear to contain CMakeLists.txt.

Therefore they are useless as tags.

smithsg84 commented 5 years ago

The older versions of Parflow only build with configure, CMake support was in v3.3.0

Use the configure script to build the older versions.