summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/mgis/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/mgis/package.py')
-rw-r--r--var/spack/repos/builtin/packages/mgis/package.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/mgis/package.py b/var/spack/repos/builtin/packages/mgis/package.py
index 7cbd960db9..f540479b79 100644
--- a/var/spack/repos/builtin/packages/mgis/package.py
+++ b/var/spack/repos/builtin/packages/mgis/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 Mgis(CMakePackage):
@@ -63,12 +62,8 @@ class Mgis(CMakePackage):
depends_on('tfel@rliv-3.3', when="@rliv-1.1")
depends_on('tfel@rliv-3.2', when="@rliv-1.0")
depends_on('tfel@master', when="@master")
- depends_on('boost+python+numpy', when='+python',
+ depends_on('boost+python+numpy+exception+container', when='+python',
type=('build', 'link', 'run'))
- # 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, when='+python')
depends_on('py-numpy', when='+python',
type=('build', 'link', 'run'))