aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDavid Coeurjolly2013-03-04 16:28:09 +0100
committerJack Nagel2013-03-04 15:26:46 -0600
commit5369662bf301988f1a882a93a657cbb22d86aaed (patch)
treec8ffd7d4de7f3d561e2ebb2a8a251ebde753186d /Library
parentdf3f3feb8871d59034be84ffecdb74b34c374d34 (diff)
downloadhomebrew-5369662bf301988f1a882a93a657cbb22d86aaed.tar.bz2
dgtal 0.6.0
Closes #18233. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/dgtal.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/dgtal.rb b/Library/Formula/dgtal.rb
index b08b382df..f333705d5 100644
--- a/Library/Formula/dgtal.rb
+++ b/Library/Formula/dgtal.rb
@@ -2,8 +2,8 @@ require 'formula'
class Dgtal < Formula
homepage 'http://libdgtal.org'
- url 'http://liris.cnrs.fr/dgtal/releases/DGtal-0.5.1-Source.tar.gz'
- sha1 'ab3e70186b3d1da1a698d3407e3603c69951e0f0'
+ url 'http://liris.cnrs.fr/dgtal/releases/DGtal-0.6.0-Source.tar.gz'
+ sha1 '7eebf636bb356fe7672eed8295647ca9a36c452d'
head 'https://github.com/DGtal-team/DGtal.git'
@@ -21,6 +21,7 @@ class Dgtal < Formula
args = std_cmake_args
args << "-DCMAKE_BUILD_TYPE=Release"
args << "-DBUILD_EXAMPLES=OFF"
+ args << "-DDGTAL_BUILD_TESTING=OFF"
args << "-DWITH_C11:bool=false"
args << "-DWITH_GMP=ON" if build.with? 'gmp'