diff options
| author | Jacob Kahn <jacobkahn1@gmail.com> | 2020-12-04 18:41:12 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-04 16:41:12 -0800 |
| commit | 85739301a8e27fa5edc9ab9fb9111e839af3f046 (patch) | |
| tree | 5038f9f74aaceb97f0936986a17f4b9dc4d377a6 | |
| parent | 0b769ed585fa001814271e7b58f1bc01de73fe97 (diff) | |
| download | vcpkg-85739301a8e27fa5edc9ab9fb9111e839af3f046.tar.gz vcpkg-85739301a8e27fa5edc9ab9fb9111e839af3f046.zip | |
[flashlight-cuda] Add stb as dependency, bump port commit (#14912)
| -rw-r--r-- | ports/flashlight-cuda/portfile.cmake | 4 | ||||
| -rw-r--r-- | 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": { |
