Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
xerus
xerus
Commits
355655c0
Commit
355655c0
authored
Nov 13, 2020
by
Philipp Trunschke
Browse files
bugfixes
parent
3d956056
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
355655c0
...
...
@@ -12,4 +12,9 @@ doc/parseDoxytags
doc/xerus.tagfile
doc/xerus.tags
config.mk
XerusTest
XerusTest*
core.*
profile
scorep*
*.bkp
*.old
Makefile
View file @
355655c0
...
...
@@ -293,10 +293,10 @@ install:
endif
XerusTest_static
:
$(MINIMAL_DEPS) $(UNIT_TEST_OBJECTS) $(TEST_OBJECTS) build/libxerus.a build/libxerus_misc.a | libxerus_misc_dependencies libxerus_dependencies
$(CXX)
-D
XERUS_UNITTEST
$(FLAGS)
$(UNIT_TEST_OBJECTS)
$(TEST_OBJECTS)
build/libxerus.a build/libxerus_misc.a
$(SUITESPARSE)
$(LAPACK_LIBRARIES)
$(ARPACK_LIBRARIES)
$(BLAS_LIBRARIES)
$(BOOST_LIBS)
$(CALLSTACK_LIBS)
-o
$
(TEST_NAME)
$(CXX)
-D
XERUS_UNITTEST
$(FLAGS)
$(UNIT_TEST_OBJECTS)
$(TEST_OBJECTS)
build/libxerus.a build/libxerus_misc.a
$(SUITESPARSE)
$(LAPACK_LIBRARIES)
$(ARPACK_LIBRARIES)
$(BLAS_LIBRARIES)
$(BOOST_LIBS)
$(CALLSTACK_LIBS)
-o
$
@
XerusTest_dynamic
:
$(MINIMAL_DEPS) $(UNIT_TEST_OBJECTS) $(TEST_OBJECTS) build/libxerus.so build/libxerus_misc.so | libxerus_misc_dependencies libxerus_dependencies
$(CXX)
-D
XERUS_UNITTEST
$(FLAGS)
$(UNIT_TEST_OBJECTS)
$(TEST_OBJECTS)
build/libxerus.so build/libxerus_misc.so
$(SUITESPARSE)
$(LAPACK_LIBRARIES)
$(ARPACK_LIBRARIES)
$(BLAS_LIBRARIES)
$(BOOST_LIBS)
$(CALLSTACK_LIBS)
-o
$
(TEST_NAME)
$(CXX)
-D
XERUS_UNITTEST
$(FLAGS)
$(UNIT_TEST_OBJECTS)
$(TEST_OBJECTS)
build/libxerus.so build/libxerus_misc.so
$(SUITESPARSE)
$(LAPACK_LIBRARIES)
$(ARPACK_LIBRARIES)
$(BLAS_LIBRARIES)
$(BOOST_LIBS)
$(CALLSTACK_LIBS)
-o
$
@
build/print_boost_version
:
src/print_boost_version.cpp
@
$(CXX)
-o
$@
$<
...
...
@@ -345,7 +345,8 @@ doc:
clean
:
rm
-fr
build
-
rm
-f
$(TEST_NAME)
-
rm
-f
XerusTest_static
-
rm
-f
XerusTest_dynamic
-
rm
-f
include/xerus.h.gch
make
-C
doc clean
-
rm
-f
xerus/libxerus_misc.so
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment