summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/bison/package.py
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2022-02-18 19:51:01 +0100
committerGitHub <noreply@github.com>2022-02-18 11:51:01 -0700
commit7fd94fc4bc1e8609cc44524dd1139e3d63bb571f (patch)
tree2dc901dc5abf5b286130645311bdc3dfdf86a052 /var/spack/repos/builtin/packages/bison/package.py
parent2ed52d32c7d99a4106f7d8a3d2d519a4c57e162e (diff)
downloadspack-7fd94fc4bc1e8609cc44524dd1139e3d63bb571f.tar.gz
spack-7fd94fc4bc1e8609cc44524dd1139e3d63bb571f.tar.bz2
spack-7fd94fc4bc1e8609cc44524dd1139e3d63bb571f.tar.xz
spack-7fd94fc4bc1e8609cc44524dd1139e3d63bb571f.zip
spack external find: change default behavior (#29031)
See https://github.com/spack/spack/issues/25353#issuecomment-1041868116 This commit changes the default behavior of ``` $ spack external find ``` from searching all the possible packages Spack knows about to search only for the ones tagged as being a "build-tool". It also introduces a `--all` option to restore the old behavior.
Diffstat (limited to 'var/spack/repos/builtin/packages/bison/package.py')
-rw-r--r--var/spack/repos/builtin/packages/bison/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/bison/package.py b/var/spack/repos/builtin/packages/bison/package.py
index ef18220d49..4c9a200f0a 100644
--- a/var/spack/repos/builtin/packages/bison/package.py
+++ b/var/spack/repos/builtin/packages/bison/package.py
@@ -18,6 +18,8 @@ class Bison(AutotoolsPackage, GNUMirrorPackage):
homepage = "https://www.gnu.org/software/bison/"
gnu_mirror_path = "bison/bison-3.6.4.tar.gz"
+ tags = ['build-tools']
+
executables = ['^bison$']
version('3.8.2', sha256='06c9e13bdf7eb24d4ceb6b59205a4f67c2c7e7213119644430fe82fbd14a0abb')