-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use the new NetCDF_jll; require julia 1.3 (#123)
* use the new NetCDF_jll; require julia 1.3 I wanted to give the new NetCDF_jll from JuliaPackaging/Yggdrasil#1090 a test run. Since this relies on Artifacts being available it needs julia 1.3 minimum and therefore a minor version bump, to 0.11. https://github.com/JuliaBinaryWrappers/NetCDF_jll.jl Also see JuliaGeo/NCDatasets.jl#88 * update CI versions * update docs projects This adds NetCDF itself as a dependency, just like is done in PkgTemplates. That means Conda is still a dependency for now until we tag a new release. * add NetCDF_jll to deps * update Documenter to 0.25 With prettyurls set to false for local builds, such that you don't need to run a local server to click around.
- Loading branch information
Showing
9 changed files
with
57 additions
and
55 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
[deps] | ||
BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee" | ||
CondaBinDeps = "a9693cdc-2bc8-5703-a9cd-1da358117377" | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0" | ||
NetCDF = "30363a11-5582-574a-97bb-aa9a979735b9" | ||
|
||
[compat] | ||
Documenter = "~0.22" | ||
Documenter = "0.25" |
This file contains 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
This file contains 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
This file contains 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
b1139d8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
b1139d8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/25544
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: