Ajith Perera

Results 3 issues of Ajith Perera

Hello: I notice the following error; /toml-f/src/tomlf/de/parser.f90(35): error #6959: The array constructor must be a constant. [TOML_TE RMINAL] type(toml_terminal) :: color = toml_terminal() catastrophic error: **Internal compiler error: segmentation violation...

vendor issue

xtb/6.7.0/build/_deps/toml-f-src/src/tomlf/de/parser.f90 ``` Building Fortran object _deps/toml-f-build/CMakeFiles/toml-f-lib.dir/src/tomlf/de/parser.f90.o /dist/apps/xtb/6.7.0/build/_deps/toml-f-src/src/tomlf/de/parser.f90(35): error #6959: The array constructor must be a constant. [TOML_TERMINAL] type(toml_terminal) :: color = toml_terminal() ```

build

Hi : I am trying to install deal.II with gcc/12.2.0 openmpi/4.1.5 via candi. I was able to get all the packages installed but during deal.II installation it fails with a...