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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user