From f4e4dba4ef3f7fba4baf3bf0ac82f7d831608237 Mon Sep 17 00:00:00 2001 From: Mosè Giordano Date: Sat, 20 Feb 2021 23:14:16 +0000 Subject: libblastrampoline: new package (#21825) * libblastrampoline: new package * Apply suggestions from code review Co-authored-by: Adam J. Stewart Co-authored-by: Adam J. Stewart --- .../builtin/packages/libblastrampoline/package.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 var/spack/repos/builtin/packages/libblastrampoline/package.py diff --git a/var/spack/repos/builtin/packages/libblastrampoline/package.py b/var/spack/repos/builtin/packages/libblastrampoline/package.py new file mode 100644 index 0000000000..be047e6fb7 --- /dev/null +++ b/var/spack/repos/builtin/packages/libblastrampoline/package.py @@ -0,0 +1,21 @@ +# Copyright 2013-2021 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 Libblastrampoline(MakefilePackage): + """Using PLT trampolines to provide a BLAS and LAPACK demuxing library.""" + + homepage = "https://github.com/staticfloat/libblastrampoline" + git = "https://github.com/staticfloat/libblastrampoline.git" + + version('2.2.0', commit='45f4a20ffdba5d368db66d71885312f5f73c2dc7') + + build_directory = 'src' + + def install(self, spec, prefix): + with working_dir(self.build_directory): + make('prefix={0}'.format(prefix), 'install') -- cgit v1.2.3-70-g09d2