Skip to content

Commit

Permalink
Update NMODL package recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Feb 28, 2024
1 parent e3e3c8e commit a92b174
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bluebrain/repo-bluebrain/packages/nmodl/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ class Nmodl(CMakePackage):
depends_on("py-pyyaml@3.13:", type=("build", "run"))
depends_on("spdlog")
depends_on("py-find-libpython", type=("run",))
depends_on("py-importlib-resources", type=("run",), when="+python@:3.8")
depends_on("py-importlib-metadata", type=("run",), when="+python@:3.8")

def cmake_args(self):
# Do not use the cli11, fmt, pybind11 and spdlog submodule, use the one from
Expand Down

0 comments on commit a92b174

Please sign in to comment.