[flook] Fix compilation with Intel compilers by applying a patch
Building flook with the Intel compilers with JHBuild does not seem to work properly. See discussion here: https://github.com/ElectronicStructureLibrary/flook/issues/7
Here is the proposed solution:
- Create an obj directory
- Create a setup.make file with this content:
CC = icc
FC = ifort
- Create a file Makefile with this content:
TOP_DIR =..
include ../Makefile
- Run make liball
- Run make install PREFIX=...