summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/thepeg/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/thepeg/package.py')
-rw-r--r--var/spack/repos/builtin/packages/thepeg/package.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/var/spack/repos/builtin/packages/thepeg/package.py b/var/spack/repos/builtin/packages/thepeg/package.py
index c817f8c976..e952bfac54 100644
--- a/var/spack/repos/builtin/packages/thepeg/package.py
+++ b/var/spack/repos/builtin/packages/thepeg/package.py
@@ -4,7 +4,6 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.package import *
-from spack.pkg.builtin.boost import Boost
class Thepeg(AutotoolsPackage):
@@ -67,12 +66,7 @@ class Thepeg(AutotoolsPackage):
conflicts('hepmc=3', when='@:2.1', msg='HepMC3 support was added in 2.2.0')
depends_on('fastjet', when='@2.0.0:')
depends_on('rivet', when='@2.0.3:')
- depends_on('boost', when='@2.1.1:')
-
- # TODO: replace this with an explicit list of components of Boost,
- # for instance depends_on('boost +filesystem')
- # See https://github.com/spack/spack/pull/22303 for reference
- depends_on(Boost.with_default_variants)
+ depends_on('boost +test', when='@2.1.1:')
depends_on('autoconf', type='build')
depends_on('automake', type='build')