Re: Default shared libs for cmake-build-system experiment

2016-09-09 Thread Ludovic Courtès
Hello! Eric Bavier skribis: > So it appears that many packages are not affected by the change; llvm > and clang are most helped (with a small fix to the build phases), and > pugixml, allegro-4, and bullet to a lesser absolute degree. Many > packages apparently build shared libraries by default.

Default shared libs for cmake-build-system experiment

2016-09-08 Thread Eric Bavier
Hello Guix, I recently explored the idea of adding "-DBUILD_SHARED_LIBS=TRUE" to cmake-build-system's default configure-flags. This is just a summary of the experience for future reference. At the time of testing, there were 124 packages that use cmake-build-system. Of those, 7 already exp