Skip to content

Commit

Permalink
sleef: add v3.6.1 (spack#44784)
Browse files Browse the repository at this point in the history
Update preferred package to SLEEF 3.6.1
  • Loading branch information
blapie authored Jun 20, 2024
1 parent 6e6fef1 commit 901f4b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions var/spack/repos/builtin/packages/sleef/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ class Sleef(CMakePackage):
"""SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT."""

homepage = "https://sleef.org"
url = "https://github.com/shibatch/sleef/archive/3.6.tar.gz"
url = "https://github.com/shibatch/sleef/archive/3.6.1.tar.gz"
git = "https://github.com/shibatch/sleef.git"

maintainers("blapie")

license("BSL-1.0")

version("master", branch="master")
version("3.6", commit="a99491afee2bae0b11e9ffbf3211349f43a5fd10", preferred=True)
version("3.6.1", commit="6ee14bcae5fe92c2ff8b000d5a01102dab08d774", preferred=True)
version("3.6", commit="a99491afee2bae0b11e9ffbf3211349f43a5fd10")
version("3.5.1_2020-12-22", commit="e0a003ee838b75d11763aa9c3ef17bf71a725bff") # [email protected]:
version("3.5.1", sha256="415ee9b1bcc5816989d3d4d92afd0cd3f9ee89cbd5a33eb008e69751e40438ab")
version(
Expand Down

0 comments on commit 901f4b7

Please sign in to comment.