Skip to content
Snippets Groups Projects
Commit c654af49 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

[wip/py-eigen] Update to version 1.3.1

Changelog:
 - fix some bugs when diamond linkage appears
 - improve packaging
 - Python is just a build dependency
parent 0482bf12
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,7 @@
# Created: Olivier Stasse, Feb 3rd 2016
#
PKGREVISION= 1
VERSION= 1.3.0
VERSION= 1.3.1
DISTNAME= eigenpy-${VERSION}
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=eigenpy/}
......
@comment Wed Feb 3 14:00:09 CET 2016
@comment Thu Sep 22 19:15:48 CEST 2016
include/eigenpy/angle-axis.hpp
include/eigenpy/config.h
include/eigenpy/config.hh
include/eigenpy/deprecated.hh
include/eigenpy/details.hpp
......@@ -12,5 +11,14 @@ include/eigenpy/map.hpp
include/eigenpy/memory.hpp
include/eigenpy/quaternion.hpp
include/eigenpy/warning.hh
include/src/angle-axis.hpp
include/src/details.hpp
include/src/eigenpy.hpp
include/src/exception.hpp
include/src/fwd.hpp
include/src/geometry.hpp
include/src/map.hpp
include/src/memory.hpp
include/src/quaternion.hpp
lib/libeigenpy.so
lib/pkgconfig/eigenpy.pc
SHA1 (eigenpy-1.3.0.tar.gz) = faba124beb691b541532971439e65440deb73b4c
RMD160 (eigenpy-1.3.0.tar.gz) = 79028bbc46d9399631060ea2fdf6d15779c1f9c5
Size (eigenpy-1.3.0.tar.gz) = 174667 bytes
SHA1 (eigenpy-1.3.1.tar.gz) = 6746165f32a6bfdcad0562514b4d23349240856a
RMD160 (eigenpy-1.3.1.tar.gz) = 19615b855d8695474caf8171588da23a85c02991
Size (eigenpy-1.3.1.tar.gz) = 832420 bytes
SHA1 (patch-aa) = 1009c1d13717dd96e4fbf6d0fd7098cc64eb8da3
Do not export internal dependencies in Libs:
(because it's useless, but also because "boost_python" may not be the exact required lib name)
--- CMakeLists.txt~ 2016-01-18 10:55:07.000000000 +0100
+++ CMakeLists.txt 2016-06-02 11:52:46.349575911 +0200
@@ -129,8 +129,6 @@
ENDIF(EIGEN_NUMPY_ALIGNED)
PKG_CONFIG_APPEND_CFLAGS("-I${PYTHON_INCLUDE_DIRS}")
PKG_CONFIG_APPEND_CFLAGS("-I${NUMPY_INCLUDE_DIRS}")
-PKG_CONFIG_APPEND_LIBS("boost_python")
-PKG_CONFIG_APPEND_LIBS_RAW(${PYTHON_LIBRARIES})
PKG_CONFIG_APPEND_LIBS(${PROJECT_NAME})
SETUP_PROJECT_FINALIZE()
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