From be5c92f7cd4eb6f246b32f9f9e8893904fd18142 Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Mon, 29 Oct 2018 04:20:46 -0500 Subject: diy: new package (#9628) --- var/spack/repos/builtin/packages/diy/package.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 var/spack/repos/builtin/packages/diy/package.py (limited to 'var') diff --git a/var/spack/repos/builtin/packages/diy/package.py b/var/spack/repos/builtin/packages/diy/package.py new file mode 100644 index 0000000000..c05419682c --- /dev/null +++ b/var/spack/repos/builtin/packages/diy/package.py @@ -0,0 +1,21 @@ +# Copyright 2013-2018 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 Diy(CMakePackage): + """Data-parallel out-of-core library""" + + homepage = "https://github.com/diatomic/diy" + url = "https://github.com/diatomic/diy/archive/3.5.0.tar.gz" + git = "https://github.com/diatomic/diy.git" + + version('3.5.0', sha256='b3b5490441d521b6e9b33471c782948194bf95c7c3df3eb97bc5cf4530b91576') + version('master', branch='master') + + def cmake_args(self): + args = ['-Dbuild_examples=off', '-Dbuild_tests=off'] + return args -- cgit v1.2.3-60-g2f50