We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05e58e commit a21e722Copy full SHA for a21e722
repos/spack_repo/builtin/packages/zfp/package.py
@@ -154,7 +154,7 @@ def cmake_args(self):
154
155
if "round" in spec.variants:
156
args.append(
157
- "ZFP_ROUNDING_MODE=ZFP_ROUND_{0}".format(spec.variants["round"].value.upper())
+ "-DZFP_ROUNDING_MODE=ZFP_ROUND_{0}".format(spec.variants["round"].value.upper())
158
)
159
160
if "+cuda" in spec:
0 commit comments