File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11name = " T8code"
22uuid = " d0cc0030-9a40-4274-8435-baadcfd54fa1"
33authors = [
" Johannes Markert <[email protected] >" ]
4- version = " 0.7.3 "
4+ version = " 0.7.4 "
55
66[deps ]
77CEnum = " fa961155-64e5-5f13-b03f-caf6b980ea82"
@@ -22,4 +22,4 @@ Preferences = "1.2"
2222Reexport = " 0.2, 1.0"
2323UUIDs = " 1"
2424julia = " 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"
77os = " 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"
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}"
3030sed -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
3232sed -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
3635sed -i " s/libt8\.sc_/libsc.sc_/g" " ${LIB_JL} "
You can’t perform that action at this time.
0 commit comments