mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[clblast] update to 1.6.3 (#41111)
This commit is contained in:
parent
935a27710b
commit
eeabb5d801
@ -1,16 +0,0 @@
|
|||||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
||||||
index 2d28050..e2a060d 100644
|
|
||||||
--- a/CMakeLists.txt
|
|
||||||
+++ b/CMakeLists.txt
|
|
||||||
@@ -347,7 +347,10 @@ endif()
|
|
||||||
# Installs the library
|
|
||||||
include(GNUInstallDirs)
|
|
||||||
|
|
||||||
-install(TARGETS clblast EXPORT CLBlast DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
|
||||||
+install(TARGETS clblast EXPORT CLBlast
|
|
||||||
+ ARCHIVE DESTINATION lib
|
|
||||||
+ LIBRARY DESTINATION lib
|
|
||||||
+ RUNTIME DESTINATION bin)
|
|
||||||
install(FILES include/clblast_half.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
|
|
||||||
if(OPENCL)
|
|
||||||
install(FILES include/clblast.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
|
|
@ -2,10 +2,8 @@ vcpkg_from_github(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO CNugteren/CLBlast
|
REPO CNugteren/CLBlast
|
||||||
REF "${VERSION}"
|
REF "${VERSION}"
|
||||||
SHA512 3114b2499f13a8b12dc5dfaf3633d4a25c953da63bea3c2f09a99699ee49239c28a1db0033619ef74234af56068f94413aae8c721d1af6114b862670a32cdb8d
|
SHA512 cc93afd4e4860789c4fed8a82bb0019f039285060e74aa65a1916bf061aaa67cc6dc675000b28500046062f40570472abd9c34c210d130e10b8e5c591ceb8ad7
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
PATCHES
|
|
||||||
fix_install_path.patch
|
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_cmake_configure(
|
vcpkg_cmake_configure(
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "clblast",
|
"name": "clblast",
|
||||||
"version": "1.6.1",
|
"version": "1.6.3",
|
||||||
"description": "A modern, lightweight, performant and tunable OpenCL BLAS library written in C++11.",
|
"description": "A modern, lightweight, performant and tunable OpenCL BLAS library written in C++11.",
|
||||||
"homepage": "https://github.com/CNugteren/CLBlast",
|
"homepage": "https://github.com/CNugteren/CLBlast",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
@ -1685,7 +1685,7 @@
|
|||||||
"port-version": 7
|
"port-version": 7
|
||||||
},
|
},
|
||||||
"clblast": {
|
"clblast": {
|
||||||
"baseline": "1.6.1",
|
"baseline": "1.6.3",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"cld3": {
|
"cld3": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "34f6549100b23ec106957a32157253eadfe10ca3",
|
||||||
|
"version": "1.6.3",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "2f514afe9163a9445befe8ddc91f8cd8f0105c9d",
|
"git-tree": "2f514afe9163a9445befe8ddc91f8cd8f0105c9d",
|
||||||
"version": "1.6.1",
|
"version": "1.6.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user