summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Haines <thaines.astro@gmail.com>2024-10-23 23:38:34 -0500
committerGitHub <noreply@github.com>2024-10-24 06:38:34 +0200
commit225be45687fceb130b465691cd5958800c13fade (patch)
treeea522399b5de470baed8a3e2e331ec621ef79915
parent3581821d3cc5bc636848fb774807e8da1ac28771 (diff)
downloadspack-225be45687fceb130b465691cd5958800c13fade.tar.gz
spack-225be45687fceb130b465691cd5958800c13fade.tar.bz2
spack-225be45687fceb130b465691cd5958800c13fade.tar.xz
spack-225be45687fceb130b465691cd5958800c13fade.zip
dire: Update Boost dependency (#47129)
* dire: Update Boost dependency The only version currently available is 2.004, and it does not use Boost. * Remove unused Boost import
-rw-r--r--var/spack/repos/builtin/packages/dire/package.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/var/spack/repos/builtin/packages/dire/package.py b/var/spack/repos/builtin/packages/dire/package.py
index b819f019e7..fb7849a032 100644
--- a/var/spack/repos/builtin/packages/dire/package.py
+++ b/var/spack/repos/builtin/packages/dire/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 Dire(Package):
@@ -27,10 +26,6 @@ class Dire(Package):
depends_on("zlib-api")
- # 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("lhapdf")
depends_on("hepmc")
depends_on("pythia8@8.226:")