Problem with building Psi4 of March 4, 2018

Hi there,

I am trying to build the newest Psi4 version of March 4, 2018.
OpenSuse Linux 42.3, gcc & g++ v 6.2.1, MKL 2015
The problem occurs in the step:

[ 92%] Performing configure step for ‘psi4-core’
[some lines …]
CMake Error at src/psi4/dcft/CMakeLists.txt:4 (if):
if given arguments:

"CMAKE_CXX_COMPILER_ID" "STREQUAL" "Intel" "AND" "CMAKE_CXX_COMPILER_VERSION" "VERSION_LESS" "18.1" "AND" "CMAKE_CXX_COMPILER_VERSION" "VERSION_GREATER_EQUAL" "18.0"

Unknown arguments specified

– Configuring incomplete, errors occurred!

Does it mean that I need the Intel compiler version 18?
I would greatly appreciate any advice,
Jacek

Nope, we just had a too-new-cmake-syntax regression. Apply this patch (or, if you’re not using Intel 18, comment out the lines) and you should be good to go.