Ok, attached is a python embedded hello world app. A post install script installs python. "make install" runs the post install script, and the python library & support files are copied. "make package" / "cpack -G TGZ" don't seem to, as the python library don't show up in the package.
Clint
Andy Cedilnik wrote:
Hi Clint, Example would be great. Andy Clinton Stimpson wrote:CPack misses the 3rd party libraries that I'm using the post install scripts to install. So for instance, when doing "make install", it would include the python that the application was built with, which is outside of the build tree.CPack misses those install files/libs that are outside the build tree. If you need, I can write up an example. Clint Andy Cedilnik wrote:Hi Clint,CPack runs the cmake_install.cmake script, so if there are any post-install scripts there, they should get executed. What do your post-install scripts looks like?Andy Clinton Stimpson wrote:So it seems that CPack doesn't run the post install scripts? Is it supposed to? Clint _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
PyHelloWorld.tar.gz
Description: GNU Zip compressed data
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
