summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Cohn <robert.s.cohn@intel.com>2021-08-09 10:05:06 -0400
committerGitHub <noreply@github.com>2021-08-09 16:05:06 +0200
commitfc46db226971e76698750826f1e0da00cbd8f84c (patch)
treedd49b0cde76f4501b01dac0abcf40d12100fa382
parent8c8b934fd8953c8451152dc391fbaca9f06bcd25 (diff)
downloadspack-fc46db226971e76698750826f1e0da00cbd8f84c.tar.gz
spack-fc46db226971e76698750826f1e0da00cbd8f84c.tar.bz2
spack-fc46db226971e76698750826f1e0da00cbd8f84c.tar.xz
spack-fc46db226971e76698750826f1e0da00cbd8f84c.zip
sos: shr-atomics is a disable/enable (#25315)
-rw-r--r--var/spack/repos/builtin/packages/sos/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/sos/package.py b/var/spack/repos/builtin/packages/sos/package.py
index a8f883a382..9663da0528 100644
--- a/var/spack/repos/builtin/packages/sos/package.py
+++ b/var/spack/repos/builtin/packages/sos/package.py
@@ -54,6 +54,6 @@ class Sos(AutotoolsPackage):
args.extend(self.with_or_without('xpmem'))
args.extend(self.with_or_without('ofi'))
# This option is not compatiable with remote atomics
- args.extend(self.with_or_without('shr-atomics'))
+ args.extend(self.enable_or_disable('shr-atomics'))
args.append('--enable-pmi-simple')
return args