Skip to content

Commit

Permalink
Merge pull request #79 from benegee/bump-t8code-3.0.1
Browse files Browse the repository at this point in the history
bump to t8code 3.0.1
  • Loading branch information
benegee authored Dec 17, 2024
2 parents 3f7b1fc + 12efb3c commit cb7fa44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "T8code"
uuid = "d0cc0030-9a40-4274-8435-baadcfd54fa1"
authors = ["Johannes Markert <[email protected]>"]
version = "0.7.3"
version = "0.7.4"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand All @@ -22,4 +22,4 @@ Preferences = "1.2"
Reexport = "0.2, 1.0"
UUIDs = "1"
julia = "1.6"
t8code_jll = "=3.0.0"
t8code_jll = "=3.0.1"
4 changes: 2 additions & 2 deletions dev/Artifacts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ mpi = "mpich"
os = "linux"

[[t8code.download]]
sha256 = "8312b69121c52550f0ee074189b02e231a13324e2d4536a64a362ce9be9eddeb"
url = "https://github.com/JuliaBinaryWrappers/t8code_jll.jl/releases/download/t8code-v3.0.0+0/t8code.v3.0.0.x86_64-linux-gnu-mpi+mpich.tar.gz"
sha256 = "0413dac63e9bba5c9b27c9a7850377b7946860956db538290849c47acd3a130d"
url = "https://github.com/JuliaBinaryWrappers/t8code_jll.jl/releases/download/t8code-v3.0.1+0/t8code.v3.0.1.x86_64-linux-gnu-mpi+mpich.tar.gz"
1 change: 0 additions & 1 deletion dev/fixes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ sed -i "s/\bt::Cint/t::MPI_Datatype/g" "${LIB_JL}"
sed -i "s/t8_forest_get_mpicomm\(forest::t8_forest_t\)::Cint/t8_forest_get_mpicomm(forest::t8_forest_t)::MPI_Comm/g" "${LIB_JL}"

sed -i "s/forest::Cint/forest::t8_forest_t/" "${LIB_JL}"
sed -i "s/cmesh::Cint/cmesh::t8_cmesh_t/" "${LIB_JL}"

# Use libsc for `sc_*` functions
sed -i "s/libt8\.sc_/libsc.sc_/g" "${LIB_JL}"
Expand Down

2 comments on commit cb7fa44

@benegee
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

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/121536

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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:

git tag -a v0.7.4 -m "<description of version>" cb7fa44d9bed1741ade8f14ead4077e6f8d7e45b
git push origin v0.7.4

Please sign in to comment.