summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/octave
Commit message (Collapse)AuthorAgeFilesLines
* octave: upgrade 7.1.0 -> 7.2.0Andreas Müller2022-09-121-1/+1
| | | | | | | | | | | * Fixes build with glibc 2.36 [1] * Changelog found at [2] [1] https://savannah.gnu.org/bugs/?62750 [2] https://octave.org/news/release/2022/07/28/octave-7.2.0-released.html Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* octave: upgrade 6.4.0 -> 7.1.0wangmy2022-04-131-1/+1
| | | | | | | | Changelog from 6.4.0 to 7.1.0: https://www.gnu.org/software/octave/news.html Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* octave: add PACKAGECONFIG for (Qt-)gui - disabled by defaultAndreas Müller2022-04-111-0/+4
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* octave: upgrade 4.4.1 -> 6.4.0 and overhaul recipeAndreas Müller2022-04-062-40/+52
| | | | | | | | | Complete rework of recipe was done with two targets in mind: * Do not disappoint users on this project - it is a treasure for mathians * Do not over-complicate recipe unnecessarily Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-7/+7
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* octave: Fix QA issuesAdrian Bunk2020-03-211-2/+2
| | | | | | | | WARNING: octave-4.4.1-r0 do_package_qa: QA Issue: package contains desktop file with key 'MimeType' but does not inhert mime-xdg [mime-xdg] WARNING: octave-4.4.1-r0 do_package_qa: QA Issue: octave: SRC_URI uses PN not BPN [src-uri-bad] Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: Use GNU_MIRROR in more recipesAdrian Bunk2019-08-021-1/+1
| | | | | Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* octave: Exclude from world buildsKhem Raj2019-03-041-0/+1
| | | | | | | it needs lapack which inturn needs libgfortran and fortran support in compiler is not on by default Signed-off-by: Khem Raj <raj.khem@gmail.com>
* octave: add version 4.4.1Tuan Hoang2019-02-242-0/+55
Signed-off-by: Hoang Anh Tuan <tuanha@viosoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>