mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Apply fix for toolchain build of libint
Fix Makefile for Fortran module
This commit is contained in:
parent
2993097e60
commit
138125e9f2
1 changed files with 3 additions and 0 deletions
|
|
@ -86,6 +86,9 @@ case "$with_libint" in
|
|||
--libdir="${pkg_install_dir}/lib" \
|
||||
> configure.log 2>&1
|
||||
|
||||
# Fix bug in makefile for Fortran module
|
||||
sed -i "s/\$(CXX) \$(CXXFLAGS)/\$(FC) \$(FCFLAGS)/g" fortran/Makefile
|
||||
|
||||
make -j $(get_nprocs) > make.log 2>&1
|
||||
make install > install.log 2>&1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue