freebsd-ports/math/py-pyfst/Makefile
Antoine Brodin 1a1a180462 Mark BROKEN everywhere: does not build
In file included from fst/_fst.cpp:322:
In file included from /usr/local/include/fst/fstlib.h:93:
/usr/local/include/fst/shortest-path.h:75:52: error: a space is required between consecutive right angle brackets (use '> >')
    const vector<pair<typename Arc::StateId, size_t>>& parent,
                                                   ^~
                                                   > >
/usr/local/include/fst/shortest-path.h:91:26: error: a space is required between consecutive right angle brackets (use '> >')
      ArcIterator<Fst<Arc>> aiter(ifst, s);
                         ^~
                         > >

Reported by:	pkg-fallout
2016-02-05 17:23:29 +00:00

23 lines
485 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= pyfst
PORTVERSION= 0.2.3
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= demon@FreeBSD.org
COMMENT= Python interface for the OpenFST library
LICENSE= APACHE20
LIB_DEPENDS= libfst.so:${PORTSDIR}/math/openfst
BROKEN= does not build
USES= compiler:c++11-lib python
USE_PYTHON= distutils autoplist
CPPFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>