feature: add "spack tags" command (#26136)

This PR adds a "spack tags" command to output package tags or 
(available) packages with those tags. It also ensures each package
is listed in the tag cache ONLY ONCE per tag.
This commit is contained in:
Tamara Dahlgren
2021-11-01 13:40:29 -07:00
committed by GitHub
parent b56f464c29
commit d4cecd9ab2
11 changed files with 502 additions and 80 deletions

View File

@@ -11,7 +11,7 @@ class Jags(AutotoolsPackage):
Bayesian hierarchical models using Markov Chain Monte Carlo (MCMC)
simulation not wholly unlike BUGS"""
tags = ['mcmc', 'Gibbs sampler']
tags = ['mcmc', 'Gibbs-sampler']
homepage = "http://mcmc-jags.sourceforge.net/"
url = "https://downloads.sourceforge.net/project/mcmc-jags/JAGS/4.x/Source/JAGS-4.2.0.tar.gz"