gdcm: remove vtk dependency
Closes #22095. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
8862676fd8
commit
dc3316a426
1 changed files with 2 additions and 3 deletions
|
@ -3,7 +3,7 @@ class Gdcm < Formula
|
|||
homepage "https://sourceforge.net/projects/gdcm/"
|
||||
url "https://downloads.sourceforge.net/project/gdcm/gdcm%202.x/GDCM%202.8.4/gdcm-2.8.4.tar.gz"
|
||||
sha256 "8f480d0a9b0b331f2e83dcc9cdb3d957f10eb32ee4db90fc1c153172dcb45587"
|
||||
revision 1
|
||||
revision 2
|
||||
|
||||
bottle do
|
||||
sha256 "83362d1601aa95241a7b1294e779d0183291ebd9e7e50b4741f0dce0b6b59407" => :high_sierra
|
||||
|
@ -20,7 +20,6 @@ class Gdcm < Formula
|
|||
depends_on "pkg-config" => :build
|
||||
depends_on "openjpeg"
|
||||
depends_on "openssl"
|
||||
depends_on "vtk"
|
||||
|
||||
needs :cxx11
|
||||
|
||||
|
@ -33,7 +32,7 @@ class Gdcm < Formula
|
|||
-DGDCM_BUILD_TESTING=OFF
|
||||
-DGDCM_BUILD_EXAMPLES=OFF
|
||||
-DGDCM_BUILD_DOCBOOK_MANPAGES=OFF
|
||||
-DGDCM_USE_VTK=ON
|
||||
-DGDCM_USE_VTK=OFF
|
||||
-DGDCM_USE_SYSTEM_OPENJPEG=ON
|
||||
-DGDCM_USE_SYSTEM_OPENSSL=ON
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue