-
Guilhem Saurel authored
Changes since the la release: - [CMake] add BUILD_PYTHON_INTERFACE option - remove shell - [CI] add .gitlab-ci.yml & badges, use MathJax, fix project url - porting eigen and sot-v3 Changes in the packaging: - split the package for python
Guilhem Saurel authoredChanges since the la release: - [CMake] add BUILD_PYTHON_INTERFACE option - remove shell - [CI] add .gitlab-ci.yml & badges, use MathJax, fix project url - porting eigen and sot-v3 Changes in the packaging: - split the package for python
depend.mk 923 B
# robotpkg depend.mk for: wip/sot-pattern-generator-v3
# Created: Olivier Stasse on Thu, 18 Apr 2013
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
SOT_PATTERN_GENERATOR_V3_DEPEND_MK:= ${SOT_PATTERN_GENERATOR_V3_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= sot-pattern-generator-v3
endif
ifeq (+,$(SOT_PATTERN_GENERATOR_V3_DEPEND_MK)) # ------------------------------
DEPEND_USE+= sot-pattern-generator-v3
PREFER.sot-pattern-generator-v3?= robotpkg
DEPEND_ABI.sot-pattern-generator-v3?= sot-pattern-generator-v3>=2.10
DEPEND_DIR.sot-pattern-generator-v3?= ../../wip/sot-pattern-generator-v3
SYSTEM_SEARCH.sot-pattern-generator-v3=\
include/sot-pattern-generator/pg.h \
lib/plugin/pg.so \
'lib/pkgconfig/sot-pattern-generator.pc:/Version/s/[^0-9.]//pg'
include ../../mk/sysdep/python.mk
endif # SOT_PATTERN_GENERATOR__v3DEPEND_MK ------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}