Skip to content

Commit

Permalink
Updated brew formula to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daron1337 committed Dec 6, 2016
1 parent 4f5c841 commit 5b1dca2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SuperBuild.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ if( NOT USE_SYSTEM_VTK )

SET(VTK_GIT_REPOSITORY "${GIT_PROTOCOL}://github.com/Kitware/VTK.git")
if (VMTK_USE_VTK7)
set(VTK_GIT_TAG "v7.0.0")
set(VTK_GIT_TAG "v7.1.0")
SET( VTK_VERSION 7.0 )
else (VMTK_USE_VTK7)
set(VTK_GIT_TAG "v6.3.0")
Expand Down
6 changes: 3 additions & 3 deletions distribution/homebrew/vmtk.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Vmtk < Formula
desc "The Vascular Modeling Toolkit"
homepage "http://www.vmtk.org"
url "https://github.com/vmtk/vmtk/archive/v1.3.tar.gz"
version "1.3"
url "https://github.com/vmtk/vmtk/archive/v1.3.1.tar.gz"
version "1.3.1"
sha256 "97f894bacea677d7ee910d47b343582b029afad250a23aa0a759f64092540ff9"
head "https://github.com/vmtk/vmtk.git"
revision 1
Expand All @@ -29,7 +29,7 @@ def install
args << "-DITK_DIR=#{HOMEBREW_CELLAR}/insighttoolkit/4.9.0"

args << "-DUSE_SYSTEM_VTK=ON"
args << "-DVTK_DIR=#{HOMEBREW_CELLAR}/vtk/7.0.0"
args << "-DVTK_DIR=#{HOMEBREW_CELLAR}/vtk/7.1.0"

args << "-DVMTK_USE_SUPERBUILD=OFF"
args << "-DUSE_VTK6_SUPERBUILD=OFF"
Expand Down

0 comments on commit 5b1dca2

Please sign in to comment.