Skip to content

Commit

Permalink
Merge pull request #115 from agdestein/makie-ext
Browse files Browse the repository at this point in the history
Use extension for Makie
  • Loading branch information
agdestein authored Nov 11, 2024
2 parents 3303902 + 955482f commit ad8c8f3
Show file tree
Hide file tree
Showing 5 changed files with 438 additions and 417 deletions.
8 changes: 3 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Observables = "510215fc-4207-5dde-b226-833fc4488ee2"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Expand All @@ -25,19 +24,19 @@ WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
[weakdeps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CUDSS = "45b445bb-4962-46a0-9369-b4df9d0f772e"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"

[extensions]
IncompressibleNavierStokesCUDSSExt = ["CUDSS"]
IncompressibleNavierStokesMakieExt = ["Makie"]

[compat]
Adapt = "4"
CUDA = "5"
CUDSS = "0.3"
CairoMakie = "0.11"
ChainRulesCore = "1"
DocStringExtensions = "0.9"
FFTW = "1"
GLMakie = "0.9"
IterativeSolvers = "0.9"
KernelAbstractions = "0.9"
LinearAlgebra = "1"
Expand All @@ -54,5 +53,4 @@ WriteVTK = "1"
julia = "1.9"

[extras]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Loading

0 comments on commit ad8c8f3

Please sign in to comment.