Skip to content

Commit

Permalink
Merge pull request JCSDA#305 from ashley314/feature/add_sphinx
Browse files Browse the repository at this point in the history
Adding myst-parser to jedi-tools-env
  • Loading branch information
srherbener authored Aug 18, 2023
2 parents 24657b6 + b27a7b8 commit a777881
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@ class JediToolsEnv(BundlePackage):
# Don't install awscli and/or aws-parallelcluster via spack,
# they are not well maintained packages and have terrible
# dependencies. Use a venv on top of spack-stack instead.
#depends_on("awscli", type="run")
#depends_on("aws-parallelcluster", type="run")
# depends_on("awscli", type="run")
# depends_on("aws-parallelcluster", type="run")
depends_on("py-click", type="run")
depends_on("py-openpyxl", type="run")
depends_on("py-pandas", type="run")
depends_on("py-pygithub", type="run")
depends_on("py-scipy", type="run")
depends_on("py-sphinx", type="run")
depends_on("py-sphinxcontrib-bibtex", when="+latex", type="run")
depends_on("py-myst-parser", type="run")
depends_on("py-sphinxcontrib-bibtex", type="run")
depends_on("texlive", when="+latex", type="run")

conflicts("%intel", msg="jedi-tools-env does not build with Intel")
Expand Down

0 comments on commit a777881

Please sign in to comment.