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:
Adam J. Stewart
2017-04-14 10:38:34 -05:00
committed by Todd Gamblin
parent 3f21b82815
commit 5ce0126c91

View File

@@ -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