Skip to content

Commit

Permalink
MueLu: Fixing comment
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Siefert <csiefer@sandia.gov>
  • Loading branch information
csiefer2 committed Dec 17, 2024
1 parent cda0d80 commit a3327f9
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions packages/muelu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -404,17 +404,6 @@ ENDIF ()
# C) Add the libraries, tests, and examples
#

# The build has to be in a very specific order because of the existence of Matlab interface:
# 1. Build the majority of the code in src/ [except src/Interface; src/CMakeLists.txt is responsible for ignoring that]
# 2. Build matlab factories [located in matlab/; matlab/bin is ignored in matlab/CMakeLists.txt]
# 3. Build the interpreter [requires all factories]
# 4. Build the adapters [required for Matlab]
# 5. Build the rest of matlab code
# This order required splitting of the src/ library into two: muelu and muelu-interface, as steps 1. and 3. are separated.
# A simple diagram explains this:
# / muelu
# matlab/bin - muelu-adapters - muelu-interface |
# \ matlab
ADD_SUBDIRECTORY(src)

if(TPL_ENABLE_MATLAB)
Expand All @@ -427,6 +416,7 @@ if(TPL_ENABLE_MATLAB)
ENDIF()
ENDIF()

# Not: adapters needs to come before matlab
ADD_SUBDIRECTORY(adapters)
if(TPL_ENABLE_MATLAB)
ADD_SUBDIRECTORY(matlab)
Expand Down

0 comments on commit a3327f9

Please sign in to comment.