Skip to content

Commit

Permalink
qd: add new versions and pull from main source tree (spack#46451)
Browse files Browse the repository at this point in the history
* qd: add new versions and pull from main source tree

* add comment to that sha256 identical is intentional
  • Loading branch information
joequant authored Sep 22, 2024
1 parent 2269d42 commit f73f0f8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions var/spack/repos/builtin/packages/qd/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ class Qd(AutotoolsPackage):

homepage = "https://bitbucket.org/njet/qd-library/src/master/"
git = "https://bitbucket.org/njet/qd-library.git"
url = "https://www.davidhbailey.com/dhbsoftware/qd-2.3.13.tar.gz"

tags = ["hep"]

license("BSD-3-Clause-LBNL")

version("2.3.13", commit="a57dde96b3255b80f7f39cd80217c213bf78d949")
version("2.3.24", sha256="a47b6c73f86e6421e86a883568dd08e299b20e36c11a99bdfbe50e01bde60e38")
version("2.3.23", sha256="b3eaf41ce413ec08f348ee73e606bd3ff9203e411c377c3c0467f89acf69ee26")
# The sha256 for 2.3.23 and 2.3.13 are identical as they are the same content
version("2.3.13", sha256="b3eaf41ce413ec08f348ee73e606bd3ff9203e411c377c3c0467f89acf69ee26")

depends_on("c", type="build") # generated
depends_on("cxx", type="build") # generated
Expand Down

0 comments on commit f73f0f8

Please sign in to comment.