summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: d98fc91a276b28dde3964542f0bae60a1b8b2ac1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
pkgbase = mingw-w64-lapack
	pkgdesc = Linear Algebra PACKage (mingw-w64)
	pkgver = 3.10.1
	pkgrel = 1
	url = http://www.netlib.org/lapack
	arch = any
	license = LGPL
	makedepends = mingw-w64-cmake
	options = !buildflags
	options = !strip
	options = staticlibs
	source = https://github.com/Reference-LAPACK/lapack/archive/v3.10.1.tar.gz
	sha256sums = cd005cd021f144d7d5f7f33c943942db9f03a28d110d6a3b80d718a295f7f714

pkgname = mingw-w64-lapack
	depends = mingw-w64-blas

pkgname = mingw-w64-blas
	pkgdesc = Basic Linear Algebra Subprograms (mingw-w64)
	depends = mingw-w64-crt
	depends = mingw-w64-gcc

pkgname = mingw-w64-cblas
	pkgdesc = C interface to BLAS (mingw-w64)
	depends = mingw-w64-blas

pkgname = mingw-w64-lapacke
	pkgdesc = C interface to LAPACK (mingw-w64)
	depends = mingw-w64-lapack