scorep: add conflict for ROCm6 (#43240)
Co-authored-by: William Williams <william.williams@tu-dresden.de> Co-authored-by: wrwilliams <wrwilliams@users.noreply.github.com>
This commit is contained in:
parent
588a94bc8c
commit
dde8fa5561
@ -144,6 +144,8 @@ def url_for_version(self, version):
|
|||||||
# does not work on macOS
|
# does not work on macOS
|
||||||
# https://github.com/spack/spack/issues/1609
|
# https://github.com/spack/spack/issues/1609
|
||||||
conflicts("platform=darwin")
|
conflicts("platform=darwin")
|
||||||
|
# Score-P first has support for ROCm 6.x as of v8.4
|
||||||
|
conflicts("hip@6.0:", when="@1.0:8.3+hip")
|
||||||
|
|
||||||
def find_libpath(self, libname, root):
|
def find_libpath(self, libname, root):
|
||||||
libs = find_libraries(libname, root, shared=True, recursive=True)
|
libs = find_libraries(libname, root, shared=True, recursive=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user