Skip to content

Commit

Permalink
ADIOS2: Remove installed FindBlosc2.cmake Again
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Nov 8, 2023
1 parent b0c6944 commit a9aaad9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions library_builders.bat
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ exit /b 0
cmake --build build-adios2 --target install --config Release
if errorlevel 1 exit 1

:: CMake Config package of C-Blosc 2.10.1+ only
:: https://github.com/ornladios/ADIOS2/issues/3903
rmdir /s /q "%BUILD_PREFIX%/ADIOS2/lib/cmake/adios2/FindBlosc2.cmake"
if errorlevel 1 exit 1

rmdir /s /q build-adios2
if errorlevel 1 exit 1

Expand Down
4 changes: 4 additions & 0 deletions library_builders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ function build_adios2 {
make -j${CPU_COUNT}
make install

# CMake Config package of C-Blosc 2.10.1+ only
# https://github.com/ornladios/ADIOS2/issues/3903
rm -rf ${BUILD_PREFIX}/lib*/cmake/adios2/FindBlosc2.cmake

cd -

rm -rf build-adios2
Expand Down

0 comments on commit a9aaad9

Please sign in to comment.