From 0870f9905bfe9997411ba46e0f0c6ee3fae9d531 Mon Sep 17 00:00:00 2001 From: Saverio Proto Date: Mon, 23 May 2016 21:55:13 +0200 Subject: [PATCH] genders 1.22 compile with --with-java-extensions=no because the build is broken. note that current version 1.20 lead to segmentation fault when using psdh with genders Closes #1366. Signed-off-by: Dominyk Tiller --- Formula/genders.rb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Formula/genders.rb b/Formula/genders.rb index 03cd93238bc3f..23ad250322002 100644 --- a/Formula/genders.rb +++ b/Formula/genders.rb @@ -1,8 +1,8 @@ class Genders < Formula desc "Static cluster configuration database for cluster management" homepage "https://computing.llnl.gov/linux/genders.html" - url "https://downloads.sourceforge.net/project/genders/genders/1.20-1/genders-1.20.tar.gz" - sha256 "374ef2833ad53ea9ca4ccbabd7a66d77ab0b46785e299c0e64f95577eed96ac9" + url "https://downloads.sourceforge.net/project/genders/genders/1.22-1/genders-1.22.tar.gz" + sha256 "0ff292825a29201106239c4d47d9ce4c6bda3f51c78c0463eb2634ecc337b774" bottle do cellar :any @@ -14,8 +14,10 @@ class Genders < Formula option "with-non-shortened-hostnames", "Allow non shortened hostnames that can include dots e.g. www.google.com" def install - args = ["--prefix=#{prefix}"] - + args = %W[ + --prefix=#{prefix} + --with-java-extensions=no + ] args << "--with-non-shortened-hostnames" if build.with? "non-shortened-hostnames" system "./configure", *args