Skip to content

[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:

  1. Create an obj directory
  2. Create a setup.make file with this content:

CC = icc

FC = ifort

  1. Create a file Makefile with this content:

TOP_DIR =..

include ../Makefile

  1. Run make liball
  2. Run make install PREFIX=...