summaryrefslogblamecommitdiff
path: root/var/spack/repos/builtin.mock/packages/openblas-with-lapack/package.py
blob: fa275b8d3861815f183904baf9d28471c2e5993d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                                         
                                                                         
 

                                              
                           
 
 

                                                                           
 
                                        
                                                                    
 
                                                             
 
                              
# Copyright 2013-2024 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.package import *


class OpenblasWithLapack(Package):
    """Dummy version of OpenBLAS that also provides LAPACK, for testing."""

    homepage = "http://www.openblas.net"
    url = "http://github.com/xianyi/OpenBLAS/archive/v0.2.15.tar.gz"

    version("0.2.15", md5="b1190f3d3471685f17cfd1ec1d252ac9")

    provides("lapack", "blas")