Skip to content

Commit

Permalink
Merge pull request #2496 from CliMA/ncc/drop-MPICH_jll
Browse files Browse the repository at this point in the history
Drop MPICH_jll direct dependency
  • Loading branch information
navidcy authored Apr 29, 2022
2 parents 95fe9a6 + 2f55313 commit bd5e116
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
MPICH_jll = "7cb0a576-ebde-5e09-9194-50597f1243b4"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Expand Down Expand Up @@ -51,7 +50,6 @@ IterativeSolvers = "0.9"
JLD2 = "^0.4"
KernelAbstractions = "0.6, 0.7"
MPI = "0.16, 0.17, 0.18, 0.19"
MPICH_jll = "4.0.1"
NCDatasets = "^0.10, ^0.11, 0.12"
OffsetArrays = "^1.4"
OrderedCollections = "1.1"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ julia> Pkg.add("Oceananigans")
```

!!! compat "Julia 1.6 or newer"
The latest version of Oceananigans requires _at least_ Julia v1.6 to run.
The latest version of Oceananigans requires _at least_ Julia 1.6 to run.
Many scripts will also run on Julia 1.7 (but Oceananigans is only tested on Julia 1.6.6 right now).

If you're [new to Julia](https://docs.julialang.org/en/v1/manual/getting-started/) and its [wonderful `Pkg` manager](https://docs.julialang.org/en/v1/stdlib/Pkg/), the [Oceananigans wiki](https://github.com/CliMA/Oceananigans.jl/wiki) provides [more detailed installation instructions](https://github.com/CliMA/Oceananigans.jl/wiki/Installation-and-getting-started-with-Oceananigans).
Expand Down

2 comments on commit bd5e116

@navidcy
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/59278

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.75.3 -m "<description of version>" bd5e11632a7d4661bd92992b8a857cfdc39af66a
git push origin v0.75.3

Please sign in to comment.