Skip to content

Commit

Permalink
Merge pull request #93 from eflumerf/eflumerf/Relaxlibxml2
Browse files Browse the repository at this point in the history
Relax libxml2 requirement since it is an external package in most
  • Loading branch information
marcmengel authored Dec 7, 2024
2 parents f9b781c + 7eaf9bf commit ed8977d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/art-suite/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class ArtSuite(BundlePackage):
depends_on("fhicl-cpp@4.19.00 cxxstd=20")
depends_on("gsl@2.7")
depends_on("hep-concurrency@1.10.00 cxxstd=20")
depends_on("libxml2@2.9.12")
depends_on("libxml2@2.9")
depends_on("messagefacility@2.11.00 cxxstd=20")
depends_on("py-numpy@1.24.3")
depends_on("openblas@0.3.23")
Expand Down

0 comments on commit ed8977d

Please sign in to comment.