Allow gcc-9 on Power 9
authorSzilárd Páll <pall.szilard@gmail.com>
Tue, 20 Oct 2020 14:42:50 +0000 (14:42 +0000)
committerPaul Bauer <paul.bauer.q@gmail.com>
Tue, 20 Oct 2020 14:42:50 +0000 (14:42 +0000)
commit9baf5dcc540878dc0b15d8b945ac760d36fbf75d
tree0a345897cc433e9c61313de98f00ff4ec10bfe75
parent8f803f284947eeaaa3531dc87e7d4406e3be7be4
Allow gcc-9 on Power 9

Previous restriction ended up blacklisting gcc 9 and later whereas the
intent was to only do so for version 10 and later. Worked around the
version comparison quirk (and lack of >= operator).

Refs #3380

Change-Id: If9f45fe77459c3d873eab3856126f1653efe8cdb
cmake/gmxManageSimd.cmake