Skip to content
Snippets Groups Projects
Unverified Commit f1aab835 authored by Adam J. Stewart's avatar Adam J. Stewart Committed by GitHub
Browse files

CitcomS: add maintainer, master version, python dep (#15742)

parent 4287d229
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,11 @@ class Citcoms(AutotoolsPackage):
homepage = "https://geodynamics.org/cig/software/citcoms/"
url = "https://github.com/geodynamics/citcoms/releases/download/v3.3.1/CitcomS-3.3.1.tar.gz"
git = "https://github.com/geodynamics/citcoms.git"
maintainers = ['adamjstewart']
version('master', branch='master', submodules=True)
version('3.3.1', sha256='e3520e0a933e4699d31e86fe309b8c154ea6ecb0f42a1cf6f25e8d13d825a4b3')
version('3.2.0', sha256='773a14d91ecbb4a4d1e04317635fab79819d83c57b47f19380ff30b9b19cb07a')
......@@ -23,6 +27,11 @@ class Citcoms(AutotoolsPackage):
# Required dependencies
depends_on('mpi')
depends_on('zlib')
depends_on('python@:2', type='run') # needed for post-processing scripts
depends_on('automake', when='@master', type='build')
depends_on('autoconf', when='@master', type='build')
depends_on('libtool', when='@master', type='build')
depends_on('m4', when='@master', type='build')
# Optional dependencies
depends_on('hc', when='+ggrd')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment