summaryrefslogtreecommitdiffstats
path: root/package/lapack
Commit message (Collapse)AuthorAgeFilesLines
* package/lapack: bump version to 3.7.1Bernd Kuhls2017-07-312-2/+3
| | | | | | | | lapack does not support in-source builds anymore: https://github.com/Reference-LAPACK/lapack/commit/ea081254b4a0538f81c74bdb8338b29a068303aa Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/l*/Config.in: fix ordering of statementsAdam Duskett2017-05-011-1/+1
| | | | | | | | | | | | | The check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter l in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot, package: use SPDX short identifier for BSD-3cRahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for BSD-3c is BSD-3-Clause. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/BSD-3c/BSD-3-Clause/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/lapack: new packageBenjamin Kamath2016-07-063-0/+44
lapack is a fortran-based linear algebra math library. Signed-off-by: Benjamin Kamath <bkamath@spaceflight.com> [Samuel: - Update to use BR2_TOOLCHAIN_HAS_FORTRAN symbol + add comment when the toolchain does not meet the requirements. - Update powerpc/uclibc dependencies to allow build with musl. - Bump to 3.6.1.] Signed-off-by: Samuel Martin <s.martin49@gmail.com> [Thomas: move comment about installed libraries from .mk file to Config.in help text.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud