From fc46db226971e76698750826f1e0da00cbd8f84c Mon Sep 17 00:00:00 2001 From: Robert Cohn Date: Mon, 9 Aug 2021 10:05:06 -0400 Subject: [PATCH] sos: shr-atomics is a disable/enable (#25315) --- var/spack/repos/builtin/packages/sos/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ def configure_args(self): 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