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

[wip/pqp-libs] Delete: no more package is using it and graphics/pqp is now OK

parent 9c1fc149
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,6 @@ SUBDIR+= mhp-genom
SUBDIR+= mk
SUBDIR+= morse
SUBDIR+= poisson
SUBDIR+= pqp-libs
SUBDIR+= robot-viewer
SUBDIR+= sot-gui
SUBDIR+= spark-genom
......
A Proximity Query Package
# robotpkg Makefile for: manipulation/pqp-libs
# Created: Severin Lemaignan on Tue, 31 Aug 2010
#
#THIS PACKAGE SHOULD BE REWORKED TO USE THE ORIGINAL LIBRARY FROM UNIVERSITY
# OF NORTH CAROLINA
DISTNAME= pqp-libs-1.1
CATEGORIES= manipulation
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=pqp-libs/}
MASTER_REPOSITORY= git ssh://trac.laas.fr/git/robots/pqp-libs
MAINTAINER= openrobots@laas.fr
HOMEPAGE= http://gamma.cs.unc.edu/SSV/
COMMENT= A Proximity Query Package
#The PQP license is an open-source BSD-like license "for research purpose only"...
#LICENSE= pqp-license
USE_LANGUAGES+= c c++
GNU_CONFIGURE= yes
include ../../mk/robotpkg.mk
@comment Tue Aug 31 2010
include/pqp-libs/Build.h
include/pqp-libs/BV.h
include/pqp-libs/BVTQ.h
include/pqp-libs/GetTime.h
include/pqp-libs/MatVec.h
include/pqp-libs/OBB_Disjoint.h
include/pqp-libs/PQP_Compile.h
include/pqp-libs/PQP.h
include/pqp-libs/PQP_Internal.h
include/pqp-libs/RectDist.h
include/pqp-libs/TriDist.h
include/pqp-libs/Tri.h
lib/libpqp.a
# Copyright (c) 2010 LAAS/CNRS
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# 1. Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in
# the documentation and/or other materials provided with the
# distribution.
#
# Severin Lemaignan on Tue 31 Aug 2010
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
PQP-LIBS_DEPEND_MK:= ${PQP-LIBS_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= pqp-libs
endif
ifeq (+,$(PQP-LIBS_DEPEND_MK)) # ----------------------------------
PREFER.pqp-libs?= robotpkg
SYSTEM_SEARCH.pqp-libs=\
include/pqp-libs/PQP.h \
lib/libpqp.a
DEPEND_USE+= pqp-libs
DEPEND_ABI.pqp-libs?=pqp-libs>=1.1
DEPEND_DIR.pqp-libs?=../../wip/pqp-libs
endif # PQP-LIBS_DEPEND_MK ----------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (pqp-libs-1.1.tar.gz) = 48f3581d43eaafd5612e963f7fcdbe994438b082
RMD160 (pqp-libs-1.1.tar.gz) = d60d8de23d5fca4921559d325a9a81ed289530a6
Size (pqp-libs-1.1.tar.gz) = 195346 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