Skip to content

Commit 5679be5

Browse files
committed
CI: Use newest adios2 release to see if fixed cmake issue
1 parent 7370be8 commit 5679be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-tpl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ if [ "$ADIOS2" == "YES" ]
856856
then
857857
if [ "$FORCE" == "YES" ] || [ "$FORCE_ADIOS2" == "YES" ] || ! [ -e $INSTALL_PATH/lib/libadios2_c.${LD_EXT} ]
858858
then
859-
adios2_version="v2.10.1"
859+
adios2_version="v2.10.2"
860860
echo "${txtgrn}+++ ADIOS2 ${adios2_version} ${txtrst}"
861861
cd $ACCESS || exit
862862
cd TPL/adios2 || exit

0 commit comments

Comments
 (0)