working with 3rd party libraries
I read that download_unpack_build.mk is now discouraged: https://groups.google.com/forum/#!topic/ros-sig-buildsystem/e027agspX24 and it is now recommended to install them from source or using rosdep.
In the past (fuerte), we have used the tool a lot to download exotic libraries that are not released as ubuntu/debian packages, or don't have a Find*.cmake file, etc. Using the download_unpack_build.mk it was really easy to integrate them in our build system. Especially when we wanted to get a very specific version, and/or patch it to adapt to our needs.
Is there a similar solution in catkin?
I understand that it might cause issues on the build farms, but the packages we are working on are not going to be released.