zstd: doesn't build with %nvhpc (#29849)
This commit is contained in:
parent
28a9da9130
commit
9cc45f66b7
@ -38,6 +38,8 @@ class Zstd(MakefilePackage):
|
|||||||
depends_on('lz4', when='+programs')
|
depends_on('lz4', when='+programs')
|
||||||
depends_on('xz', when='+programs')
|
depends_on('xz', when='+programs')
|
||||||
|
|
||||||
|
conflicts('%nvhpc')
|
||||||
|
|
||||||
def _make(self, *args, **kwargs):
|
def _make(self, *args, **kwargs):
|
||||||
# PREFIX must be defined on macOS even when building the library, since
|
# PREFIX must be defined on macOS even when building the library, since
|
||||||
# it gets hardcoded into the library's install_path
|
# it gets hardcoded into the library's install_path
|
||||||
|
Loading…
Reference in New Issue
Block a user