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