[clblast] update to 1.6.3 (#41111)

This commit is contained in:
Jia Yue Hua 2024-09-24 03:24:06 +08:00 committed by GitHub
parent 935a27710b
commit eeabb5d801
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 8 additions and 21 deletions

View File

@ -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})

View File

@ -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(

View File

@ -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",

View File

@ -1685,7 +1685,7 @@
"port-version": 7
},
"clblast": {
"baseline": "1.6.1",
"baseline": "1.6.3",
"port-version": 0
},
"cld3": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "34f6549100b23ec106957a32157253eadfe10ca3",
"version": "1.6.3",
"port-version": 0
},
{
"git-tree": "2f514afe9163a9445befe8ddc91f8cd8f0105c9d",
"version": "1.6.1",