vcpkg/ports/shogun/vcpkg.json
Christopher Schwartz 4389f62145
[openblas] make openblas build on MinGW (#20986)
* [openblas] make openblas build on MinGW

* Portfile cleanup: Join separate vcpkg_check_feature calls and add double quotes according to maintainer guidelines.

* Portfile cleanup: Migrate vcpkg cmake commands from deprecated to new functions.

* Portfile cleanup: Migrate vcpkg cmake commands from deprecated to new functions (2) - missed a spot.

* Re-factory code

* version

* [shogun] Fix include cblas path

* version

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-11-18 21:28:02 -08:00

23 lines
388 B
JSON

{
"name": "shogun",
"version-string": "6.1.4",
"port-version": 6,
"description": "Unified and efficient Machine Learning",
"homepage": "https://github.com/shogun-toolbox/shogun",
"dependencies": [
"blas",
"bzip2",
"curl",
"dirent",
"eigen3",
"liblzma",
"libxml2",
"lzo",
"nlopt",
"protobuf",
"rxcpp",
"snappy",
"zlib"
]
}