Prevent users from building Score-P on macOS (#3825)
* Prevent users from building Score-P on macOS * Add link to original reporting issue
This commit is contained in:

committed by
Todd Gamblin

parent
3f21b82815
commit
5ce0126c91
@@ -65,6 +65,11 @@ class Scorep(AutotoolsPackage):
|
||||
|
||||
variant('shmem', default=False, description='Enable shmem tracing')
|
||||
|
||||
# Score-P requires a case-sensitive file system, and therefore
|
||||
# does not work on macOS
|
||||
# https://github.com/LLNL/spack/issues/1609
|
||||
conflicts('platform=darwin')
|
||||
|
||||
def configure_args(self):
|
||||
spec = self.spec
|
||||
|
||||
|
Reference in New Issue
Block a user