Skip to content

Commit

Permalink
rm cmake variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Danehy committed Oct 25, 2023
1 parent 7815c5a commit bab4b6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions var/spack/repos/builtin/packages/exago/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Exago(CMakePackage, CudaPackage, ROCmPackage):
"1.4.0", tag="v1.4.0", commit="4f4c3fdb40b52ace2d6ba000e7f24b340ec8e886", submodules=True
)
version(
"1.3.0", tag="v1.3.0", commit="58b039d746a6eac8e84b0afc01354cd58caec485", submodules=True
"1.3.0", tag="v1.3.0", commit="58b039d746a6eac8e84b0afc01354cd58caec485", submodule=True
)
version(
"1.1.2", tag="v1.1.2", commit="db3bb16e19c09e01402071623258dae4d13e5133", submodules=True
Expand Down Expand Up @@ -216,7 +216,6 @@ def cmake_args(self):
self.define_from_variant("EXAGO_ENABLE_HIOP", "hiop"),
self.define_from_variant("EXAGO_ENABLE_IPOPT", "ipopt"),
self.define_from_variant("EXAGO_ENABLE_PYTHON", "python"),
self.define_from_variant("EXAGO_ENABLE_LOGGING", "logging"),
]
)

Expand Down

0 comments on commit bab4b6d

Please sign in to comment.