non port: math/py-pyfst/Makefile |
SVNWeb
|
Number of commits found: 6 |
Sat, 1 Oct 2016
|
[ 10:55 antoine ] (Only the first 10 of 17 ports in this commit are shown above. )
Deprecate ports broken for more than 6 months
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 5 Feb 2016
|
[ 17:23 antoine ]
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
|
Fri, 26 Jun 2015
|
[ 13:18 amdmi3 ]
- Mark BORKEN on 9.x (actually it's broken everywhere, but fatally on 9.x): does
not build because it uses C compiler to build C++ code. Seemingly pydistutils
problem
Submitted by: pkg-fallout
Approved by: portmgr blanket
|
Sun, 19 Apr 2015
|
[ 07:26 demon ]
Same compiler requirements as for openfst.
|
Thu, 23 Oct 2014
|
[ 14:03 demon ]
New port: pyfst
pyfst provides a Python interface to the excellent OpenFst library.
Most of the essential functionality of the library is exposed through a
simplified API, allowing quick prototyping of algorithms using finite-state
methods and easy visual debugging of the results obtained by applying
FST operations.
WWW: http://pyfst.github.io
|
Number of commits found: 6 |