summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/tophat/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/tophat/package.py')
-rw-r--r--var/spack/repos/builtin/packages/tophat/package.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/var/spack/repos/builtin/packages/tophat/package.py b/var/spack/repos/builtin/packages/tophat/package.py
index 5d5c3542a5..b36838be61 100644
--- a/var/spack/repos/builtin/packages/tophat/package.py
+++ b/var/spack/repos/builtin/packages/tophat/package.py
@@ -4,7 +4,6 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
-from spack.pkg.builtin.boost import Boost
class Tophat(AutotoolsPackage):
@@ -25,12 +24,7 @@ class Tophat(AutotoolsPackage):
depends_on('libtool', type='build')
depends_on('m4', type='build')
- depends_on('boost@1.47:')
-
- # 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@1.47:+exception+chrono+system+random+atomic+thread')
depends_on('bowtie2', type='run')
parallel = False