tremove JLD as a requirement - Granular.jl - Julia package for granular dynamics simulation
(HTM) git clone git://src.adamsgaard.dk/Granular.jl
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 679fbb6447fc38b7bd214b3bac2c3c7300817069
(DIR) parent e82bda84db3fa2525beabcc434837a0e484cc087
(HTM) 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(-)
---
(DIR) diff --git a/README.md b/README.md
t@@ -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
(DIR) diff --git a/REQUIRE b/REQUIRE
t@@ -1,4 +1,3 @@
julia 0.5
WriteVTK
NetCDF
-JLD