Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
checkin 2.1.0 rockspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dave3d committed Jul 23, 2021
1 parent b29b6a4 commit 5c64f66
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions simpleitk-2.1.0-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
#!/usr/bin/env lua

package = 'simpleitk'
version = '2.1.0-0'
source = {
url = 'https://github.com/SimpleITK/SimpleITKLuaRock/archive/v2.1.0.zip',
dir = 'SimpleITKLuaRock-2.1.0',
}
description = {
summary = "A Lua binding to SimpleITK.",
detailed = '',
homepage = 'https://github.com/SimpleITK/SimpleITKLuaRock',
license = 'BSD',
}
dependencies = {
'lua >= 5.1'
}
build = {
type = 'cmake',
modules = {
SimpleITK = "SimpleITK-build/Wrapping/Lua/lib/SimpleITK.so",
},
variables = {
INSTALL_CMOD = "$(LIBDIR)",
CMAKE_BUILD_TYPE = "$(CMAKE_BUILD_TYPE)",
["CFLAGS:STRING"] = "$(CFLAGS)",
SimpleITK_VERSION = "2.1.0"
},
copy_directories = { "doc", "examples" }
}

0 comments on commit 5c64f66

Please sign in to comment.