mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-01 23:38:23 -05:00
14 lines
405 B
JSON
Executable File
14 lines
405 B
JSON
Executable File
{
|
|
"name": "dmlc",
|
|
"version-date": "2019-08-12",
|
|
"port-version": 7,
|
|
"description": "DMLC-Core is the backbone library to support all DMLC projects, offers the bricks to build efficient and scalable distributed machine learning libraries.",
|
|
"homepage": "https://github.com/dmlc/dmlc-core",
|
|
"supports": "!uwp",
|
|
"features": {
|
|
"openmp": {
|
|
"description": "Build with openmp"
|
|
}
|
|
}
|
|
}
|