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
This commit is contained in:
Tim Haines 2024-10-23 23:38:34 -05:00 committed by GitHub
parent 3581821d3c
commit 225be45687
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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:")