Skip to content

Commit

Permalink
TPL: One more try. Use git apply; fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Aug 14, 2024
1 parent e7606d3 commit c05a057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TPL/adios2/0001-Fix-ordering-in-flex_target-command.patch
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ index cbc59f5..1bebf6c 100644
toolkit/derived/parser/lexer.l
- COMPILE_FLAGS "-o lexer.cpp --header-file=lexer.h"
${CMAKE_CURRENT_BINARY_DIR}/lexer.cpp
+ COMPILE_FLAGS "--header-file=lexer.h"
+ COMPILE_FLAGS "--header-file=lexer.h"
DEFINES_FILE ${CMAKE_CURRENT_BINARY_DIR}/lexer.h)
ADD_FLEX_BISON_DEPENDENCY(MyScanner MyParser)
endif()
Expand Down
2 changes: 1 addition & 1 deletion install-tpl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ then
then
echo "${txtgrn}+++ Configuring, Building, and Installing...${txtrst}"
cd ADIOS2 || exit
patch < ../0001-Fix-ordering-in-flex_target-command.patch
git apply ../0001-Fix-ordering-in-flex_target-command.patch
git status
rm -rf build
mkdir build
Expand Down

0 comments on commit c05a057

Please sign in to comment.