xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/gsl/gsl.inc (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1DESCRIPTION = "GNU Scientific Library"
2HOMEPAGE = "http://www.gnu.org/software/gsl/"
3SECTION = "libs"
4LICENSE = "GPL-3.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
6
7inherit autotools pkgconfig binconfig
8
9LEAD_SONAME = "libgsl.so"
10
11# Uses fpu_control.h which is glibc only header see ieee-utils/fp-gnuppc.c
12COMPATIBLE_HOST:libc-musl:powerpc = "null"
13