[flashlight-cuda] Add stb as dependency, bump port commit (#14912)

This commit is contained in:
Jacob Kahn 2020-12-04 18:41:12 -06:00 committed by GitHub
parent 0b769ed585
commit 85739301a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebookresearch/flashlight
REF cd0aa18b94340afc7cfa9a14281d1c90c0ed42e1
SHA512 a11392af82054b63c557214c04e59b362aa1eb5897b30a595b26fd22c37c29571e504346947c6b9cebc4499c3af68d2075fd3144dcc0535a27886e34036ac5ff
REF 94486a1108fd0511a05523bfa1cf734bc14022f7
SHA512 73a7547a26020be21d26393c2758cc235b452a0fb5d8537777bdbcc556f71846e07eca649167902dd7d0743cb7d10738b4e38cd7fe69b51b6122f3241e2edd84
HEAD_REF master
)

View File

@ -1,7 +1,6 @@
{
"name": "flashlight-cuda",
"version-string": "20201120",
"port-version": 1,
"version-string": "20201201",
"description": "A C++ standalone library for machine learning. CUDA backend.",
"supports": "!(windows | osx)",
"default-features": [
@ -43,7 +42,8 @@
]
},
"nccl",
"openmpi"
"openmpi",
"stb"
]
},
"imgclass": {