Skip to content
Snippets Groups Projects
Commit c1f33f12 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/{py-,}curves] Update to v0.3.3

Changes since v0.3.2:
- CMake: export project and use exports from dependencies
- CMake: keep minimal required instructions
parent 15d36269
No related branches found
No related tags found
No related merge requests found
......@@ -4,14 +4,11 @@
ORG= loco-3d
NAME= curves
VERSION= 0.3.2
VERSION= 0.3.3
CATEGORIES= wip
COMMENT= Library for creating curves
LICENSE= 2-clause-bsd
MAINTAINER= gepetto@laas.fr
CMAKE_ARGS+= -DBUILD_PYTHON_INTERFACE=OFF
include ../../devel/jrl-cmakemodules/Makefile.common
......
......@@ -30,4 +30,7 @@ include/curves/serialization/fwd.hpp
include/curves/serialization/registeration.hpp
include/curves/so3_linear.h
include/curves/warning.hh
lib/cmake/curves/curvesConfig.cmake
lib/cmake/curves/curvesConfigVersion.cmake
lib/cmake/curves/curvesTargets.cmake
lib/pkgconfig/curves.pc
......@@ -15,11 +15,12 @@ PREFER.curves?= robotpkg
DEPEND_USE+= curves
DEPEND_ABI.curves?= curves>=0.3.1
DEPEND_ABI.curves?= curves>=0.3.3
DEPEND_DIR.curves?= ../../wip/curves
SYSTEM_SEARCH.curves=\
include/curves/config.hh \
'include/curves/config.hh:/CURVES_VERSION /s/[^0-9.]//gp' \
'lib/cmake/curves/curvesConfigVersion.cmake:/PACKAGE_VERSION/s/[^0-9.]//gp' \
'lib/pkgconfig/curves.pc:/Version/s/[^0-9.]//gp'
endif # CURVES_DEPEND_MK --------------------------------------------
......
SHA1 (curves-0.3.2.tar.gz) = ac9a2cb9e362be644535e361c044b45e7302571c
RMD160 (curves-0.3.2.tar.gz) = f671c43ddce6b853b3b586a304d4d5fc1c039cb4
Size (curves-0.3.2.tar.gz) = 1601538 bytes
SHA1 (curves-0.3.3.tar.gz) = eb9c39d3bb6e0f021696c383ab8324c8d971cead
RMD160 (curves-0.3.3.tar.gz) = 6e93160c2033071737adf909864300481b0f906a
Size (curves-0.3.3.tar.gz) = 1634744 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