Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Faiss
Commits
8475e691
Commit
8475e691
authored
Jun 07, 2022
by
huchen
Browse files
compile ok
parent
395d2ce6
Changes
1000
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
580 additions
and
0 deletions
+580
-0
build/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake
build/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake
+11
-0
build/CMakeFiles/ContinuousSubmit.dir/build.make
build/CMakeFiles/ContinuousSubmit.dir/build.make
+96
-0
build/CMakeFiles/ContinuousSubmit.dir/cmake_clean.cmake
build/CMakeFiles/ContinuousSubmit.dir/cmake_clean.cmake
+8
-0
build/CMakeFiles/ContinuousSubmit.dir/progress.make
build/CMakeFiles/ContinuousSubmit.dir/progress.make
+1
-0
build/CMakeFiles/ContinuousTest.dir/DependInfo.cmake
build/CMakeFiles/ContinuousTest.dir/DependInfo.cmake
+11
-0
build/CMakeFiles/ContinuousTest.dir/build.make
build/CMakeFiles/ContinuousTest.dir/build.make
+96
-0
build/CMakeFiles/ContinuousTest.dir/cmake_clean.cmake
build/CMakeFiles/ContinuousTest.dir/cmake_clean.cmake
+8
-0
build/CMakeFiles/ContinuousTest.dir/progress.make
build/CMakeFiles/ContinuousTest.dir/progress.make
+1
-0
build/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake
build/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake
+11
-0
build/CMakeFiles/ContinuousUpdate.dir/build.make
build/CMakeFiles/ContinuousUpdate.dir/build.make
+96
-0
build/CMakeFiles/ContinuousUpdate.dir/cmake_clean.cmake
build/CMakeFiles/ContinuousUpdate.dir/cmake_clean.cmake
+8
-0
build/CMakeFiles/ContinuousUpdate.dir/progress.make
build/CMakeFiles/ContinuousUpdate.dir/progress.make
+1
-0
build/CMakeFiles/Experimental.dir/DependInfo.cmake
build/CMakeFiles/Experimental.dir/DependInfo.cmake
+11
-0
build/CMakeFiles/Experimental.dir/build.make
build/CMakeFiles/Experimental.dir/build.make
+96
-0
build/CMakeFiles/Experimental.dir/cmake_clean.cmake
build/CMakeFiles/Experimental.dir/cmake_clean.cmake
+8
-0
build/CMakeFiles/Experimental.dir/progress.make
build/CMakeFiles/Experimental.dir/progress.make
+1
-0
build/CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake
build/CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake
+11
-0
build/CMakeFiles/ExperimentalBuild.dir/build.make
build/CMakeFiles/ExperimentalBuild.dir/build.make
+96
-0
build/CMakeFiles/ExperimentalBuild.dir/cmake_clean.cmake
build/CMakeFiles/ExperimentalBuild.dir/cmake_clean.cmake
+8
-0
build/CMakeFiles/ExperimentalBuild.dir/progress.make
build/CMakeFiles/ExperimentalBuild.dir/progress.make
+1
-0
No files found.
Too many changes to show.
To preserve performance only
1000 of 1000+
files are displayed.
Plain diff
Email patch
build/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake
0 → 100644
View file @
8475e691
# The set of languages for which implicit dependencies are needed:
set
(
CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
# Targets to which this target links.
set
(
CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set
(
CMAKE_Fortran_TARGET_MODULE_DIR
""
)
build/CMakeFiles/ContinuousSubmit.dir/build.make
0 → 100644
View file @
8475e691
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.17
# Delete rule output on recipe failure.
.DELETE_ON_ERROR
:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES
:
# Disable VCS-based implicit rules.
%
:
%
,
v
# Disable VCS-based implicit rules.
%
:
RCS/%
# Disable VCS-based implicit rules.
%
:
RCS/%
,
v
# Disable VCS-based implicit rules.
%
:
SCCS/s.%
# Disable VCS-based implicit rules.
%
:
s.%
.SUFFIXES
:
.hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT
=
-s
# Suppress display of executed commands.
$(VERBOSE).SILENT
:
# A target that is always out of date.
cmake_force
:
.PHONY
:
cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL
=
/bin/sh
# The CMake executable.
CMAKE_COMMAND
=
/usr/bin/cmake3
# The command to remove a file.
RM
=
/usr/bin/cmake3
-E
rm
-f
# Escaping for special characters.
EQUALS
=
=
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR
=
/home/huchen/FAISS/faiss
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR
=
/home/huchen/FAISS/faiss/build
# Utility rule file for ContinuousSubmit.
# Include the progress variables for this target.
include
CMakeFiles/ContinuousSubmit.dir/progress.make
CMakeFiles/ContinuousSubmit
:
/usr/bin/ctest3
-D
ContinuousSubmit
ContinuousSubmit
:
CMakeFiles/ContinuousSubmit
ContinuousSubmit
:
CMakeFiles/ContinuousSubmit.dir/build.make
.PHONY
:
ContinuousSubmit
# Rule to build all files generated by this target.
CMakeFiles/ContinuousSubmit.dir/build
:
ContinuousSubmit
.PHONY
:
CMakeFiles/ContinuousSubmit.dir/build
CMakeFiles/ContinuousSubmit.dir/clean
:
$(CMAKE_COMMAND)
-P
CMakeFiles/ContinuousSubmit.dir/cmake_clean.cmake
.PHONY
:
CMakeFiles/ContinuousSubmit.dir/clean
CMakeFiles/ContinuousSubmit.dir/depend
:
cd
/home/huchen/FAISS/faiss/build
&&
$(CMAKE_COMMAND)
-E
cmake_depends
"Unix Makefiles"
/home/huchen/FAISS/faiss /home/huchen/FAISS/faiss /home/huchen/FAISS/faiss/build /home/huchen/FAISS/faiss/build /home/huchen/FAISS/faiss/build/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake
--color
=
$(COLOR)
.PHONY
:
CMakeFiles/ContinuousSubmit.dir/depend
build/CMakeFiles/ContinuousSubmit.dir/cmake_clean.cmake
0 → 100644
View file @
8475e691
file
(
REMOVE_RECURSE
"CMakeFiles/ContinuousSubmit"
)
# Per-language clean rules from dependency scanning.
foreach
(
lang
)
include
(
CMakeFiles/ContinuousSubmit.dir/cmake_clean_
${
lang
}
.cmake OPTIONAL
)
endforeach
()
build/CMakeFiles/ContinuousSubmit.dir/progress.make
0 → 100644
View file @
8475e691
build/CMakeFiles/ContinuousTest.dir/DependInfo.cmake
0 → 100644
View file @
8475e691
# The set of languages for which implicit dependencies are needed:
set
(
CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
# Targets to which this target links.
set
(
CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set
(
CMAKE_Fortran_TARGET_MODULE_DIR
""
)
build/CMakeFiles/ContinuousTest.dir/build.make
0 → 100644
View file @
8475e691
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.17
# Delete rule output on recipe failure.
.DELETE_ON_ERROR
:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES
:
# Disable VCS-based implicit rules.
%
:
%
,
v
# Disable VCS-based implicit rules.
%
:
RCS/%
# Disable VCS-based implicit rules.
%
:
RCS/%
,
v
# Disable VCS-based implicit rules.
%
:
SCCS/s.%
# Disable VCS-based implicit rules.
%
:
s.%
.SUFFIXES
:
.hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT
=
-s
# Suppress display of executed commands.
$(VERBOSE).SILENT
:
# A target that is always out of date.
cmake_force
:
.PHONY
:
cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL
=
/bin/sh
# The CMake executable.
CMAKE_COMMAND
=
/usr/bin/cmake3
# The command to remove a file.
RM
=
/usr/bin/cmake3
-E
rm
-f
# Escaping for special characters.
EQUALS
=
=
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR
=
/home/huchen/FAISS/faiss
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR
=
/home/huchen/FAISS/faiss/build
# Utility rule file for ContinuousTest.
# Include the progress variables for this target.
include
CMakeFiles/ContinuousTest.dir/progress.make
CMakeFiles/ContinuousTest
:
/usr/bin/ctest3
-D
ContinuousTest
ContinuousTest
:
CMakeFiles/ContinuousTest
ContinuousTest
:
CMakeFiles/ContinuousTest.dir/build.make
.PHONY
:
ContinuousTest
# Rule to build all files generated by this target.
CMakeFiles/ContinuousTest.dir/build
:
ContinuousTest
.PHONY
:
CMakeFiles/ContinuousTest.dir/build
CMakeFiles/ContinuousTest.dir/clean
:
$(CMAKE_COMMAND)
-P
CMakeFiles/ContinuousTest.dir/cmake_clean.cmake
.PHONY
:
CMakeFiles/ContinuousTest.dir/clean
CMakeFiles/ContinuousTest.dir/depend
:
cd
/home/huchen/FAISS/faiss/build
&&
$(CMAKE_COMMAND)
-E
cmake_depends
"Unix Makefiles"
/home/huchen/FAISS/faiss /home/huchen/FAISS/faiss /home/huchen/FAISS/faiss/build /home/huchen/FAISS/faiss/build /home/huchen/FAISS/faiss/build/CMakeFiles/ContinuousTest.dir/DependInfo.cmake
--color
=
$(COLOR)
.PHONY
:
CMakeFiles/ContinuousTest.dir/depend
build/CMakeFiles/ContinuousTest.dir/cmake_clean.cmake
0 → 100644
View file @
8475e691
file
(
REMOVE_RECURSE
"CMakeFiles/ContinuousTest"
)
# Per-language clean rules from dependency scanning.
foreach
(
lang
)
include
(
CMakeFiles/ContinuousTest.dir/cmake_clean_
${
lang
}
.cmake OPTIONAL
)
endforeach
()
build/CMakeFiles/ContinuousTest.dir/progress.make
0 → 100644
View file @
8475e691
build/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake
0 → 100644
View file @
8475e691
# The set of languages for which implicit dependencies are needed:
set
(
CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
# Targets to which this target links.
set
(
CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set
(
CMAKE_Fortran_TARGET_MODULE_DIR
""
)
build/CMakeFiles/ContinuousUpdate.dir/build.make
0 → 100644
View file @
8475e691
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.17
# Delete rule output on recipe failure.
.DELETE_ON_ERROR
:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES
:
# Disable VCS-based implicit rules.
%
:
%
,
v
# Disable VCS-based implicit rules.
%
:
RCS/%
# Disable VCS-based implicit rules.
%
:
RCS/%
,
v
# Disable VCS-based implicit rules.
%
:
SCCS/s.%
# Disable VCS-based implicit rules.
%
:
s.%
.SUFFIXES
:
.hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT
=
-s
# Suppress display of executed commands.
$(VERBOSE).SILENT
:
# A target that is always out of date.
cmake_force
:
.PHONY
:
cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL
=
/bin/sh
# The CMake executable.
CMAKE_COMMAND
=
/usr/bin/cmake3
# The command to remove a file.
RM
=
/usr/bin/cmake3
-E
rm
-f
# Escaping for special characters.
EQUALS
=
=
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR
=
/home/huchen/FAISS/faiss
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR
=
/home/huchen/FAISS/faiss/build
# Utility rule file for ContinuousUpdate.
# Include the progress variables for this target.
include
CMakeFiles/ContinuousUpdate.dir/progress.make
CMakeFiles/ContinuousUpdate
:
/usr/bin/ctest3
-D
ContinuousUpdate
ContinuousUpdate
:
CMakeFiles/ContinuousUpdate
ContinuousUpdate
:
CMakeFiles/ContinuousUpdate.dir/build.make
.PHONY
:
ContinuousUpdate
# Rule to build all files generated by this target.
CMakeFiles/ContinuousUpdate.dir/build
:
ContinuousUpdate
.PHONY
:
CMakeFiles/ContinuousUpdate.dir/build
CMakeFiles/ContinuousUpdate.dir/clean
:
$(CMAKE_COMMAND)
-P
CMakeFiles/ContinuousUpdate.dir/cmake_clean.cmake
.PHONY
:
CMakeFiles/ContinuousUpdate.dir/clean
CMakeFiles/ContinuousUpdate.dir/depend
:
cd
/home/huchen/FAISS/faiss/build
&&
$(CMAKE_COMMAND)
-E
cmake_depends
"Unix Makefiles"
/home/huchen/FAISS/faiss /home/huchen/FAISS/faiss /home/huchen/FAISS/faiss/build /home/huchen/FAISS/faiss/build /home/huchen/FAISS/faiss/build/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake
--color
=
$(COLOR)
.PHONY
:
CMakeFiles/ContinuousUpdate.dir/depend
build/CMakeFiles/ContinuousUpdate.dir/cmake_clean.cmake
0 → 100644
View file @
8475e691
file
(
REMOVE_RECURSE
"CMakeFiles/ContinuousUpdate"
)
# Per-language clean rules from dependency scanning.
foreach
(
lang
)
include
(
CMakeFiles/ContinuousUpdate.dir/cmake_clean_
${
lang
}
.cmake OPTIONAL
)
endforeach
()
build/CMakeFiles/ContinuousUpdate.dir/progress.make
0 → 100644
View file @
8475e691
build/CMakeFiles/Experimental.dir/DependInfo.cmake
0 → 100644
View file @
8475e691
# The set of languages for which implicit dependencies are needed:
set
(
CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
# Targets to which this target links.
set
(
CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set
(
CMAKE_Fortran_TARGET_MODULE_DIR
""
)
build/CMakeFiles/Experimental.dir/build.make
0 → 100644
View file @
8475e691
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.17
# Delete rule output on recipe failure.
.DELETE_ON_ERROR
:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES
:
# Disable VCS-based implicit rules.
%
:
%
,
v
# Disable VCS-based implicit rules.
%
:
RCS/%
# Disable VCS-based implicit rules.
%
:
RCS/%
,
v
# Disable VCS-based implicit rules.
%
:
SCCS/s.%
# Disable VCS-based implicit rules.
%
:
s.%
.SUFFIXES
:
.hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT
=
-s
# Suppress display of executed commands.
$(VERBOSE).SILENT
:
# A target that is always out of date.
cmake_force
:
.PHONY
:
cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL
=
/bin/sh
# The CMake executable.
CMAKE_COMMAND
=
/usr/bin/cmake3
# The command to remove a file.
RM
=
/usr/bin/cmake3
-E
rm
-f
# Escaping for special characters.
EQUALS
=
=
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR
=
/home/huchen/FAISS/faiss
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR
=
/home/huchen/FAISS/faiss/build
# Utility rule file for Experimental.
# Include the progress variables for this target.
include
CMakeFiles/Experimental.dir/progress.make
CMakeFiles/Experimental
:
/usr/bin/ctest3
-D
Experimental
Experimental
:
CMakeFiles/Experimental
Experimental
:
CMakeFiles/Experimental.dir/build.make
.PHONY
:
Experimental
# Rule to build all files generated by this target.
CMakeFiles/Experimental.dir/build
:
Experimental
.PHONY
:
CMakeFiles/Experimental.dir/build
CMakeFiles/Experimental.dir/clean
:
$(CMAKE_COMMAND)
-P
CMakeFiles/Experimental.dir/cmake_clean.cmake
.PHONY
:
CMakeFiles/Experimental.dir/clean
CMakeFiles/Experimental.dir/depend
:
cd
/home/huchen/FAISS/faiss/build
&&
$(CMAKE_COMMAND)
-E
cmake_depends
"Unix Makefiles"
/home/huchen/FAISS/faiss /home/huchen/FAISS/faiss /home/huchen/FAISS/faiss/build /home/huchen/FAISS/faiss/build /home/huchen/FAISS/faiss/build/CMakeFiles/Experimental.dir/DependInfo.cmake
--color
=
$(COLOR)
.PHONY
:
CMakeFiles/Experimental.dir/depend
build/CMakeFiles/Experimental.dir/cmake_clean.cmake
0 → 100644
View file @
8475e691
file
(
REMOVE_RECURSE
"CMakeFiles/Experimental"
)
# Per-language clean rules from dependency scanning.
foreach
(
lang
)
include
(
CMakeFiles/Experimental.dir/cmake_clean_
${
lang
}
.cmake OPTIONAL
)
endforeach
()
build/CMakeFiles/Experimental.dir/progress.make
0 → 100644
View file @
8475e691
build/CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake
0 → 100644
View file @
8475e691
# The set of languages for which implicit dependencies are needed:
set
(
CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
# Targets to which this target links.
set
(
CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set
(
CMAKE_Fortran_TARGET_MODULE_DIR
""
)
build/CMakeFiles/ExperimentalBuild.dir/build.make
0 → 100644
View file @
8475e691
This diff is collapsed.
Click to expand it.
build/CMakeFiles/ExperimentalBuild.dir/cmake_clean.cmake
0 → 100644
View file @
8475e691
file
(
REMOVE_RECURSE
"CMakeFiles/ExperimentalBuild"
)
# Per-language clean rules from dependency scanning.
foreach
(
lang
)
include
(
CMakeFiles/ExperimentalBuild.dir/cmake_clean_
${
lang
}
.cmake OPTIONAL
)
endforeach
()
build/CMakeFiles/ExperimentalBuild.dir/progress.make
0 → 100644
View file @
8475e691
Prev
1
2
3
4
5
6
7
…
50
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment