mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
Fix for libint build with Intel oneAPI
This commit is contained in:
parent
1da4a73477
commit
b9fdf4e26b
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ case "$with_libint" in
|
|||
|
||||
if [ "${MPI_MODE}" = "intelmpi" ]; then
|
||||
# Fix bug in makefile for Fortran module
|
||||
sed -i "s/\$(CXX) \$(CXXFLAGS)/\$(FC) \$(FCFLAGS)/g" fortran/Makefile
|
||||
sed -i -e "s/\$(CXX) \$(CXXFLAGS)/\$(FC) \$(FCFLAGS)/g" -e "s/\$(FCLIBS) -o/\$(FCLIBS) -lstdc++ -o/" fortran/Makefile
|
||||
fi
|
||||
|
||||
make -j $(get_nprocs) > make.log 2>&1 || tail -n ${LOG_LINES} make.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue