Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:mslacken:ml
milvus
correct-third_party-location.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File correct-third_party-location.patch of Package milvus
From 44a9d3055864677052b6ea997c4cba340b09b7da Mon Sep 17 00:00:00 2001 From: Christian Goll <cgoll@suse.com> Date: Tue, 10 Sep 2024 15:49:08 +0200 Subject: [PATCH 3/3] correct third_party location Signed-off-by: Christian Goll <cgoll@suse.com> --- internal/core/thirdparty/knowhere/CMakeLists.txt | 2 +- internal/core/thirdparty/milvus-storage/CMakeLists.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/core/thirdparty/knowhere/CMakeLists.txt b/internal/core/thirdparty/knowhere/CMakeLists.txt index 961f1e2f..de644757 100644 --- a/internal/core/thirdparty/knowhere/CMakeLists.txt +++ b/internal/core/thirdparty/knowhere/CMakeLists.txt @@ -42,7 +42,7 @@ FetchContent_Declare( knowhere GIT_REPOSITORY ${GIT_REPOSITORY} GIT_TAG ${KNOWHERE_VERSION} - SOURCE_DIR ${CMAKE_CURRENT_BINARY_DIR}/knowhere-src + SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/knowhere-src BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/knowhere-build DOWNLOAD_DIR ${THIRDPARTY_DOWNLOAD_PATH} ) diff --git a/internal/core/thirdparty/milvus-storage/CMakeLists.txt b/internal/core/thirdparty/milvus-storage/CMakeLists.txt index 77b7f6ff..352d75c5 100644 --- a/internal/core/thirdparty/milvus-storage/CMakeLists.txt +++ b/internal/core/thirdparty/milvus-storage/CMakeLists.txt @@ -23,7 +23,7 @@ FetchContent_Declare( milvus-storage GIT_REPOSITORY "https://github.com/milvus-io/milvus-storage.git" GIT_TAG ${MILVUS_STORAGE_VERSION} - SOURCE_DIR ${CMAKE_CURRENT_BINARY_DIR}/milvus-storage-src + SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/milvus-storage-src BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/milvus-storage-build SOURCE_SUBDIR cpp PATCH_COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/milvus-storage_CMakeLists.txt <SOURCE_DIR>/cpp/CMakeLists.txt @@ -48,4 +48,4 @@ message( STATUS "milvus-storage src compile options: ${var}" ) # unset(CMAKE_CXX_STANDARD) set( MILVUS_STORAGE_INCLUDE_DIRS ${milvus-storage_SOURCE_DIR}/cpp/include/milvus-storage CACHE INTERNAL "Path to milvus storage include directory" ) -set( MILVUS_STORAGE_SRC_DIRS ${milvus-storage_SOURCE_DIR}/cpp/src CACHE INTERNAL "Path to milvus storage src include directory" ) \ No newline at end of file +set( MILVUS_STORAGE_SRC_DIRS ${milvus-storage_SOURCE_DIR}/cpp/src CACHE INTERNAL "Path to milvus storage src include directory" ) -- 2.43.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor