2020-08-20 12:17:44 +08:00
|
|
|
{
|
|
|
|
"name": "numcpp",
|
2023-11-15 09:09:51 +08:00
|
|
|
"version": "2.12.1",
|
2024-06-20 14:14:14 +08:00
|
|
|
"port-version": 2,
|
2020-08-20 12:17:44 +08:00
|
|
|
"description": "C++ implementation of the Python Numpy library",
|
|
|
|
"homepage": "https://dpilger26.github.io/NumCpp",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": [
|
2021-09-29 23:37:39 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2020-08-20 12:17:44 +08:00
|
|
|
],
|
2020-09-15 06:07:02 +08:00
|
|
|
"features": {
|
2024-06-20 14:14:14 +08:00
|
|
|
"boost": {
|
|
|
|
"description": "Enable use boost",
|
|
|
|
"dependencies": [
|
|
|
|
"boost-algorithm",
|
|
|
|
"boost-date-time",
|
|
|
|
"boost-endian",
|
|
|
|
"boost-integer",
|
|
|
|
"boost-log",
|
|
|
|
"boost-math",
|
|
|
|
"boost-predef",
|
|
|
|
"boost-python",
|
|
|
|
"boost-random",
|
|
|
|
"boost-type-traits"
|
|
|
|
]
|
|
|
|
},
|
2020-09-15 06:07:02 +08:00
|
|
|
"python": {
|
2021-09-29 23:37:39 +08:00
|
|
|
"description": "Interacting with Python with pybind11 interface",
|
2020-08-20 12:17:44 +08:00
|
|
|
"dependencies": [
|
|
|
|
"boost-python",
|
|
|
|
"pybind11"
|
|
|
|
]
|
|
|
|
}
|
2020-09-15 06:07:02 +08:00
|
|
|
}
|
2020-08-20 12:17:44 +08:00
|
|
|
}
|