Hello.

I’ve been working on a rockspec for SimpleITK, which is a interface to ITK, a 
toolkit for image segmentation and registration.  You can see my rockspec on 
github here:

https://github.com/SimpleITK/SimpleITKLuaRock


As it stands now, I can use luarocks to build SimpleITK like so:

=> luarocks make --local simpleitk-0.10-0.rockspec

That command works without problem.  However when I tried to do an install, I 
get at error as showed below:

=> luarocks install --local simpleitk-0.10-0.rockspec
Using simpleitk-0.10-0.rockspec... switching to 'build' mode

Error: Directory SimpleITKLuaRock not found inside archive SimpleITKLuaRock.git


Do you know what I’m doing wrong?

Also I’d appreciate any other input on this module.  Note that if you try and 
build SimpleITK, it is a large project that incorporates a number of other 
projects.  So I would only attempt to build it on a multicore system with a 
decent amount of RAM.  Also I’d set MAKEFLAGS to “-j8” or however many cores 
you have.  The rockspec uses a CMake build, so it will only build on Linux or 
OS X.

Thanks,
Dave

David T. Chen, PhD                      [MSC contractor]
mailto:dc...@mail.nih.gov               
http://lhncbc.nlm.nih.gov/personnel/david-chen
phone:301.827.4962                      iphone:301.524.3174
Office of High Performance Computing and Communications
National Library of Medicine

------------------------------------------------------------------------------
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to