Changes have been pushed for the repository "fawkesrobotics/fawkes".

Clone:  https://github.com/fawkesrobotics/fawkes.git
Gitweb: https://github.com/fawkesrobotics/fawkes

The branch, thofmann/skiller-execution-time-estimators has been updated
  discards  2c6030b11488bcebbec9dfb4e35aa1158ac01021 (commit)
        to  959a7b076d85b69c696af061ed3512c8570f7caa (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (2c6030b11488bcebbec9dfb4e35aa1158ac01021)
            \
             N -- N -- N (959a7b076d85b69c696af061ed3512c8570f7caa)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

https://github.com/fawkesrobotics/fawkes/tree/thofmann/skiller-execution-time-estimators

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- *Log* ---------------------------------------------------------------
commit 959a7b076d85b69c696af061ed3512c8570f7caa
Author:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
AuthorDate: Thu Jan 9 14:12:23 2020 +0100
Commit:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
CommitDate: Thu Jan 9 14:23:28 2020 +0100

    skiller-simulator: link against libm

https://github.com/fawkesrobotics/fawkes/commit/959a7b076

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


- *Summary* -----------------------------------------------------------
 src/plugins/skiller-simulator/tests/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- *Diffs* -------------------------------------------------------------

- *commit* 959a7b076d85b69c696af061ed3512c8570f7caa - - - - - - - - - -
Author:  Till Hofmann <hofm...@kbsg.rwth-aachen.de>
Date:    Thu Jan 9 14:12:23 2020 +0100
Subject: skiller-simulator: link against libm

 src/plugins/skiller-simulator/Makefile       | 2 +-
 src/plugins/skiller-simulator/tests/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

_Diff for modified files_:
diff --git a/src/plugins/skiller-simulator/Makefile 
b/src/plugins/skiller-simulator/Makefile
index 4ac0245d0..a8b9694a6 100644
--- a/src/plugins/skiller-simulator/Makefile
+++ b/src/plugins/skiller-simulator/Makefile
@@ -22,7 +22,7 @@ LIBS_skiller_simulator  = fawkescore fawkesutils 
fawkesaspects \
                           fawkesblackboard fawkesinterface fawkeslogging \
                           fawkes_skiller_time_estimator \
                           SkillerInterface
-LIBS_libfawkes_skiller_time_estimator = fawkescore
+LIBS_libfawkes_skiller_time_estimator = m fawkescore
 
 OBJS_skiller_simulator  = skiller_simulator_plugin.o exec_thread.o \
                           
execution_time_estimator_aspect/execution_time_estimator_aspect.o \
diff --git a/src/plugins/skiller-simulator/tests/Makefile 
b/src/plugins/skiller-simulator/tests/Makefile
index 0ebe80bd6..773dc7fef 100644
--- a/src/plugins/skiller-simulator/tests/Makefile
+++ b/src/plugins/skiller-simulator/tests/Makefile
@@ -17,7 +17,7 @@ BASEDIR = ../../../..
 include $(BASEDIR)/etc/buildsys/config.mk
 include $(BASEDIR)/etc/buildsys/gtest.mk
 
-LIBS_gtest_skiller_simulator_skill_parser = fawkes_skiller_time_estimator
+LIBS_gtest_skiller_simulator_skill_parser = m fawkes_skiller_time_estimator
 OBJS_gtest_skiller_simulator_skill_parser = test_skill_parser.o
 OBJS_all = $(OBJS_gtest_skiller_simulator_skill_parser)
 BINS_all = $(BINDIR)/gtest_skiller_simulator_skill_parser



_______________________________________________
fawkes-commits mailing list
fawkes-commits@lists.kbsg.rwth-aachen.de
https://lists.kbsg.rwth-aachen.de/listinfo/fawkes-commits

Reply via email to