Apply fix for toolchain build of libint

Fix Makefile for Fortran module
This commit is contained in:
Matthias Krack 2021-12-29 13:23:59 +01:00
parent 2993097e60
commit 138125e9f2

View file

@ -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