mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add NVHPC (nvc++) compiler support and CI build/test jobs
libeigen/eigen!2186 Closes #3032 Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
@@ -34,7 +34,9 @@
|
||||
|
||||
/* --- To print date and time of compilation of current source on stdout --- */
|
||||
|
||||
#if defined(__GNUC__)
|
||||
#if defined(__NVCOMPILER)
|
||||
#define COMPILER "nvc++";
|
||||
#elif defined(__GNUC__)
|
||||
#define COMPILER "g++";
|
||||
#elif defined(__sun)
|
||||
#define COMPILER "CC";
|
||||
|
||||
Reference in New Issue
Block a user