Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

nmodl: testing variant to unbreak the tests #2441

Merged
merged 6 commits into from
May 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update bluebrain/repo-bluebrain/packages/nmodl/package.py
  • Loading branch information
matz-e authored May 17, 2024
commit 47b66d2125308881548059a23491bfc64947c2b7
2 changes: 1 addition & 1 deletion bluebrain/repo-bluebrain/packages/nmodl/package.py
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ def cmake_args(self):
# This recipe is used in CI pipelines that run the tests directly from
# the build directory and not via Spack's --test=X option. Setting this
# aims to override the implicit CMake argument that Spack injects.
self.define_from_variant("BUILD_TESTING", "test"),
self.define_from_variant("BUILD_TESTING", "tests"),
self.define("PYTHON_EXECUTABLE", python.command),
self.define_from_variant("NMODL_ENABLE_PYTHON_BINDINGS", "python"),
self.define_from_variant("NMODL_ENABLE_LEGACY_UNITS", "legacy-unit"),
Loading