Candidate_v1.7.0
stable
|
Last change
on this file since 91c409 was f433ec, checked in by Frederik Heber <frederik.heber@…>, 8 years ago |
|
We now obtain weights via levmar minimization.
- this should yield the best possible weights within the interval of [1/n,1.].
- note that we cannot always get an exact solution because of this constraint.
|
-
Property mode
set to
100644
|
|
File size:
918 bytes
|
| Line | |
|---|
| 1 | # PLEASE adhere to the alphabetical ordering in this Makefile!
|
|---|
| 2 | # Also indentation by a single tab
|
|---|
| 3 |
|
|---|
| 4 | DYNAMICSTESTSSOURCES = \
|
|---|
| 5 | ../Dynamics/unittests/BondVectorsUnitTest.cpp
|
|---|
| 6 |
|
|---|
| 7 | DYNAMICSTESTSHEADERS = \
|
|---|
| 8 | ../Dynamics/unittests/BondVectorsUnitTest.hpp
|
|---|
| 9 |
|
|---|
| 10 | DYNAMICSTESTS = \
|
|---|
| 11 | BondVectorsUnitTest
|
|---|
| 12 |
|
|---|
| 13 | TESTS += $(DYNAMICSTESTS)
|
|---|
| 14 | check_PROGRAMS += $(DYNAMICSTESTS)
|
|---|
| 15 | noinst_PROGRAMS += $(DYNAMICSTESTS)
|
|---|
| 16 |
|
|---|
| 17 | DYNAMICSLIBS = \
|
|---|
| 18 | libUnitTest.la \
|
|---|
| 19 | ../libMolecuilder.la \
|
|---|
| 20 | ../libMolecuilderUI.la
|
|---|
| 21 | if CONDJOBMARKET
|
|---|
| 22 | DYNAMICSLIBS += \
|
|---|
| 23 | ../libMolecuilderJobs.la \
|
|---|
| 24 | ../libMolecuilderJobs_Work.la
|
|---|
| 25 | endif
|
|---|
| 26 | DYNAMICSLIBS += \
|
|---|
| 27 | $(top_builddir)/ThirdParty/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
|
|---|
| 28 | ${CodePatterns_LIBS} \
|
|---|
| 29 | $(BOOST_LIB)
|
|---|
| 30 |
|
|---|
| 31 | BondVectorsUnitTest_SOURCES = \
|
|---|
| 32 | ../Dynamics/unittests/BondVectorsUnitTest.cpp \
|
|---|
| 33 | ../Dynamics/unittests/BondVectorsUnitTest.hpp
|
|---|
| 34 | BondVectorsUnitTest_LDADD = $(DYNAMICSLIBS)
|
|---|
| 35 |
|
|---|
| 36 |
|
|---|
| 37 | #AUTOMAKE_OPTIONS = parallel-tests
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.