scitokens / scitokens-cpp

A C++ implementation of the SciTokens library with a C library interface
Apache License 2.0
5 stars 22 forks source link

Specify CMake 3 for EL7 on the OSG Koji #51

Closed brianhlin closed 3 years ago

djw8605 commented 3 years ago

Interestingly, the EL8 build did not work with cmake3, only worked with cmake in fedora... so I don't understand what is happening. cmake3 works just fine for fedora. Even though I check the previous release, and cmake3 worked for el8 before... What is going on?

OS CMake
el7 cmake3
el8 cmake
f33 cmake3
f34 cmake3
brianhlin commented 3 years ago

Hrm. Is it only failing with these changes? Do you have links to the build failures?

olifre commented 3 years ago

I believe cmake3 is provided by EPEL 7, so it is indeed required on EL7. EL8 ships with cmake in version 3 as system package.

DrDaveD commented 3 years ago

I think this has been taken care of now in #62.