-
Notifications
You must be signed in to change notification settings - Fork 21
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
Update Project.toml to use Oceananigans.jl v0.92 #219
Conversation
Great, thank you! I'm not sure how to make buildkite run for PRs from forks, I'll try and work it out |
And I'll add you to the repo so you can fork here in the future |
Okay I've changed the buildkite settings now (although I should probably change them back since now anyone can make a PR and run any code on our server). I think that the manifest needs updating too, but I can't do it because the branch is in a fork, but when you make that change the CI should run. (btw I did it locally so you can just copy and paste this manifest in if you don't want to `Pkg.resolve`)``` # This file is machine-generated - editing it directly is not advisedjulia_version = "1.10.2" [[deps.AbstractFFTs]]
[[deps.Accessors]]
[[deps.Adapt]]
[[deps.ArgTools]] [[deps.Artifacts]] [[deps.Atomix]] [[deps.BFloat16s]] [[deps.Base64]] [[deps.Blosc_jll]] [[deps.Bzip2_jll]] [[deps.CEnum]] [[deps.CFTime]] [[deps.CUDA]]
[[deps.CUDA_Driver_jll]] [[deps.CUDA_Runtime_Discovery]] [[deps.CUDA_Runtime_jll]] [[deps.ChainRulesCore]]
[[deps.ColorTypes]] [[deps.Colors]] [[deps.CommonDataModel]] [[deps.CommonSolve]] [[deps.Compat]]
[[deps.CompilerSupportLibraries_jll]] [[deps.CompositionsBase]]
[[deps.ConstructionBase]]
[[deps.Crayons]] [[deps.CubedSphere]] [[deps.DataAPI]] [[deps.DataFrames]] [[deps.DataStructures]] [[deps.DataValueInterfaces]] [[deps.Dates]] [[deps.DiskArrays]] [[deps.Distances]]
[[deps.Distributed]] [[deps.DocStringExtensions]] [[deps.Downloads]] [[deps.Elliptic]] [[deps.ExprTools]] [[deps.FFTW]] [[deps.FFTW_jll]] [[deps.FileIO]] [[deps.FileWatching]] [[deps.FixedPointNumbers]] [[deps.Future]] [[deps.GMP_jll]] [[deps.GPUArrays]] [[deps.GPUArraysCore]] [[deps.GPUCompiler]] [[deps.GibbsSeaWater]] [[deps.GibbsSeaWater_jll]] [[deps.Glob]] [[deps.GnuTLS_jll]] [[deps.HDF5_jll]] [[deps.Hwloc_jll]] [[deps.IncompleteLU]] [[deps.InlineStrings]]
[[deps.IntelOpenMP_jll]] [[deps.InteractiveUtils]] [[deps.InverseFunctions]]
[[deps.InvertedIndices]] [[deps.IrrationalConstants]] [[deps.IterativeSolvers]] [[deps.IteratorInterfaceExtensions]] [[deps.JLD2]] [[deps.JLLWrappers]] [[deps.JuliaNVTXCallbacks_jll]] [[deps.KernelAbstractions]]
[[deps.LLVM]]
[[deps.LLVMExtra_jll]] [[deps.LLVMLoopInfo]] [[deps.LLVMOpenMP_jll]] [[deps.LRUCache]]
[[deps.LaTeXStrings]] [[deps.LazyArtifacts]] [[deps.LibCURL]] [[deps.LibCURL_jll]] [[deps.LibGit2]] [[deps.LibGit2_jll]] [[deps.LibSSH2_jll]] [[deps.Libdl]] [[deps.Libiconv_jll]] [[deps.LinearAlgebra]] [[deps.LogExpFunctions]]
[[deps.Logging]] [[deps.Lz4_jll]] [[deps.MKL_jll]] [[deps.MPI]]
[[deps.MPICH_jll]] [[deps.MPIPreferences]] [[deps.MPItrampoline_jll]] [[deps.MacroTools]] [[deps.Markdown]] [[deps.MbedTLS_jll]] [[deps.MicrosoftMPI_jll]] [[deps.Missings]] [[deps.Mmap]] [[deps.MozillaCACerts_jll]] [[deps.NCDatasets]] [[deps.NVTX]] [[deps.NVTX_jll]] [[deps.NetCDF_jll]] [[deps.Nettle_jll]] [[deps.NetworkOptions]] [[deps.Oceananigans]]
[[deps.OffsetArrays]]
[[deps.OpenBLAS_jll]] [[deps.OpenLibm_jll]] [[deps.OpenMPI_jll]] [[deps.OpenSSL_jll]] [[deps.OpenSpecFun_jll]] [[deps.OrderedCollections]] [[deps.P11Kit_jll]] [[deps.Pkg]] [[deps.PkgVersion]] [[deps.PooledArrays]] [[deps.PrecompileTools]] [[deps.Preferences]] [[deps.PrettyTables]] [[deps.Printf]] [[deps.ProgressBars]] [[deps.Quaternions]] [[deps.REPL]] [[deps.Random]] [[deps.Random123]] [[deps.RandomNumbers]] [[deps.RealDot]] [[deps.RecipesBase]] [[deps.Reexport]] [[deps.Requires]] [[deps.Roots]]
[[deps.Rotations]]
[[deps.SHA]] [[deps.Scratch]] [[deps.SeawaterPolynomials]] [[deps.SentinelArrays]] [[deps.Serialization]] [[deps.Sockets]] [[deps.SortingAlgorithms]] [[deps.SparseArrays]] [[deps.SpecialFunctions]]
[[deps.StaticArrays]]
[[deps.StaticArraysCore]] [[deps.Statistics]] [[deps.StatsAPI]] [[deps.StringManipulation]] [[deps.StructArrays]]
[[deps.SuiteSparse_jll]] [[deps.TOML]] [[deps.TableTraits]] [[deps.Tables]] [[deps.Tar]] [[deps.TaylorSeries]]
[[deps.Test]] [[deps.TimerOutputs]] [[deps.TranscodingStreams]] [[deps.UUIDs]] [[deps.Unicode]] [[deps.UnsafeAtomics]] [[deps.UnsafeAtomicsLLVM]] [[deps.XML2_jll]] [[deps.XZ_jll]] [[deps.Zlib_jll]] [[deps.Zstd_jll]] [[deps.libaec_jll]] [[deps.libblastrampoline_jll]] [[deps.libzip_jll]] [[deps.nghttp2_jll]] [[deps.oneTBB_jll]] [[deps.p7zip_jll]]
|
Sorry forgot about this PR but just updated packages and the Manifest.toml.
so I just did an |
Docs environment can't be resolved
but I think just allowing CairoMakie.jl v0.12 should fix this? Will try. Or should it allow v0.11-0.12? |
Closing as this PR is not neccessary anymore. v0.92 is now declared as compatible in the main branch 🎉 Line 25 in a626e03
|
Sorry I meant to update here! |
Hope this PR is okay. I'm hoping to keep OceanBioME.jl compatible with the latest version of Oceananigans.jl.
Just opening this PR to see if tests pass with Oceananigans.jl v0.92. Don't think anything should break 🤞