File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
name = " T8code"
2
2
uuid = " d0cc0030-9a40-4274-8435-baadcfd54fa1"
3
3
authors = [
" Johannes Markert <[email protected] >" ]
4
- version = " 0.7.3 "
4
+ version = " 0.7.4 "
5
5
6
6
[deps ]
7
7
CEnum = " fa961155-64e5-5f13-b03f-caf6b980ea82"
@@ -22,4 +22,4 @@ Preferences = "1.2"
22
22
Reexport = " 0.2, 1.0"
23
23
UUIDs = " 1"
24
24
julia = " 1.6"
25
- t8code_jll = " =3.0.0 "
25
+ t8code_jll = " =3.0.1 "
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ mpi = "mpich"
7
7
os = " linux"
8
8
9
9
[[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"
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ sed -i "s/\bt::Cint/t::MPI_Datatype/g" "${LIB_JL}"
30
30
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} "
31
31
32
32
sed -i " s/forest::Cint/forest::t8_forest_t/" " ${LIB_JL} "
33
- sed -i " s/cmesh::Cint/cmesh::t8_cmesh_t/" " ${LIB_JL} "
34
33
35
34
# Use libsc for `sc_*` functions
36
35
sed -i " s/libt8\.sc_/libsc.sc_/g" " ${LIB_JL} "
You can’t perform that action at this time.
0 commit comments