Created
September 1, 2020 20:26
-
-
Save raphaeldussin/99ce48411b4bcdc40e9c7079449d4d02 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # for PPAN, replace gfdl-ws by gfdl | |
| git clone https://github.com/NOAA-GFDL/FRE-NCtools | |
| pushd FRE-NCtools | |
| here=$(pwd) | |
| export CONFIG_SITE=${here}/site-configs/gfdl-ws/config.site | |
| source ${here}/site-configs/gfdl-ws/env.sh | |
| autoreconf -i | |
| ./configure --prefix=${here} | |
| make | |
| make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment