mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-07 09:21:55 +00:00
Revert "Add NVHPC (__PGI) to the list of compilers compatible with system compiler."
This reverts commit 9fc9515885
.
This commit is contained in:
parent
b6ccce35e6
commit
a58439866d
@ -29,7 +29,9 @@
|
|||||||
# define PYBIND11_COMPILER_TYPE "_gcc_cygwin"
|
# define PYBIND11_COMPILER_TYPE "_gcc_cygwin"
|
||||||
# elif defined(_MSC_VER)
|
# elif defined(_MSC_VER)
|
||||||
# define PYBIND11_COMPILER_TYPE "_msvc"
|
# define PYBIND11_COMPILER_TYPE "_msvc"
|
||||||
# elif defined(__INTEL_COMPILER) || defined(__PGI) || defined(__clang__) || defined(__GNUC__)
|
# elif defined(__PGI)
|
||||||
|
# define PYBIND11_COMPILER_TYPE "_pgi"
|
||||||
|
# elif defined(__INTEL_COMPILER) || defined(__clang__) || defined(__GNUC__)
|
||||||
# define PYBIND11_COMPILER_TYPE "_system" // Assumed compatible with system compiler.
|
# define PYBIND11_COMPILER_TYPE "_system" // Assumed compatible with system compiler.
|
||||||
# else
|
# else
|
||||||
# error "Unknown PYBIND11_COMPILER_TYPE: PLEASE REVISE THIS CODE."
|
# error "Unknown PYBIND11_COMPILER_TYPE: PLEASE REVISE THIS CODE."
|
||||||
|
Loading…
Reference in New Issue
Block a user