1*4882a593SmuzhiyunSUMMARY = "Linear Algebra PACKage" 2*4882a593SmuzhiyunURL = "http://www.netlib.org/lapack" 3*4882a593SmuzhiyunLICENSE = "BSD-3-Clause" 4*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENSE;md5=39902829ba0c2cbac1b0debfb75a416b" 5*4882a593Smuzhiyun 6*4882a593Smuzhiyun# Recipe needs FORTRAN support (copied from conf/local.conf.sample.extended) 7*4882a593Smuzhiyun# Enabling FORTRAN 8*4882a593Smuzhiyun# Note this is not officially supported and is just illustrated here to 9*4882a593Smuzhiyun# show an example of how it can be done 10*4882a593Smuzhiyun# You'll also need your fortran recipe to depend on libgfortran 11*4882a593Smuzhiyun#FORTRAN:forcevariable = ",fortran" 12*4882a593Smuzhiyun#RUNTIMETARGET:append:pn-gcc-runtime = " libquadmath" 13*4882a593Smuzhiyun 14*4882a593SmuzhiyunDEPENDS = "libgfortran" 15*4882a593Smuzhiyun 16*4882a593SmuzhiyunSRCREV = "aa631b4b4bd13f6ae2dbab9ae9da209e1e05b0fc" 17*4882a593SmuzhiyunSRC_URI = "git://github.com/Reference-LAPACK/lapack.git;protocol=https;branch=master" 18*4882a593SmuzhiyunS = "${WORKDIR}/git" 19*4882a593Smuzhiyun 20*4882a593SmuzhiyunEXTRA_OECMAKE = " -DBUILD_SHARED_LIBS=ON " 21*4882a593SmuzhiyunOECMAKE_GENERATOR = "Unix Makefiles" 22*4882a593Smuzhiyun 23*4882a593Smuzhiyuninherit cmake pkgconfig 24*4882a593SmuzhiyunEXCLUDE_FROM_WORLD = "1" 25