2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "mathgl",
|
2023-01-07 16:59:30 +08:00
|
|
|
"version": "8.0.1",
|
2024-05-23 15:21:15 +08:00
|
|
|
"port-version": 6,
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "MathGL is a free library of fast C++ routines for the plotting of the data varied in one or more dimensions",
|
2022-08-13 04:55:29 +08:00
|
|
|
"license": "GPL-3.0-only",
|
2024-05-23 15:21:15 +08:00
|
|
|
"supports": "!uwp & !xbox & !android",
|
2021-11-30 09:01:04 +08:00
|
|
|
"dependencies": [
|
2023-01-07 16:59:30 +08:00
|
|
|
"getopt",
|
|
|
|
{
|
|
|
|
"$comment": "Non-windows targets need host `make_bin`.",
|
|
|
|
"name": "mathgl",
|
|
|
|
"host": true,
|
|
|
|
"default-features": false
|
|
|
|
},
|
2021-11-30 09:01:04 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
2021-09-09 16:24:04 +08:00
|
|
|
"default-features": [
|
|
|
|
"jpeg",
|
|
|
|
"opengl",
|
|
|
|
"png",
|
|
|
|
"zlib"
|
|
|
|
],
|
|
|
|
"features": {
|
2021-12-29 07:11:14 +08:00
|
|
|
"arma": {
|
|
|
|
"description": "Armadillo support",
|
|
|
|
"dependencies": [
|
|
|
|
"armadillo"
|
|
|
|
]
|
|
|
|
},
|
2023-01-07 16:59:30 +08:00
|
|
|
"examples": {
|
|
|
|
"description": "Build example programs (not installed)"
|
|
|
|
},
|
2021-09-09 16:24:04 +08:00
|
|
|
"fltk": {
|
|
|
|
"description": "fltk module",
|
|
|
|
"dependencies": [
|
2023-01-07 16:59:30 +08:00
|
|
|
{
|
|
|
|
"name": "fltk",
|
|
|
|
"default-features": false
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"gif": {
|
|
|
|
"description": "gif module",
|
|
|
|
"dependencies": [
|
|
|
|
"giflib"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"glut": {
|
|
|
|
"description": "glut module",
|
|
|
|
"dependencies": [
|
2023-01-07 16:59:30 +08:00
|
|
|
{
|
|
|
|
"name": "freeglut",
|
|
|
|
"platform": "!osx"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "mathgl",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"opengl"
|
|
|
|
]
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"gsl": {
|
|
|
|
"description": "gsl module",
|
|
|
|
"dependencies": [
|
|
|
|
"gsl"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"hdf5": {
|
|
|
|
"description": "hdf5 module",
|
|
|
|
"dependencies": [
|
2023-01-07 16:59:30 +08:00
|
|
|
{
|
|
|
|
"name": "hdf5",
|
|
|
|
"default-features": false
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"jpeg": {
|
|
|
|
"description": "jpeg module",
|
|
|
|
"dependencies": [
|
|
|
|
"libjpeg-turbo"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"opengl": {
|
|
|
|
"description": "opengl module",
|
|
|
|
"dependencies": [
|
|
|
|
"opengl"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"png": {
|
|
|
|
"description": "png module",
|
|
|
|
"dependencies": [
|
2023-04-27 03:13:02 +08:00
|
|
|
"libpng",
|
|
|
|
{
|
|
|
|
"name": "mathgl",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"zlib"
|
|
|
|
]
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"qt5": {
|
|
|
|
"description": "qt5 module",
|
|
|
|
"dependencies": [
|
2023-01-07 16:59:30 +08:00
|
|
|
{
|
|
|
|
"name": "qt5-base",
|
|
|
|
"default-features": false
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"wx": {
|
|
|
|
"description": "wx module",
|
|
|
|
"dependencies": [
|
2023-01-07 16:59:30 +08:00
|
|
|
{
|
|
|
|
"name": "wxwidgets",
|
|
|
|
"default-features": false
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"zlib": {
|
|
|
|
"description": "zlib module",
|
|
|
|
"dependencies": [
|
|
|
|
"zlib"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|