Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm authored Sep 15, 2024
1 parent 5b283d4 commit 83b2d11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions var/spack/repos/builtin/packages/feelpp/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,12 @@ def cmake_args(self):
# Add options based on the variants
args = [
f"--preset={self.get_preset_name()}",

# Enable/Disable optional dependencies
"-DFEELPP_ENABLE_VTK=OFF",
"-DFEELPP_ENABLE_OPENTURNS=OFF",
"-DFEELPP_ENABLE_OMC=OFF",
"-DFEELPP_ENABLE_ANN=OFF",
"-DFEELPP_USE_EXTERNAL_CLN=ON",

# Enable optional dependencies based on variants
self.define_from_variant("FEELPP_ENABLE_QUICKSTART", "quickstart"),
self.define_from_variant("FEELPP_ENABLE_TESTS", "tests"),
Expand Down

0 comments on commit 83b2d11

Please sign in to comment.