parflow / parflow

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

Github zip download failes to compile #24

Closed smithsg84 closed 6 years ago

smithsg84 commented 7 years ago

I first tried using GitHub’s zip file function to DL ParFlow. This gives you just the master branch which will configure but not build. It gives you a ‘make [] error 128’ which upon Googling I found a reference to some Git checkout issue so I tried this both ways. When I check out just the branch using clone, e.g.

git clone -b master --single-branch https://github.com/parflow/parflow.git

it works just fine.

smithsg84 commented 6 years ago

The zip file is working now.