From eaa53dd3f652f293a3af634810cda1135c2407af Mon Sep 17 00:00:00 2001 From: Michael Schlottke-Lakemper Date: Sun, 22 Nov 2020 14:59:24 +0100 Subject: [PATCH] Add notice about pkg server issues [skip ci] --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 741a95c25f..16abdc6bbf 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,17 @@ operating system](https://julialang.org/downloads/platform/). Trixi works with Julia v1.5. ### For users +**Notice: As of Nov 22nd, the Julia package servers seem to ship outdated +packages. Thus it can happen that adding Trixi as described in this "For users" +section may not work properly on your machine, giving you the old Trixi v0.2 +instead of the current Trixi v0.3. In that case, all the examples listed here +will not work due to breaking changes introduced in v0.3.** + +**The best options right now are to either use the installation procedure given +below in [For developers](#for-developers), or to try the solutions discussed in +the related [issue](https://github.com/trixi-framework/Trixi.jl/issues/354). If +you have further questions or you are still having problems, please let us know.** + Trixi and related postprocessing tools are registered Julia packages. Hence, you can install Trixi, the visualization tools [Trixi2Vtk](https://github.com/trixi-framework/Trixi2Vtk.jl)