add spaces to configure options
This commit is contained in:
parent
da9f7e1ba9
commit
39caa0320b
4
.SRCINFO
4
.SRCINFO
@ -1,9 +1,9 @@
|
|||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Sat Dec 9 13:34:17 UTC 2017
|
# Sat Dec 16 22:22:59 UTC 2017
|
||||||
pkgbase = openfst
|
pkgbase = openfst
|
||||||
pkgdesc = Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs)
|
pkgdesc = Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs)
|
||||||
pkgver = 1.6.5
|
pkgver = 1.6.5
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = http://www.openfst.org
|
url = http://www.openfst.org
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
24
PKGBUILD
24
PKGBUILD
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
pkgname=openfst
|
pkgname=openfst
|
||||||
pkgver=1.6.5
|
pkgver=1.6.5
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs)"
|
pkgdesc="Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs)"
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
url="http://www.openfst.org"
|
url="http://www.openfst.org"
|
||||||
@ -20,17 +20,17 @@ build() {
|
|||||||
|
|
||||||
# Options according to http://openfst.cs.nyu.edu/twiki/bin/view/FST/ReadMe
|
# Options according to http://openfst.cs.nyu.edu/twiki/bin/view/FST/ReadMe
|
||||||
OPTIONS="--prefix=/usr --disable-dependency-tracking"
|
OPTIONS="--prefix=/usr --disable-dependency-tracking"
|
||||||
OPTIONS+="--enable-bin" # Enable fst::script and command-line binaries; Default: yes
|
OPTIONS+=" --enable-bin" # Enable fst::script and command-line binaries; Default: yes
|
||||||
OPTIONS+="--enable-compact-fsts" # Enable all CompactFst classes; Default: no
|
OPTIONS+=" --enable-compact-fsts" # Enable all CompactFst classes; Default: no
|
||||||
OPTIONS+="--enable-compress" # Enable compression extension; Default: no
|
OPTIONS+=" --enable-compress" # Enable compression extension; Default: no
|
||||||
OPTIONS+="--enable-const-fsts" # Enable all ConstFst classes; Default: no
|
OPTIONS+=" --enable-const-fsts" # Enable all ConstFst classes; Default: no
|
||||||
OPTIONS+="--enable-far" # Enable FAR (FST Archive) extension; Default: no
|
OPTIONS+=" --enable-far" # Enable FAR (FST Archive) extension; Default: no
|
||||||
OPTIONS+="--enable-linear-fsts" # Enable Linear{Tagger,Classifier}Fst extensions; Default: no
|
OPTIONS+=" --enable-linear-fsts" # Enable Linear{Tagger,Classifier}Fst extensions; Default: no
|
||||||
OPTIONS+="--enable-lookahead-fsts" # Enable LookAheadFst classes; Default: no
|
OPTIONS+=" --enable-lookahead-fsts" # Enable LookAheadFst classes; Default: no
|
||||||
OPTIONS+="--enable-mpdt" # Enable MPDT extensions; Default: no
|
OPTIONS+=" --enable-mpdt" # Enable MPDT extensions; Default: no
|
||||||
OPTIONS+="--enable-ngram-fsts" # Enable NGramFst extensions; Default: no
|
OPTIONS+=" --enable-ngram-fsts" # Enable NGramFst extensions; Default: no
|
||||||
OPTIONS+="--enable-pdt" # Enable PDT extensions; Default: no
|
OPTIONS+=" --enable-pdt" # Enable PDT extensions; Default: no
|
||||||
OPTIONS+="--enable-python PYTHON=python2" # Enable Python extensions; Default: no
|
OPTIONS+=" --enable-python PYTHON=python2" # Enable Python extensions; Default: no
|
||||||
LIBS="-ldl" ./configure $OPTIONS
|
LIBS="-ldl" ./configure $OPTIONS
|
||||||
|
|
||||||
make
|
make
|
||||||
|
Loading…
Reference in New Issue
Block a user