Skip to content

Commit

Permalink
gwyddion: disable Python
Browse files Browse the repository at this point in the history
Closes #47065.

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
fxcoudert authored and chenrui333 committed Nov 22, 2019
1 parent 3c3a66e commit 56036d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/gwyddion.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Gwyddion < Formula
homepage "http://gwyddion.net/"
url "http://gwyddion.net/download/2.54/gwyddion-2.54.tar.gz"
sha256 "4809f8709adb18aecff9dc0271832fd9840f02d4bc0e69d25c59d745f05cf81d"
revision 1

bottle do
sha256 "30244622aea628ca3dcdd7f57e1a17e73aed09a1ca57340cf6dabe543929b671" => :catalina
Expand All @@ -19,14 +20,13 @@ class Gwyddion < Formula
depends_on "gtksourceview"
depends_on "libxml2"
depends_on "minizip"
depends_on "pygtk"
depends_on "python@2" # does not support Python 3

def install
system "./configure", "--disable-dependency-tracking",
"--disable-desktop-file-update",
"--prefix=#{prefix}",
"--with-html-dir=#{doc}"
"--with-html-dir=#{doc}",
"--disable-pygwy"
system "make", "install"
end

Expand Down

0 comments on commit 56036d0

Please sign in to comment.