Skip to content

Commit 086b741

Browse files
authored
Merge pull request #6477 from hjmjohnson/remove-netlib-unused-lsmr
COMP: Remove unused netlib linalg lsmr solver
2 parents 7ac3a0d + 17af302 commit 086b741

7 files changed

Lines changed: 1 addition & 1401 deletions

File tree

Modules/ThirdParty/VNL/src/vxl/v3p/netlib/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ set(V3P_NETLIB_opt_SOURCES
130130
set(V3P_NETLIB_linalg_SOURCES
131131
linalg/lsqrBase.cxx linalg/lsqrBase.h
132132
linalg/lsqrDense.cxx linalg/lsqrDense.h
133-
linalg/lsmrBase.cxx linalg/lsmrBase.h
134-
linalg/lsmrDense.cxx linalg/lsmrDense.h
135133
)
136134
set(V3P_NETLIB_sparse_SOURCES
137135
sparse/spAllocate.c
@@ -192,7 +190,7 @@ vxl_add_library(
192190
)
193191

194192
target_link_libraries(itkv3p_netlib PRIVATE ${VXL_PLATFORM_MATH_LIBRARIES})
195-
# The linalg/ subdirectory holds the lsqr/lsmr C++ headers that consumers
193+
# The linalg/ subdirectory holds the lsqr C++ headers that consumers
196194
# (e.g. vnl_lsqr) include directly; expose it so they need no manual path.
197195
target_include_directories(itkv3p_netlib PUBLIC
198196
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/linalg>")

0 commit comments

Comments
 (0)