Skip to content

Commit

Permalink
added option USE_G2C_API to spack package file
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Dec 31, 2024
1 parent f41a05d commit ae21191
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def cmake_args(self):
self.define("BUILD_4", self.spec.satisfies("precision=4")),
self.define("BUILD_D", self.spec.satisfies("precision=d")),
self.define_from_variant("G2C_COMPARE", "g2c_compare"),
self.define_from_variant("USE_G2C_API", "use_g2c_api"),
self.define_from_variant("BUILD_UTILS", "utils"),
]

Expand Down

0 comments on commit ae21191

Please sign in to comment.