summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/apex/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/apex/package.py')
-rw-r--r--var/spack/repos/builtin/packages/apex/package.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/var/spack/repos/builtin/packages/apex/package.py b/var/spack/repos/builtin/packages/apex/package.py
index 912d6b5523..c6b8da72be 100644
--- a/var/spack/repos/builtin/packages/apex/package.py
+++ b/var/spack/repos/builtin/packages/apex/package.py
@@ -6,7 +6,6 @@
import sys
from spack import *
-from spack.pkg.builtin.boost import Boost
class Apex(CMakePackage):
@@ -66,12 +65,7 @@ class Apex(CMakePackage):
depends_on('hip', when='+hip')
depends_on('roctracer-dev', when='+hip')
depends_on('rocm-smi-lib', when='+hip')
-
- # 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='+boost')
- depends_on('boost@1.54:', when='+boost')
+ depends_on('boost@1.54: +exception+chrono+system+atomic+container+regex+thread', when='+boost')
# Conflicts
conflicts('+jemalloc', when='+gperftools')