mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 00:29:08 +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
|
||||
REPO CNugteren/CLBlast
|
||||
REF "${VERSION}"
|
||||
SHA512 3114b2499f13a8b12dc5dfaf3633d4a25c953da63bea3c2f09a99699ee49239c28a1db0033619ef74234af56068f94413aae8c721d1af6114b862670a32cdb8d
|
||||
SHA512 cc93afd4e4860789c4fed8a82bb0019f039285060e74aa65a1916bf061aaa67cc6dc675000b28500046062f40570472abd9c34c210d130e10b8e5c591ceb8ad7
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix_install_path.patch
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "clblast",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.3",
|
||||
"description": "A modern, lightweight, performant and tunable OpenCL BLAS library written in C++11.",
|
||||
"homepage": "https://github.com/CNugteren/CLBlast",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -1685,7 +1685,7 @@
|
||||
"port-version": 7
|
||||
},
|
||||
"clblast": {
|
||||
"baseline": "1.6.1",
|
||||
"baseline": "1.6.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"cld3": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "34f6549100b23ec106957a32157253eadfe10ca3",
|
||||
"version": "1.6.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "2f514afe9163a9445befe8ddc91f8cd8f0105c9d",
|
||||
"version": "1.6.1",
|
||||
|
Loading…
Reference in New Issue
Block a user