Re: Using lua and luajit.

2017-11-09 Thread Jan Beich
Gleb Popov <6year...@gmail.com> writes: > Another question is how to handle lua packages that can work with different > lua versions (like py27- and py36- ports, for instance). The example of > such port is devel/lua-Penlight, as you can see it is basically a bunch of > .lua files, which I decided

Using lua and luajit.

2017-11-09 Thread Gleb Popov
Hello. I'm working on porting Torch7, a scientific framework written in Lua: https://reviews.freebsd.org/D12559 Torch7 has a generic install script and I'm using it to determine dependencies need for the port. Amongst other things, Torch7 seems to prefer LuaJIT over other lua implementations, so