Version 0.4.0 is available for update from rubygems.org. Have a look at the changelog
There are two features. Colorized output for better readability and a progressbar when compiling/installing.
The release lays the groundwork to work around the cmake issue with rpath handling when installing in different prefixes i mentioned in my last blog post. I will push the necessary changes to the receipe today. The solution is set -rpath-link correctly. It's done like this (from my setup):
- CMAKE_EXE_LINKER_FLAGS
- -Wl,-rpath-link,/kde/trunk/support/lib64
- CMAKE_MODULE_LINKER_FLAGS
- -Wl,-rpath-link,/kde/trunk/support/lib64
- CMAKE_SHARED_LINKER_FLAGS
- -Wl,-rpath-link,/kde/trunk/support/lib64
Mike

Comments
Post new comment