diff options
Diffstat (limited to 'meta-oe/recipes-benchmark/linpack/linpack_1.0.bb')
-rw-r--r-- | meta-oe/recipes-benchmark/linpack/linpack_1.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-benchmark/linpack/linpack_1.0.bb b/meta-oe/recipes-benchmark/linpack/linpack_1.0.bb index 603004ddd5..6a500dbf01 100644 --- a/meta-oe/recipes-benchmark/linpack/linpack_1.0.bb +++ b/meta-oe/recipes-benchmark/linpack/linpack_1.0.bb | |||
@@ -2,15 +2,15 @@ DESCRIPTION = "LINPACK Benchmarks are a measure of a system's floating point com | |||
2 | SUMMARY = "LINPACK is a software library for performing numerical linear algebra on digital computers" | 2 | SUMMARY = "LINPACK is a software library for performing numerical linear algebra on digital computers" |
3 | 3 | ||
4 | LICENSE = "PD" | 4 | LICENSE = "PD" |
5 | LIC_FILES_CHKSUM ="file://${WORKDIR}/linpacknew.c;beginline=1;endline=23;md5=aa025e3bc44190c71e4c5e3b084fed87" | 5 | LIC_FILES_CHKSUM = "file://${UNPACKDIR}/linpacknew.c;beginline=1;endline=23;md5=aa025e3bc44190c71e4c5e3b084fed87" |
6 | 6 | ||
7 | SRC_URI = "http://www.netlib.org/benchmark/linpackc.new;downloadfilename=linpacknew.c \ | 7 | SRC_URI = "http://www.netlib.org/benchmark/linpackc.new;downloadfilename=linpacknew.c \ |
8 | file://0001-linpack-Define-DP-only-when-SP-is-not-defined.patch \ | 8 | file://0001-linpack-Define-DP-only-when-SP-is-not-defined.patch \ |
9 | file://0001-Fix-build-error-in-gcc-15.0.1-due-to-function-redecl.patch \ | ||
9 | " | 10 | " |
10 | SRC_URI[md5sum] = "1c5d0b6a31264685d2e651c920e3cdf4" | ||
11 | SRC_URI[sha256sum] = "a63f2ec86512959f1fd926bfafb85905b2d7b7402942ffae3af374d48745e97e" | 11 | SRC_URI[sha256sum] = "a63f2ec86512959f1fd926bfafb85905b2d7b7402942ffae3af374d48745e97e" |
12 | 12 | ||
13 | S = "${WORKDIR}" | 13 | S = "${UNPACKDIR}" |
14 | 14 | ||
15 | do_compile () { | 15 | do_compile () { |
16 | ${CC} ${CFLAGS} ${LDFLAGS} -DDP -o linpack_dp linpacknew.c -lm | 16 | ${CC} ${CFLAGS} ${LDFLAGS} -DDP -o linpack_dp linpacknew.c -lm |