Skip to content
Snippets Groups Projects
Commit 4c314379 authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[image/jafar-correl] Delete: moved to robotpkg

parent 731068a3
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,6 @@ SUBDIR+= hyper
SUBDIR+= hyper_genom
SUBDIR+= jafar-lgl
SUBDIR+= jafar-rednav
SUBDIR+= jafar-correl
SUBDIR+= jafar-qdisplay
SUBDIR+= jafar-gdhe
SUBDIR+= jafar-rtslam
......
Jafar module with image correlation functions
VERSION= 0.1
DISTNAME= jafar-correl-0.1
PKGNAME= jafar-correl-0.1
CATEGORIES= wip
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=jafar-correl/}
MAINTAINER= jafar@laas.fr
HOMEPAGE= https://intranet.laas.fr/intranet/robots/wiki/Jafar
COMMENT= Jafar module with image correlation functions
LICENSE= isc
USE_LANGUAGES+= c c++ fortran
USE_PKGLOCALEDIR= yes
CPPFLAGS += -DJFR_NDEBUG
CXXFLAGS += -pthread
CMAKE_ARGS+= -DBOOST_INCLUDEDIR=${PREFIX.boost-headers}/include
CMAKE_ARGS+= -DBOOST_LIBDIR=${PREFIX.boost-libs}/include
include ../../devel/jafar-kernel/depend.mk
include ../../image/jafar-image/depend.mk
include ../../math/jafar-jmath/depend.mk
include ../../image/opencv/depend.mk
include ../../pkgtools/libtool/depend.mk
include ../../pkgtools/pkg-config/depend.mk
include ../../mk/sysdep/cmake.mk
include ../../mk/robotpkg.mk
@comment Wed Jun 15 20:01:32 CEST 2011
include/jafar/correl/correlException.hpp
include/jafar/correl/explorer.hpp
include/jafar/correl/explorer.hpp~
include/jafar/correl/zncc.hpp
include/jafar/correl/zncc.hpp~
lib/libjafar-correl.so
lib/libjafar-correl.so.${PKGVERSION}
lib/libjafar-correl.so.0
lib/pkgconfig/jafar-correl.pc
share/cmake/jafar/correl-headers.cmake
share/cmake/jafar/correl-release.cmake
share/cmake/jafar/correl.cmake
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
jafar-correl_DEPEND_MK:= ${jafar-correl_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= jafar-correl
endif
ifeq (+,$(jafar-correl_DEPEND_MK)) # -----------------------------------------------
PREFER.jafar-correl?= robotpkg
DEPEND_USE+= jafar-correl
DEPEND_ABI.jafar-correl?= jafar-correl>=0.1
DEPEND_DIR.jafar-correl?= ../../wip/jafar-correl
SYSTEM_SEARCH.jafar-correl=\
include/jafar/correl/correlException.hpp \
lib/libjafar-correl.so
endif # jafar-correl_DEPEND_MK ----------------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (jafar-correl-0.1.tar.gz) = 47070004fc509129816893a9c47d18294857f5fa
RMD160 (jafar-correl-0.1.tar.gz) = 7d633eac7bde96cab0bfee5cd66fabef8b862918
Size (jafar-correl-0.1.tar.gz) = 46470 bytes
......@@ -58,7 +58,7 @@ CPPFLAGS+= -DHAVE_MODULE_GDHE
DEPEND_ABI.MTI= MTI>=0.5
include ../../wip/jafar-correl/depend.mk
include ../../image/jafar-correl/depend.mk
include ../../wip/jafar-gdhe/depend.mk
include ../../image/jafar-image/depend.mk
include ../../math/jafar-jmath/depend.mk
......
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