Skip to content

Commit

Permalink
Merge pull request #2583 from chuckatkins/fix-bp2h5-on-windows
Browse files Browse the repository at this point in the history
bp2h5: Use copy instead of symlinks because of windows
  • Loading branch information
Chuck Atkins authored Jan 13, 2021
2 parents 2ceb048 + 91c4e60 commit 6e49423
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
7 changes: 2 additions & 5 deletions source/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,14 @@ configure_file(
${PROJECT_BINARY_DIR}/adios2_reorganize_wrapper
@ONLY
)

if(ADIOS2_HAVE_HDF5)
install(PROGRAMS ${PROJECT_BINARY_DIR}/adios2_reorganize_wrapper
RENAME adios2_reorganize_wrapper${ADIOS2_EXECUTABLE_SUFFIX}
DESTINATION ${CMAKE_INSTALL_BINDIR}
)
install(PROGRAMS adios_reorganize/bp2h5
RENAME bp2h5${ADIOS2_EXECUTABLE_SUFFIX}
DESTINATION ${CMAKE_INSTALL_BINDIR}
)
if(ADIOS2_HAVE_MPI)
install(PROGRAMS adios_reorganize/bp2h5_mpi
install(PROGRAMS ${PROJECT_BINARY_DIR}/adios2_reorganize_wrapper
RENAME bp2h5_mpi${ADIOS2_EXECUTABLE_SUFFIX}
DESTINATION ${CMAKE_INSTALL_BINDIR}
)
Expand Down
1 change: 0 additions & 1 deletion source/utils/adios_reorganize/bp2h5

This file was deleted.

1 change: 0 additions & 1 deletion source/utils/adios_reorganize/bp2h5_mpi

This file was deleted.

0 comments on commit 6e49423

Please sign in to comment.