2013-12-26 17:13:15 +01:00
|
|
|
# Created by: Dmitry Sivachenko <mitya@yandex-team.ru>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= openfst
|
2017-09-25 12:20:53 +02:00
|
|
|
PORTVERSION= 1.6.3
|
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
2018-12-12 02:35:33 +01:00
|
|
|
PORTREVISION= 3
|
2013-12-26 17:13:15 +01:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= http://www.openfst.org/twiki/pub/FST/FstDownload/
|
|
|
|
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
|
|
COMMENT= Library for working with weighted finite-state transducers (FSTs)
|
|
|
|
|
2013-12-30 21:55:18 +01:00
|
|
|
LICENSE= APACHE20
|
2013-12-26 17:13:15 +01:00
|
|
|
|
2018-02-19 12:10:43 +01:00
|
|
|
USES= compiler:c++11-lib libtool python:2.7
|
2014-10-20 16:28:17 +02:00
|
|
|
USE_LDCONFIG= ${LOCALBASE}/lib/fst
|
2013-12-26 17:13:15 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2017-09-25 12:20:53 +02:00
|
|
|
CONFIGURE_ARGS+=--enable-bin --enable-compact-fsts --enable-compress --enable-const-fsts --enable-far --enable-linear-fsts --enable-lookahead-fsts --enable-mpdt --enable-ngram-fsts --enable-pdt --enable-python --enable-special
|
2016-08-20 13:45:20 +02:00
|
|
|
LDFLAGS+= "-L${LOCALBASE}/lib"
|
|
|
|
MAKE_ENV+= PYTHON=${PYTHON_CMD}
|
2013-12-26 17:13:15 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|