From 85739301a8e27fa5edc9ab9fb9111e839af3f046 Mon Sep 17 00:00:00 2001 From: Jacob Kahn Date: Fri, 4 Dec 2020 18:41:12 -0600 Subject: [flashlight-cuda] Add stb as dependency, bump port commit (#14912) --- ports/flashlight-cuda/portfile.cmake | 4 ++-- ports/flashlight-cuda/vcpkg.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ports/flashlight-cuda/portfile.cmake b/ports/flashlight-cuda/portfile.cmake index de9d33b7e..080e7f5e3 100644 --- a/ports/flashlight-cuda/portfile.cmake +++ b/ports/flashlight-cuda/portfile.cmake @@ -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 ) diff --git a/ports/flashlight-cuda/vcpkg.json b/ports/flashlight-cuda/vcpkg.json index f962304c6..2526e88bd 100644 --- a/ports/flashlight-cuda/vcpkg.json +++ b/ports/flashlight-cuda/vcpkg.json @@ -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": { -- cgit v1.2.3