We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33505f0 commit aa6f776Copy full SHA for aa6f776
dev/fixes.sh
@@ -105,3 +105,27 @@ sed -i "/= MPI_File_/d" "${LIB_JL}"
105
sed -i "s/= MPI_/= MPI./" "${LIB_JL}"
106
107
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