Skip to content

Commit

Permalink
Merge pull request #19 from rbberger/spack_updates
Browse files Browse the repository at this point in the history
spack: Remove +doc variant and dependencies
  • Loading branch information
Yurlungur authored Nov 29, 2022
2 parents 3fffe08 + a20ca79 commit 37669c5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions spack-repo/packages/ports-of-call/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,4 @@ class PortsOfCall(CMakePackage):
version('1.2.0', sha256='b802ffa07c5f34ea9839f23841082133d8af191efe5a526cb7e53ec338ac146b')
version('1.1.0', sha256='c47f7e24c82176b69229a2bcb23a6adcf274dc90ec77a452a36ccae0b12e6e39')

variant("doc", default=False, description="Sphinx Documentation Support")
depends_on("[email protected]:")

depends_on("py-sphinx", when="+doc")
depends_on("[email protected]", when="+doc")
depends_on("py-sphinx-multiversion", when="+doc")

def cmake_args(self):
args = [
]
return args

0 comments on commit 37669c5

Please sign in to comment.