zstd: doesn't build with %nvhpc (#29849)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user