Skip to content
Snippets Groups Projects
  • Arnaud Degroote's avatar
    83f717c3
    [wip/py-morse] Upgrade to morse 1.1 · 83f717c3
    Arnaud Degroote authored
    Changes since 1.0:
    ------------------
    
    The Python bindings for MORSE have been completely rewritten and is now
    much more efficient (based on *asynchat* API). However, it is mostly an
    internal rewrite, and the interface does not change.
    
    Changes at the package level:
    -----------------------------
    
    Remove *.py{c,o} entries from PLIST
    83f717c3
    History
    [wip/py-morse] Upgrade to morse 1.1
    Arnaud Degroote authored
    Changes since 1.0:
    ------------------
    
    The Python bindings for MORSE have been completely rewritten and is now
    much more efficient (based on *asynchat* API). However, it is mostly an
    internal rewrite, and the interface does not change.
    
    Changes at the package level:
    -----------------------------
    
    Remove *.py{c,o} entries from PLIST
Makefile 1.05 KiB
# robotpkg Makefile for:	simulation/py-morse
# Created:			Severin Lemaignan on Tue, 12 Apr 2011
#

VERSION=		1.1
PKGNAME=		${PKGTAG.python}-morse-${VERSION}
DISTNAME=		morse-${VERSION}
MASTER_SITES=		${MASTER_SITE_OPENROBOTS:=morse/}
MASTER_REPOSITORY=	git git://git.openrobots.org/robots/morse
EXTRACT_SUFX=		.tar.bz2

CATEGORIES=		simulation
MAINTAINER=		morse-dev@laas.fr
HOMEPAGE=		http://morse.openrobots.org
COMMENT=		Python bindings for the MORSE simulator for robotics
LICENSE=		modified-bsd

CMAKE_ARGS+=		-DBUILD_CORE_SUPPORT=OFF
CMAKE_ARGS+=		-DBUILD_DOC_SUPPORT=OFF
CMAKE_ARGS+=		-DBUILD_HLA_SUPPORT=OFF
CMAKE_ARGS+=		-DBUILD_MOOS_SUPPORT=OFF
CMAKE_ARGS+=		-DBUILD_POCOLIBS_SUPPORT=OFF
CMAKE_ARGS+=		-DBUILD_ROS_SUPPORT=OFF
CMAKE_ARGS+=		-DBUILD_YARP2_SUPPORT=OFF

CMAKE_ARGS+=		-DPYMORSE_SUPPORT=ON
CMAKE_ARGS+=        -DPYTHON_INSTDIR=${PREFIX}/${PYTHON_SITELIB}

DEPEND_ABI.python+=	python>=3.2

include ../../mk/sysdep/python.mk
include ../../mk/sysdep/cmake.mk

include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../mk/robotpkg.mk