1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-16 05:26:58 +08:00

Help: Add release notes for Fujitsu compiler support

This commit is contained in:
Chuck Atkins
2020-12-22 14:31:54 -07:00
committed by Brad King
parent 4c74c86f40
commit 8ef55dec29

View File

@@ -0,0 +1,11 @@
fujitsu-compiler-support
------------------------
* Addition of the ``Fujitsu`` compiler ID operating in traditional ``Trad``
mode and ``FujitsuClang`` operating in ``Clang`` mode.
* The :module:`FindOpenMP` module learned to support ``Fujitsu`` and
``FujitsuClang``.
* The :module:`FindMPI` module learned to support ``Fujitsu`` and
``FujitsuClang`` in both host and cross compiling modes.
* The :module:`FindBLAS` and :module:`FindLAPACK` modules learned to support
the serial ``Fujitsu SSL2`` and parallel ``Fujitsu SSL2BLAMP`` libraries.