Skip to content

Commit

Permalink
remove the db submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
n8pease committed Nov 3, 2021
1 parent 7dfaf4d commit 73d16cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
[submodule "extern/partition"]
path = extern/partition
url = ../../lsst/partition
[submodule "extern/db"]
path = extern/db
url = ../../lsst/db
[submodule "extern/utils"]
path = extern/utils
url = ../../lsst/utils
Expand Down
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ enable_testing()
include(GNUInstallDirs)
set(CMAKE_INSTALL_PREFIX ${PROJECT_BINARY_DIR}/install)

# utils iw Python-only, so just install with pip instead of embedded cmake
# utils is Python-only, so just install with pip instead of embedded cmake
install(CODE "execute_process(COMMAND pip3 install ${CMAKE_CURRENT_SOURCE_DIR}/extern/utils -t ${CMAKE_INSTALL_PREFIX}/python --no-deps --no-compile)")

add_subdirectory(extern/db)
add_subdirectory(extern/log)
add_subdirectory(extern/partition)
add_subdirectory(extern/sphgeom)
Expand All @@ -23,6 +22,6 @@ add_subdirectory(src)

# TODO do we want to add cmake capability to the qserv_web project?
install(
DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/extern/qserv_web/www
DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/extern/qserv_web/www
DESTINATION ${CMAKE_INSTALL_PREFIX}/qserv/dashboard
)
1 change: 0 additions & 1 deletion extern/db
Submodule db deleted from dc2b39

0 comments on commit 73d16cb

Please sign in to comment.