Skip to content

Commit

Permalink
Replaced armadillo files by submodule
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
  • Loading branch information
danclaudino committed Aug 9, 2024
1 parent 8df5b16 commit a17667d
Show file tree
Hide file tree
Showing 578 changed files with 6 additions and 184,129 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@
[submodule "tpls/eigen"]
path = tpls/eigen
url = https://gitlab.com/libeigen/eigen.git
[submodule "tpls/armadillo"]
path = tpls/armadillo
url = https://gitlab.com/conradsnicta/armadillo-code.git
2 changes: 1 addition & 1 deletion quantum/observable/pauli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ usFunctionGenerateBundleInit(TARGET ${LIBRARY_NAME} OUT SRC)
add_library(${LIBRARY_NAME} SHARED ${SRC})
target_include_directories(${LIBRARY_NAME}
PUBLIC
. ${CMAKE_SOURCE_DIR}/tpls/armadillo
. ${CMAKE_SOURCE_DIR}/tpls/armadillo/include
${CMAKE_SOURCE_DIR}/tpls/antlr/runtime/src
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/generated
Expand Down
2 changes: 1 addition & 1 deletion quantum/plugins/optimizers/mlpack/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ add_library(${LIBRARY_NAME} SHARED ${SRC})

target_include_directories(${LIBRARY_NAME}
PUBLIC . ${CMAKE_SOURCE_DIR}/tpls/ensmallen
${CMAKE_SOURCE_DIR}/tpls/armadillo)
${CMAKE_SOURCE_DIR}/tpls/armadillo/include)

if(LAPACK_FOUND)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DHAS_LAPACK")
Expand Down
1 change: 1 addition & 0 deletions tpls/armadillo
Submodule armadillo added at 40d2d9
Loading

0 comments on commit a17667d

Please sign in to comment.