From 595130952b26f36ef4c0ae44d82b9ca523931892 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Mon, 4 May 2020 16:46:42 +0200 Subject: [PATCH] [wip/py-hpp-bezier-com-traj] update SYSTEM_SEARCH --- py-hpp-bezier-com-traj/depend.mk | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/py-hpp-bezier-com-traj/depend.mk b/py-hpp-bezier-com-traj/depend.mk index a4159356..f881c0f3 100644 --- a/py-hpp-bezier-com-traj/depend.mk +++ b/py-hpp-bezier-com-traj/depend.mk @@ -17,12 +17,13 @@ PREFER.py-hpp-bezier-com-traj?= robotpkg DEPEND_USE+= py-hpp-bezier-com-traj -DEPEND_ABI.py-hpp-bezier-com-traj?= ${PKGTAG.python-}hpp-bezier-com-traj>=4.7.0 +DEPEND_ABI.py-hpp-bezier-com-traj?= ${PKGTAG.python-}hpp-bezier-com-traj>=4.9.0 DEPEND_DIR.py-hpp-bezier-com-traj?= ../../wip/py-hpp-bezier-com-traj -SYSTEM_SEARCH.py-hpp-bezier-com-traj=\ - include/hpp/bezier-com-traj/config.hh \ - lib/libhpp-bezier-com-traj.so \ +SYSTEM_SEARCH.py-hpp-bezier-com-traj= \ + 'include/hpp/bezier-com-traj/config.hh' \ + 'lib/cmake/hpp-bezier-com-traj/hpp-bezier-com-trajConfigVersion.cmake:/PACKAGE_VERSION/s/[^0-9.]//gp' \ + 'lib/libhpp-bezier-com-traj.so' \ 'lib/pkgconfig/hpp-bezier-com-traj.pc:/Version/s/[^0-9.]//gp' endif # PY_HPP_BEZIER_COM_TRAJ_DEPEND_MK -------------------------------------------- -- GitLab