forked from prelz/BLAH
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HTCONDOR-806: Compile blahp without Globus
- Loading branch information
1 parent
be5ebb7
commit 9fd7760
Showing
4 changed files
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
blahp (2.2.0-1) stable; urgency=medium | ||
|
||
* Build without Globus | ||
|
||
-- Tim Theisen <[email protected]> Fri, 22 Oct 2021 16:41:25 -0500 | ||
|
||
blahp (2.1.3-1) stable; urgency=medium | ||
|
||
* Fix status caching on EL7 for PBS, Slurm, and LSF | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
%endif | ||
|
||
Name: blahp | ||
Version: 2.1.3 | ||
Version: 2.2.0 | ||
Release: 1%{?gitrev:.%{gitrev}}%{?dist} | ||
Summary: gLite BLAHP daemon | ||
|
||
|
@@ -27,10 +27,6 @@ BuildRequires: gcc-c++ | |
BuildRequires: libtool | ||
BuildRequires: make | ||
BuildRequires: condor-classads-devel | ||
BuildRequires: globus-gss-assist-devel | ||
BuildRequires: globus-gsi-credential-devel | ||
BuildRequires: globus-gsi-proxy-core-devel | ||
BuildRequires: globus-gsi-cert-utils-devel | ||
BuildRequires: docbook-style-xsl, libxslt | ||
|
||
%if ! 0%{?rhel} == 7 | ||
|
@@ -50,8 +46,8 @@ sed -i 's;/usr/bin/python3;/usr/bin/python2;' src/scripts/*status.py | |
%endif | ||
./bootstrap | ||
export CPPFLAGS="-I/usr/include/classad -std=c++11 -fcommon" | ||
export LDFLAGS="-lclassad -lglobus_gsi_credential -lglobus_common -lglobus_gsi_proxy_core" | ||
%configure --with-classads-prefix=/usr --with-globus-prefix=/usr --with-glite-location=/usr | ||
export LDFLAGS="-lclassad" | ||
%configure --with-classads-prefix=/usr --without-globus --with-glite-location=/usr | ||
unset CPPFLAGS | ||
unset LDFLAGS | ||
make %{?_smp_mflags} | ||
|
@@ -116,6 +112,9 @@ fi | |
%{_initrddir}/glite-ce-* | ||
|
||
%changelog | ||
* Fri Oct 22 2021 Tim Theisen <[email protected]> 2.2.0-1 | ||
- Build without Globus | ||
|
||
* Tue Oct 12 2021 Tim Theisen <[email protected]> 2.1.3-1 | ||
- Fix status caching on EL7 for PBS, Slurm, and LSF | ||
|
||
|