Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use the new NetCDF_jll; require julia 1.3 #123

Merged
merged 5 commits into from
Nov 30, 2020
Merged

use the new NetCDF_jll; require julia 1.3 #123

merged 5 commits into from
Nov 30, 2020

Commits on Nov 22, 2020

  1. 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 Alexander-Barth/NCDatasets.jl#88
    visr committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    fd92249 View commit details
    Browse the repository at this point in the history
  2. update CI versions

    visr committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    9f3a9b4 View commit details
    Browse the repository at this point in the history
  3. 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.
    visr committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    79f1f12 View commit details
    Browse the repository at this point in the history
  4. add NetCDF_jll to deps

    visr committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    c9151b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. 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.
    visr committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    6fff090 View commit details
    Browse the repository at this point in the history