summaryrefslogblamecommitdiff
path: root/var/spack/repos/builtin.mock/packages/netlib-blas/package.py
blob: 1c17d3e13fbb2e50919fb784eb8af3fa0a6c00af (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 NetlibBlas(Package):
    homepage = "http://www.netlib.org/lapack/"
    url = "http://www.netlib.org/lapack/lapack-3.5.0.tgz"

    version("3.5.0", md5="b1d3e3e425b2e44a06760ff173104bdf")

    provides("blas")