aboutsummaryrefslogtreecommitdiff
path: root/utils/gnuplot
Commit message (Collapse)AuthorAge
* gnuplot: Updated gnuplot to 5.4.1Matteo Cicuttin2021-01-05
| | | | | | Note: touches also `libdg`, changed dependency from libjpeg to libjpeg-turbo Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
* gnuplot: Updated gnuplot to 5.4.0Matteo Cicuttin2020-07-24
| | | | Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
* gnuplot: Fixed dependencies.Matteo Cicuttin2020-07-07
| | | | Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
* gnuplot: Added package.Matteo Cicuttin2020-07-02
About the patch: Gnuplot build process includes the compilation of some custom binaries which are subsequently used to generate help files/docs. Since those binaries are compiled for TARGET, this breaks the build on the HOST. The patch disables the generation of those binaries (and the documentation). Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>