Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | textproc/randlm: fix build on powerpc* | Piotr Kubaj | 2022-02-21 | 1 | -2/+20 |
| | | | | rdtsc() is available only on amd64 / i386. | ||||
* | Fix build of textproc/randlm with recent versions of clang. | Dimitry Andric | 2017-12-21 | 5 | -0/+55 |
| | | | | | | | | | | Approved by: portmgr blanket Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> PR: 216056 MFH: 2017Q4 Notes: svn path=/head/; revision=456948 | ||||
* | Do not insist on c++11. | Dmitry Sivachenko | 2014-09-01 | 3 | -35/+0 |
| | | | | Notes: svn path=/head/; revision=366896 | ||||
* | Allow to build with clang compiler. | Dmitry Sivachenko | 2014-09-01 | 6 | -0/+100 |
| | | | | Notes: svn path=/head/; revision=366882 | ||||
* | New port: randlm. | Dmitry Sivachenko | 2014-08-30 | 2 | -0/+24 |
A toolkit for bulding randomized language models. WWW: http://randlm.sourceforge.net/ Notes: svn path=/head/; revision=366625 |