Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README/ReleaseNotes/v642/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,10 @@ If the vectorized backend does not work for a given use case, **please report it
## Documentation and Examples

## Build, Configuration and Testing

## Versions of built-in packages

The version of the following packages has been updated:

- xrootd: 6.0.3

4 changes: 2 additions & 2 deletions builtins/xrootd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

include(ExternalProject)

set(XROOTD_VERSION "5.9.2")
set(XROOTD_VERSION "6.0.3")
set(XROOTD_PREFIX ${CMAKE_BINARY_DIR}/XROOTD-prefix)

message(STATUS "Downloading and building XROOTD version ${XROOTD_VERSION}")
Expand All @@ -27,7 +27,7 @@ endif()
ExternalProject_Add(
BUILTIN_XROOTD
URL ${lcgpackages}/xrootd-${XROOTD_VERSION}.tar.gz
URL_HASH SHA256=e29edb755d5f728eff0c74f7bd8cec35c954239ea747975eebd9c1e2bd61edb5
URL_HASH SHA256=4b02d60bdfd67177f55df2252f2463d5304fc22ae1fc33223d36f2a836d0f44e
INSTALL_DIR ${XROOTD_PREFIX}
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
-DCMAKE_PREFIX_PATH:STRING=${OPENSSL_PREFIX}
Expand Down
Loading