I have issues with installing calculix adapter. Attached log file shows error make.log (1.6 MB) (at the end of the file).
Prior to this I installed precice using spack. As the gcc compiler is old, I had to install gcc 8.4 using spack.
I have sourced the precice path before compiling calculix adapter. Correct paths to ARPACK, SPOOLES and YAML are specified in the Makefile of calculix adapter. I have specified correct library paths before compiling
export LD_LIBRARY_PATH=/scratch/user/spack/opt/spack/linux-centos7-broadwell/gcc-8.4.0/precice-2.1.1-4kdsqbkqa52t4t27nofy3cfddayanelo/lib64:$LD_LIBRARY_PATH
export PKG_CONFIG_PATH=/scratch/user/spack/opt/spack/linux-centos7-broadwell/gcc-8.4.0/precice-2.1.1-4kdsqbkqa52t4t27nofy3cfddayanelo/lib64/pkgconfig:$PKG_CONFIG_PATH
May I know what could be the issue?
Also, in the Makefile https://github.com/precice/calculix-adapter/blob/master/Makefile, line 88, -I$(YAML)/include, I don’t understand where YAML is included in the file? I had to change this to $(YAML_INCLUDE) to eliminate errors in locating yaml.h.