[Rock-dev] autoproj v1.8.0 and autobuild v1.6.0 have been released !

Sylvain Joyeux sylvain.joyeux at dfki.de
Tue Sep 18 15:57:58 CEST 2012


The major feature added to this new releases is parallel build across 
packages. If building with 8 jobs, one can now have 3 in a CMake package 
and 5 in another. autobuild plugs itself into GNU make's jobserver 
mechanism, so this balancing is dynamic. See NOTES FOR PACKAGE SET 
MAINTAINERS after the changelog for some important info.

CHANGELOG
---------
  * be compatible with Ruby 1.9.3
  * fixed minor issues when a package name is a substring of another
    (e.g. my/package and my/package_handler)


NOTES FOR PACKAGE SET MAINTAINERS
---------------------------------
Due to the extension of parallelism across packages, testing is needed 
for people that do some trickery in their autobuild files. In particular:
   - the use of Dir.chdir is forbidden in package handlers. Can be used
     in its block form (Dir.chdir { }) in the toplevel autobuild code,
     though. If you want to call a subcommand in another directory, use
     the new :working_directory option to Autobuild::Subprocess.run
   - progress reporting has significantly changed.
     See 
http://rock-robotics.org/documentation/stable/autoproj/advanced/writing_package_handlers.html
-- 
Sylvain Joyeux (Dr.Ing.)
Senior Researcher

Space & Security Robotics
Underwater Robotics

!!! Achtung, neue Telefonnummer!!!

Standort Bremen:
DFKI GmbH
Robotics Innovation Center
Robert-Hooke-Straße 5
28359 Bremen, Germany

Phone: +49 (0)421 178-454136
Fax:   +49 (0)421 218-454150
E-Mail: robotik at dfki.de

Weitere Informationen: http://www.dfki.de/robotik
-----------------------------------------------------------------------
Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
Firmensitz: Trippstadter Straße 122, D-67663 Kaiserslautern
Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster
(Vorsitzender) Dr. Walter Olthoff
Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes
Amtsgericht Kaiserslautern, HRB 2313
Sitz der Gesellschaft: Kaiserslautern (HRB 2313)
USt-Id.Nr.:    DE 148646973
Steuernummer:  19/673/0060/3
-----------------------------------------------------------------------


More information about the Rock-dev mailing list