Skip to content

Commit

Permalink
[irods/irods_7220] update externals
Browse files Browse the repository at this point in the history
  • Loading branch information
SwooshyCueb committed Feb 22, 2024
1 parent 067f256 commit 7719846
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ include(IrodsRunpathDefaults)

include(IrodsExternals)

IRODS_MACRO_CHECK_DEPENDENCY_SET_FULLPATH_ADD_TO_IRODS_PACKAGE_DEPENDENCIES_LIST(QPID_PROTON qpid-proton0.36.0-1)
IRODS_MACRO_CHECK_DEPENDENCY_SET_FULLPATH_ADD_TO_IRODS_PACKAGE_DEPENDENCIES_LIST(QPID_PROTON qpid-proton-libcxx0.36.0-2)

string(REPLACE ";" ", " ${PLUGIN}_PACKAGE_DEPENDENCIES_STRING "${IRODS_PACKAGE_DEPENDENCIES_LIST}")
unset(IRODS_PACKAGE_DEPENDENCIES_LIST)
Expand Down
18 changes: 9 additions & 9 deletions irods_consortium_continuous_integration_build_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ def add_cmake_to_front_of_path():

def install_building_dependencies(externals_directory):
externals_list = [
'irods-externals-avro1.11.0-2',
'irods-externals-boost1.81.0-0',
'irods-externals-catch22.13.8-0',
'irods-externals-avro-libcxx1.11.0-3',
'irods-externals-boost-libcxx1.81.0-1',
'irods-externals-clang-runtime13.0.0-0',
'irods-externals-clang13.0.0-0',
'irods-externals-catch22.13.8-0',
'irods-externals-clang13.0.1-0',
'irods-externals-cmake3.21.4-0',
'irods-externals-cppzmq4.8.1-1',
'irods-externals-fmt8.1.1-0',
'irods-externals-fmt-libcxx8.1.1-1',
'irods-externals-json3.10.4-0',
'irods-externals-libarchive3.5.2-0',
'irods-externals-nanodbc2.13.0-1',
'irods-externals-qpid-proton0.36.0-1',
'irods-externals-spdlog1.9.2-1',
'irods-externals-zeromq4-14.1.8-0'
'irods-externals-nanodbc-libcxx2.13.0-2',
'irods-externals-qpid-proton-libcxx0.36.0-2',
'irods-externals-spdlog-libcxx1.9.2-2',
'irods-externals-zeromq4-1-libcxx4.1.8-1'
]

if externals_directory == 'None' or externals_directory is None:
Expand Down

0 comments on commit 7719846

Please sign in to comment.