summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author健美猞猁 <weijianwen@gmail.com>2018-05-20 00:26:31 +0800
committerAdam J. Stewart <ajstewart426@gmail.com>2018-05-19 11:26:31 -0500
commit2f5c4be3bfc6e759c265212063402e05cd5bf21f (patch)
treeb30f1c3797e7e1822695061a37c6e7b101e2a64f
parent22b551f84f106c1dcaff180bcee29e28a88c6453 (diff)
downloadspack-2f5c4be3bfc6e759c265212063402e05cd5bf21f.tar.gz
spack-2f5c4be3bfc6e759c265212063402e05cd5bf21f.tar.bz2
spack-2f5c4be3bfc6e759c265212063402e05cd5bf21f.tar.xz
spack-2f5c4be3bfc6e759c265212063402e05cd5bf21f.zip
sleef: a new library. (#8198)
-rw-r--r--var/spack/repos/builtin/packages/sleef/package.py35
1 files changed, 35 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/sleef/package.py b/var/spack/repos/builtin/packages/sleef/package.py
new file mode 100644
index 0000000000..769e43c29b
--- /dev/null
+++ b/var/spack/repos/builtin/packages/sleef/package.py
@@ -0,0 +1,35 @@
+##############################################################################
+# Copyright (c) 2013-2018, Lawrence Livermore National Security, LLC.
+# Produced at the Lawrence Livermore National Laboratory.
+#
+# This file is part of Spack.
+# Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved.
+# LLNL-CODE-647188
+#
+# For details, see https://github.com/spack/spack
+# Please also see the NOTICE and LICENSE files for our notice and the LGPL.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License (as
+# published by the Free Software Foundation) version 2.1, February 1999.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the IMPLIED WARRANTY OF
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the terms and
+# conditions of the GNU Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+##############################################################################
+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')