Overview
@Dmitry_R, @Mailaender, @StefanBruens, @TheBlackCat, @adrianSuSE, @anag, @badshah400, @cjunghans, @dstoecker, @eeich, @kwk, @lrupp, @mslacken, @openfoam, @psmt: review reminder
Many thanks.
Have you checked that compiling code against the library installed by the -devel
pkg does not also require any of the boost headers? Otherwise, you will need to explicitly add the corresponding Requires to the -devel
pkg.
@badshah400: Thanks for your review.
Have you checked that compiling code against the library installed by the -devel pkg does not also require any of the boost headers?
I haven't checked that, will do.
@badshah400: maeparser headers indeed include "<boost/dynamic_bitset.hpp>". It seems to be the only boost library exposed. Will add BuildRequires: libboost_headers-devel
to maeparser-devel
.
Request History
1Antoine1 created request
New optional dependency of Open Babel 3 for maestro file support.
badshah400 accepted request
Many thanks.