Skip to content
Snippets Groups Projects
Commit c7abbc76 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[py-sot-core-v3] Release sot-core-v3 4.5.0

Added PYTHON_PACKAGES_DIR otherwise the python files are installed in dist-packages.
parent 15158d2a
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,7 @@
ORG= stack-of-tasks
NAME= sot-core
VERSION= 4.4.0
PKGREVISION= 1
VERSION= 4.5.0
DISTNAME= ${NAME}-${VERSION}
PKGNAME= ${PKGTAG.python-}${NAME}-v3-${VERSION}
......@@ -24,6 +23,7 @@ CONFLICTS+= py[0-9][0-9]-${NAME}
CMAKE_ARGS+= -DCMAKE_INSTALL_LIBDIR=lib
CMAKE_ARGS+= -DINSTALL_DOCUMENTATION=OFF
CMAKE_ARGS+= -DINSTALL_PYTHON_INTERFACE_ONLY=ON
CMAKE_ARGS+= -DPYTHON_PACKAGES_DIR="site-packages"
include ../../${CATEGORIES}/${NAME}-v3/depend.mk
include ../../devel/boost-headers/depend.mk
......
SHA1 (sot-core-4.4.0.tar.gz) = e86d8be3e267711b1ed6ceb6a82675be984bc082
RMD160 (sot-core-4.4.0.tar.gz) = 2ba61574fd4bf475e10e141dfb0fe4efd0796a7f
Size (sot-core-4.4.0.tar.gz) = 1103463 bytes
SHA1 (sot-core-4.5.0.tar.gz) = 16ede3f2fb97bffa3fbc84ca592abee48e9bd9c1
RMD160 (sot-core-4.5.0.tar.gz) = 7ec0e92eee0ab50dac2af2a0d40f2f4afce8c79c
Size (sot-core-4.5.0.tar.gz) = 1107245 bytes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment