Re: [HTCondor-devel] CMake configuration bugs


Date: Wed, 5 Sep 2018 09:12:16 -0500
From: Tim Theisen <tim@xxxxxxxxxxx>
Subject: Re: [HTCondor-devel] CMake configuration bugs

Hi Martin,

Thank you for the feedback. I have created a ticket for your suggestion.

https://htcondor-wiki.cs.wisc.edu/index.cgi/tktview?tn=6753

...Tim


On 09/04/2018 03:43 AM, Martin Glatzle wrote:
Dear devs,

I've finally succeeded in building HTCondor 8.7.9 on the custom Linux OS of my institute. During the process I've discovered the following problems in CMake files (CMake version 3.11.1):
  • externals/bundles/voms/2.1.0/CMakeLists.txt:136
    ÂÂÂÂÂÂ find_so_name( LIBVOMSAPI_SO ${VOMS_FOUND} )
    should read (IMHO)
    ÂÂÂÂÂÂ if (VOMS_FOUND)
    Â Â ÂÂÂÂÂ find_so_name( LIBVOMSAPI_SO "vomsapi")
    ÂÂÂÂÂÂ endif()
  • externals/bundles/cream/1.15.4/CMakeLists.txt:255
    ÂÂÂÂÂÂ if ( ${SYSTEM_NAME} MATCHES "rhel7" OR ${SYSTEM_NAME} MATCHES "centos7" OR ${SYSTEM_NAME} MATCHES "sl7")
    should read
    ÂÂÂÂÂÂ if ( (${SYSTEM_NAME} MATCHES "rhel7") OR (${SYSTEM_NAME} MATCHES "centos7") OR (${SYSTEM_NAME} MATCHES "sl7"))
    the same applies to the corresponding elseif() statement a couple of lines below.

I'm not very familiar with CMake, so I don't know if these problems are specific to my system but I presume making you aware can't hurt. I chose the mailing list since I could not find an issue tracker for anything but the condor debian packages.


-- 
Tim Theisen
Release Manager
HTCondor & Open Science Grid
Center for High Throughput Computing
Department of Computer Sciences
University of Wisconsin - Madison
4261 Computer Sciences and Statistics
1210 W Dayton St
Madison, WI 53706-1685
+1 608 265 5736
[← Prev in Thread] Current Thread [Next in Thread→]