Skip to content

Commit aa6f776

Browse files
author
Johannes Markert
committed
Added note for the user to apply a fix manually.
1 parent 33505f0 commit aa6f776

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

dev/fixes.sh

+24
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,27 @@ sed -i "/= MPI_File_/d" "${LIB_JL}"
105105
sed -i "s/= MPI_/= MPI./" "${LIB_JL}"
106106

107107
sed -i "s/packageid/package_id/" "${LIB_JL}"
108+
109+
cat << EOT >&2
110+
111+
# !!!!!! #
112+
# !!!!!! #
113+
114+
# Manual fix. #
115+
116+
Addtionally, comment out
117+
118+
struct t8_forest
119+
[...]
120+
end
121+
122+
and add
123+
124+
mutable struct t8_forest end
125+
126+
in order to avoid error output due to
127+
circular dependency of 't8_forest_t'.
128+
129+
# !!!!!! #
130+
# !!!!!! #
131+
EOT

0 commit comments

Comments
 (0)