I recently rebuild server with oneapi2025 and fail to complie yambo5.30. I read viewtopic.php?t=2822 and try ./configure, the output as follows:
Code: Select all
./configure CC=icx FC=ifx F77=ifx FPP="ifx -E -free -P" CPP="icx -E -ansi" MPICC=mpiicx MPIFC=mpiifx MPIF77=mpiifx --enable-time-profile --enable-memory-profile --enable-mpi --enable-open-mp --with-blas-libs="-L${MKLROOT}/lib/intel64 -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread -lm -ldl" --with-lapack-libs="-L${MKLROOT}/lib/intel64 -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread -lm -ldl" --with-fft-libs="-L${MKLROOT}/lib/intel64 -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread -lm -ldl" --with-fft-includedir=${MKLROOT}/include --enable-slepc-linalg --enable-par-linalg --with-blacs-libs="-L${MKLROOT}/lib/intel64 -lmkl_blacs_intelmpi_lp64" --with-scalapack-libs="-L${MKLROOT}/lib/intel64 -lmkl_scalapack_lp64"
checking for vim... vim
checking for gcc... icx
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether icx accepts -g... no
checking for icx option to enable C11 features... none needed
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for malloc.h... yes
checking for struct mallinfo.arena... yes
checking for git... yes
fatal: not a git repository (or any of the parent directories): .git
checking for malloc.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time