Skip to content

Commit

Permalink
Update CxxWrap to v0.15 to be compatible with newer versions of Julia
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoAlvarezR committed Apr 16, 2024
1 parent a22f25c commit 7b64c44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name = "FLOWExaFMM"
uuid = "a07d1f4e-0e34-4d8b-bfef-e5b961477d34"
authors = ["Eduardo J. Alvarez <[email protected]>"]
version = "2.1.0"
version = "2.1.1"

[deps]
CxxWrap = "1f15a43c-97ca-5a2a-ae31-89f07a497df4"

[compat]
julia = "1.6"
CxxWrap = "0.11.2"
CxxWrap = "0.15"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
2 changes: 1 addition & 1 deletion src/FLOWExaFMM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ using CxxWrap
const module_path = splitdir(@__FILE__)[1] # Path to this module

# ------------ CODE ------------------------------------------------------------
@wrapmodule(joinpath(module_path, "fmm"))
@wrapmodule( () -> joinpath(module_path, "fmm") )

function __init__()
@initcxx
Expand Down

0 comments on commit 7b64c44

Please sign in to comment.