summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 84b7bd2b22f28bd060a7920b1c7fe329ed14aa90 (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
30
pkgbase = mingw-w64-lapack
	pkgdesc = Linear Algebra PACKage (mingw-w64)
	pkgver = 3.9.1
	pkgrel = 2
	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.9.1.tar.gz
	sha256sums = d0085d2caf997ff39299c05d4bacb6f3d27001d25a4cc613d48c1f352b73e7e0

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