nvhpc: gcc is a direct dep (#29963)
This commit is contained in:
parent
1c13b3707c
commit
9a05a7a714
@ -116,6 +116,13 @@ class Nvhpc(Package):
|
||||
provides('lapack', when='+lapack')
|
||||
provides('mpi', when='+mpi')
|
||||
|
||||
# TODO: effectively gcc is a direct dependency of nvhpc, but we cannot
|
||||
# express that properly. For now, add conflicts for popular non-gcc
|
||||
# compilers instead.
|
||||
conflicts('%clang')
|
||||
conflicts('%intel')
|
||||
conflicts('%xl')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
# Enable the silent installation feature
|
||||
os.environ['NVHPC_SILENT'] = "true"
|
||||
|
Loading…
Reference in New Issue
Block a user