summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/dimemas/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/dimemas/package.py')
-rw-r--r--var/spack/repos/builtin/packages/dimemas/package.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/var/spack/repos/builtin/packages/dimemas/package.py b/var/spack/repos/builtin/packages/dimemas/package.py
index dac17bc75e..d284d9a590 100644
--- a/var/spack/repos/builtin/packages/dimemas/package.py
+++ b/var/spack/repos/builtin/packages/dimemas/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 Dimemas(AutotoolsPackage):
@@ -22,12 +21,7 @@ class Dimemas(AutotoolsPackage):
depends_on('bison', type=('build', 'link', 'run'))
depends_on('flex', type=('build', 'link', 'run'))
- depends_on('boost@1.65.0+program_options cxxstd=11', type=('build', 'link'))
-
- # 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, type=('build', 'link'))
+ depends_on('boost@1.65.0+container+math+exception+program_options cxxstd=11', type=('build', 'link'))
def autoreconf(self, spec, prefix):
autoreconf('--install', '--verbose', '--force')