1.03.08
ART Suite Release Notes 1.03.08 (2013/02/27).¶
Previous version's release notes.
ART 1.03.08.¶
New features:¶
- BREAKING CHANGE: Build system: Use the new file
ups/product-config.cmake.in
fromcetbuildtools/ups/templates
in place ofups/<package>-config.cmake.in
: libraries made withart_make_library()
,cet_make_library()
,art_make()
orcet_make()
or plugins made withart_make()
orsimple_plugin()
are automatically found and CMake variables produced:find_library()
should no longer be necessary except in rare cased.
Bug fixes:¶
- Robustness against incorrect input in
art_make()
.