I'm looking for help to construct an appropriate rockspec for an updated
lsqlite3.
lsqlite3-0.9.4-1.rockspec is uploaded to luarocks.org, and works on OS X
and Debian Linux. It fails on Windows.
Since 0.9.3, I've added a second module to lsqlite3 called
lsqlite3complete, which statically links sqlite3. The original module
lsqlite3 continues to dynamically link sqlite3. On Windows, building
lsqlite3complete fails due to linker issues (libdl cannot be found, and I
suspect libpthreads will also fail on some systems).
It seems to me there are two options:
1. Use a platform override to prevent building the lsqlite3complete module
on Windows; this is backward compatible to 0.9.3.
2. Use platform overrides to fix the linker issues on Windows.
I'm not sure how to do either one. Can someone help?
Thanks!
e
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers