Skip to content

Commit cb7fa44

Browse files
authored
Merge pull request #79 from benegee/bump-t8code-3.0.1
bump to t8code 3.0.1
2 parents 3f7b1fc + 12efb3c commit cb7fa44

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "T8code"
22
uuid = "d0cc0030-9a40-4274-8435-baadcfd54fa1"
33
authors = ["Johannes Markert <[email protected]>"]
4-
version = "0.7.3"
4+
version = "0.7.4"
55

66
[deps]
77
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
@@ -22,4 +22,4 @@ Preferences = "1.2"
2222
Reexport = "0.2, 1.0"
2323
UUIDs = "1"
2424
julia = "1.6"
25-
t8code_jll = "=3.0.0"
25+
t8code_jll = "=3.0.1"

dev/Artifacts.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ mpi = "mpich"
77
os = "linux"
88

99
[[t8code.download]]
10-
sha256 = "8312b69121c52550f0ee074189b02e231a13324e2d4536a64a362ce9be9eddeb"
11-
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"
10+
sha256 = "0413dac63e9bba5c9b27c9a7850377b7946860956db538290849c47acd3a130d"
11+
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"

dev/fixes.sh

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ sed -i "s/\bt::Cint/t::MPI_Datatype/g" "${LIB_JL}"
3030
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}"
3131

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

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

0 commit comments

Comments
 (0)