Created
May 1, 2020 06:22
-
-
Save Ch00k/5376ba3ec1ef9bc829857e87f80c68c0 to your computer and use it in GitHub Desktop.
elastix formula
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Elastix < Formula | |
desc "Toolbox for rigid and nonrigid registration of images" | |
homepage "http://elastix.isi.uu.nl/index.php" | |
url "https://github.com/SuperElastix/elastix/releases/download/4.9.0/elastix-4.9.0-linux.tar.bz2" | |
sha256 "7120b9f4ed3f05f734f6dcd258d36ec126d9d547766b6b3c0c60fc50b8f196e4" | |
def install | |
prefix.install "LICENSE", "NOTICE", "bin", "lib" | |
end | |
test do | |
system bin/"elastix", "--version" | |
system bin/"transformix", "--version" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment