I’m trying to install aspect 2.6.0 on an ubuntu 20.043 LTS system, but when I install deal.ii v9…5.1 using candi I get the following error:
[ 37%] Building CXX object source/numerics/CMakeFiles/object_numerics_debug.dir/data_out.cc.o
In file included from /home/byl20/bin/trilinos-release-14-4-0/include/Kokkos_Core_fwd.hpp:30,
from /home/byl20/bin/trilinos-release-14-4-0/include/Kokkos_Core.hpp:43,
from /home/byl20/bin/tmp/unpack/deal.II-v9.5.1/include/deal.II/base/exceptions.h:21,
from /home/byl20/bin/tmp/unpack/deal.II-v9.5.1/include/deal.II/base/thread_management.h:22,
from /home/byl20/bin/tmp/unpack/deal.II-v9.5.1/include/deal.II/base/graph_coloring.h:23,
from /home/byl20/bin/tmp/unpack/deal.II-v9.5.1/include/deal.II/base/work_stream.h:22,
.
.
.
/home/byl20/bin/trilinos-release-14-4-0/include/Kokkos_Core.hpp:267:16: note: to match this ‘(’
267 | static_assert(
| ^
make[2]: *** [source/numerics/CMakeFiles/object_numerics_debug.dir/build.make:76:source/numerics/CMakeFiles/object_numerics_debug.dir/data_out.cc.o] 错误 1
make[1]: *** [CMakeFiles/Makefile2:3141:source/numerics/CMakeFiles/object_numerics_debug.dir/all] 错误 2
make: *** [Makefile:136:all] 错误 2
Failure with exit status: 2
Exit message: There was a problem building dealii v9.5.1.
What should I do to solve this problem?
Thank you in advance for the help.
Yuanpeng Liu