- preCICE version: 2.2.0
- Operating system: CRAY XC-40
- Installation method: Spack
spack install precice ^boost@1.74.0 %gcc@X.X.X
Hello,
I am trying to install precice on CRAY using Spack and two packages are encountering errors while installing using Spack.
berkeley-db-18.1.40
>> 135 libtool.m4: error: problem compiling CXX test program
>> 147 checking whether the C++ compiler supports templates for STL... configure: error: no
boost-1.74.0
'./bootstrap.sh' '--prefix=/mnt/lustre/ase3/asesang/spack/opt/spack/cray-cnl7-sandybridge/gcc-10.1.0/boost-1.74.0-ni4xhokjmdexzxedvrqbecz2dnxzjqaf' '--with-toolset=gcc' '--with-libraries=regex,system,exception,iostreams,program_options,graph,filesystem,timer,serialization,log,atomic,random,wave,locale,thread,date_time,chrono,test,math' '--without-icu'
I thought the issue with berkeley-db was due to my gcc version. So I tried with both gcc10.1.0 and gcc6.1.0. The same error still persisted.
Kindly suggest what I could be doing wrong.
Sangeet