commit 679fbb6447fc38b7bd214b3bac2c3c7300817069 parent e82bda84db3fa2525beabcc434837a0e484cc087 Author: Anders Damsgaard <andersd@riseup.net> Date: Mon, 12 Jun 2017 15:15:32 -0400 remove JLD as a requirement Diffstat:
M | README.md | | | 7 | +++++-- |
M | REQUIRE | | | 1 | - |
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -17,8 +17,11 @@ the Julia shell by: This will install the contents of this repository in the folder `~/.julia/v$(JULIA_VERSION)/SeaIce`, and install the packages specified as -[requirements](REQUIRE). Import the package contents into the current Julia -session with: +[requirements](REQUIRE). The package [JLD](https://github.com/JuliaIO/JLD.jl) +is used for model restarts and is recommended but not required, and thus is not +automatically installed. + +Import the package contents into the current Julia session with: import SeaIce diff --git a/REQUIRE b/REQUIRE @@ -1,4 +1,3 @@ julia 0.5 WriteVTK NetCDF -JLD