mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
Preparation for LIBXSMM 2.0 (#1879)
* Suppressed LIBXSMM_VERSION_MAJOR, LIBXSMM_VERSION_MINOR, and LIBXSMM_VERSION_PATCH.
This commit is contained in:
parent
6eac975bc5
commit
9e61525887
2 changed files with 11 additions and 2 deletions
|
|
@ -58,6 +58,9 @@ FLAG_EXCEPTIONS = (
|
|||
r"__T_C_G0",
|
||||
r"__YUKAWA",
|
||||
r"__cplusplus",
|
||||
r"LIBXSMM_VERSION_MAJOR",
|
||||
r"LIBXSMM_VERSION_MINOR",
|
||||
r"LIBXSMM_VERSION_PATCH",
|
||||
)
|
||||
|
||||
FLAG_EXCEPTIONS_RE = re.compile(r"|".join(FLAG_EXCEPTIONS))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue