aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Kerr <cjk34@cam.ac.uk>2013-06-17 08:38:11 +0100
committerChris Kerr <cjk34@cam.ac.uk>2013-06-17 08:38:11 +0100
commitfc1a9df4092c5fac04593abf62eb53972c7fa845 (patch)
treeaf29baa52817f99f81fd2e8cfa6b403525a853b1 /sys-cluster
parentHAVE_DMTCP is a path, not a boolean (diff)
downloadsci-fc1a9df4092c5fac04593abf62eb53972c7fa845.tar.gz
sci-fc1a9df4092c5fac04593abf62eb53972c7fa845.tar.bz2
sci-fc1a9df4092c5fac04593abf62eb53972c7fa845.zip
A couple more tweaks
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/htcondor/htcondor-8.0.0.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-cluster/htcondor/htcondor-8.0.0.ebuild b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
index 2edef2434..010129f4f 100644
--- a/sys-cluster/htcondor/htcondor-8.0.0.ebuild
+++ b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
@@ -52,6 +52,7 @@ pkg_setup() {
src_configure() {
# All the hard coded -DWITH_X=OFF flags are for packages that aren't in portage
+ # I also haven't included support for HAVE_VMWARE because I don't know what it requires
local mycmakeargs="
-DCONDOR_PACKAGE_BUILD=OFF
-DWITH_AVIARY=OFF
@@ -80,6 +81,7 @@ src_configure() {
$(cmake-utils_use_with python PYTHON_BINDINGS)
$(cmake-utils_use_with management)
$(cmake-utils_use minimal CLIPPED)
+ $(cmake-utils_use_with soap AVIARY)
$(cmake-utils_use_with soap GSOAP)
$(cmake-utils_use_with ssl OPENSSL)
$(cmake-utils_use_build test TESTING)