Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] blahp compile and install?
- Date: Wed, 31 Oct 2018 13:20:41 -0400
- From: Michael Di Domenico <mdidomenico4@xxxxxxxxx>
- Subject: [HTCondor-users] blahp compile and install?
Is there a magic incantation to get cmake to download and compile blahp
i'm using the ./configure_redhat build script, which works fine for
condor. but i'd like to include blahp, so i can have condor submit to
my slurm cluster.
i've added WANT_BLAHP to the script, but it seems to be looking for
BLClient which it can't find and disregards blahp during the configure
step
my impression from way back was that condor would go out and download
externals and compile them for inclusion in the condor during the make
steps
that doesn't seem to be happening on my system and i'm sure i'm doing
something wrong