We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f5db0 commit b7a6c09Copy full SHA for b7a6c09
3 files changed
meta-oe/recipes-benchmark/linpack/linpack_1.0.bb
@@ -1,5 +1,6 @@
1
DESCRIPTION = "LINPACK Benchmarks are a measure of a system's floating point computing power"
2
SUMMARY = "LINPACK is a software library for performing numerical linear algebra on digital computers"
3
+HOMEPAGE = "https://www.netlib.org/benchmark/linpackc.new"
4
5
LICENSE = "PD"
6
LIC_FILES_CHKSUM = "file://${UNPACKDIR}/linpacknew.c;beginline=1;endline=23;md5=aa025e3bc44190c71e4c5e3b084fed87"
@@ -21,4 +22,3 @@ do_install () {
21
22
install -Dm 0755 linpack_dp ${D}${bindir}/linpack_dp
23
install -Dm 0755 linpack_sp ${D}${bindir}/linpack_sp
24
}
-
0 commit comments