The source project of this merge request has been removed.
No symbol warnings mac
When compiling OPAL on Mac there are the following warnings:
/opt/local/bin/ranlib: file: libOPAL.a(Tps.cpp.o) has no symbols
This is correct and there are 3 different reasons for this and this MR fixes those by:
- Rename pure template implementations from
.cpp
to.hpp
and remove those in CMakeLists.txt from sources and add to headers - add a
HAVE_SAAMG_SOLVER
check in Solvers/CMakeLists to consider files that are only relevant for SAAMG only when needed - delete the empty source file
VectorMap.cpp
Merge request reports
Activity
Filter activity
added Enhancement label
mentioned in commit 6d4ff07f
Please register or sign in to reply