From abf916d845e74b66425455d2d94eaaeb777ae872 Mon Sep 17 00:00:00 2001 From: "Lori A. Burns" Date: Sun, 29 Apr 2018 07:48:25 -0400 Subject: [PATCH] Enforces intel icpc >= 2017, fixes #1121 (#1363) --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0c18e9695..870df2055 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -25,6 +25,10 @@ v2.2.3 (April 29, 2018) * Fixed an endianness-related fault in the test suite. `#1287 `_. +* Intel compilers have needed to be >= 17.0 since v2.1. Now the check + is explicit and a compile-time error is raised if the compiler does + not meet the requirements. + v2.2.2 (February 7, 2018) -----------------------------------------------------