blob: 7cacf6b6472b1ff12f10debdd7ba16dd9a525806 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
PORTNAME= openfst
PORTVERSION= 1.8.1
CATEGORIES= math
MASTER_SITES= http://www.openfst.org/twiki/pub/FST/FstDownload/
MAINTAINER= kevlo@FreeBSD.org
COMMENT= Library for working with weighted finite-state transducers
LICENSE= APACHE20
USES= compiler:c++17-lang libtool python:3.6+
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --enable-bin \
--enable-compact-fsts \
--enable-compress \
--enable-const-fsts \
--enable-far \
--enable-fsts \
--enable-linear-fsts \
--enable-lookahead-fsts \
--enable-mpdt \
--enable-ngram-fsts \
--enable-pdt \
--enable-python \
--enable-special
CXXFLAGS_i386= -msse -msse2 -mfpmath=sse
.include <bsd.port.mk>
|