Adopt SPDX identifiers for license fields
This commit is contained in:
parent
c43609f699
commit
4a84f66c2e
2 changed files with 4 additions and 4 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -9,8 +9,8 @@ _math_kernel_lib=${pkgver%%.0}
|
|||
pkgrel=1
|
||||
pkgdesc="Benchmark that measures a system's floating-point rate of execution by solving dense linear equations"
|
||||
arch=('x86_64')
|
||||
url='http://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download'
|
||||
license=('custom')
|
||||
url='https://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download'
|
||||
license=('LicenseRef-Intel-SmpL-2022')
|
||||
backup=('etc/linpack.conf')
|
||||
options=('!strip')
|
||||
source=("https://downloadmirror.intel.com/${_pkgid}/l_onemklbench_p_${_pkgver}.tgz"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue