Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
science:machinelearning:milvus
milvus
include-gflags-if-they-are-used.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File include-gflags-if-they-are-used.patch of Package milvus
From 8a48c7041bb4bb2b0b3a6c97843d543be12ce364 Mon Sep 17 00:00:00 2001 From: Christian Goll <cgoll@suse.com> Date: Tue, 6 Aug 2024 11:16:40 +0200 Subject: [PATCH 2/2] include gflags if they are used Signed-off-by: Christian Goll <cgoll@suse.com> --- internal/core/src/config/ConfigKnowhere.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/internal/core/src/config/ConfigKnowhere.cpp b/internal/core/src/config/ConfigKnowhere.cpp index 29d0f1134..5c05829cd 100644 --- a/internal/core/src/config/ConfigKnowhere.cpp +++ b/internal/core/src/config/ConfigKnowhere.cpp @@ -22,6 +22,10 @@ #include "log/Log.h" #include "knowhere/comp/knowhere_config.h" #include "knowhere/version.h" +#ifndef EMBEDDED_MILVUS +#include "gflags/gflags.h" +#endif + namespace milvus::config { -- 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