File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -361,22 +361,22 @@ jobs:
361
361
strategy :
362
362
fail-fast : false
363
363
matrix :
364
- os : [win2019, win2022 ]
364
+ os : [win2022, win2025 ]
365
365
shared : [shared]
366
366
parallel : [msmpi]
367
367
include :
368
- - os : win2019
369
- image : windows-2019
370
- compiler : vs2019
371
368
- os : win2022
372
369
image : windows-2022
373
370
compiler : vs2022
374
- - os : win2022
375
- image : windows-2022
371
+ - os : win2025
372
+ image : windows-2025
373
+ compiler : vs2022
374
+ - os : win2025
375
+ image : windows-2025
376
376
compiler : vs2022
377
377
parallel : serial
378
- - os : win2022
379
- image : windows-2022
378
+ - os : win2025
379
+ image : windows-2025
380
380
shared : static
381
381
compiler : vs2022
382
382
parallel : serial
Original file line number Diff line number Diff line change @@ -10,15 +10,14 @@ ADIOS2_BUILD_EXAMPLES:BOOL=ON
10
10
ADIOS2_USE_BZip2:BOOL=OFF
11
11
ADIOS2_USE_Fortran:BOOL=OFF
12
12
ADIOS2_USE_MPI:BOOL=ON
13
- ADIOS2_USE_HDF5:STRING=ON
14
- ADIOS2_USE_HDF5_VOL:STRING=OFF
15
13
ADIOS2_USE_Python:BOOL=ON
16
14
17
15
Python_ROOT_DIR:PATH=$ENV{CMAKE_PREFIX_PATH}
18
16
Python_FIND_STRATEGY:STRING=LOCATION
19
17
Python_FIND_FRAMEWORK:STRING=FIRST
20
18
" )
21
19
20
+ set (CTEST_TEST_TIMEOUT 500 )
22
21
set (CTEST_CMAKE_GENERATOR "Visual Studio 17 2022" )
23
22
set (CTEST_CMAKE_GENERATOR_PLATFORM "x64" )
24
23
list (APPEND CTEST_UPDATE_NOTES_FILES "${CMAKE_CURRENT_LIST_FILE} " )
Original file line number Diff line number Diff line change @@ -10,15 +10,16 @@ ADIOS2_BUILD_EXAMPLES:BOOL=ON
10
10
ADIOS2_USE_BZip2:BOOL=OFF
11
11
ADIOS2_USE_Fortran:BOOL=OFF
12
12
ADIOS2_USE_MPI:BOOL=ON
13
+ ADIOS2_USE_HDF5:STRING=ON
14
+ ADIOS2_USE_HDF5_VOL:STRING=OFF
13
15
ADIOS2_USE_Python:BOOL=ON
14
16
15
17
Python_ROOT_DIR:PATH=$ENV{CMAKE_PREFIX_PATH}
16
18
Python_FIND_STRATEGY:STRING=LOCATION
17
19
Python_FIND_FRAMEWORK:STRING=FIRST
18
20
" )
19
21
20
- set (CTEST_TEST_TIMEOUT 500 )
21
- set (CTEST_CMAKE_GENERATOR "Visual Studio 16 2019" )
22
+ set (CTEST_CMAKE_GENERATOR "Visual Studio 17 2022" )
22
23
set (CTEST_CMAKE_GENERATOR_PLATFORM "x64" )
23
24
list (APPEND CTEST_UPDATE_NOTES_FILES "${CMAKE_CURRENT_LIST_FILE} " )
24
25
# https://github.com/ornladios/ADIOS2/issues/4276
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments