Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | DESCRIPTION = "GNU Scientific Library" |
| 2 | HOMEPAGE = "http://www.gnu.org/software/gsl/" |
| 3 | SECTION = "libs" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 4 | LICENSE = "GPL-3.0-only" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 6 | |
| 7 | inherit autotools pkgconfig binconfig |
| 8 | |
| 9 | LEAD_SONAME = "libgsl.so" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 10 | |
| 11 | # Uses fpu_control.h which is glibc only header see ieee-utils/fp-gnuppc.c |
| 12 | COMPATIBLE_HOST:libc-musl:powerpc = "null" |