summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/sleef/package.py
blob: 870e62b763aaf8c09cd5fcb0d53dcc732d194f5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *


class Sleef(CMakePackage):
    """SIMD Library for Evaluating Elementary Functions,
    vectorized libm and DFT."""

    homepage = "http://sleef.org"
    url      = "https://github.com/shibatch/sleef/archive/3.2.tar.gz"

    version('3.2', '459215058f2c8d55cd2b644d56c8c4f0')