Skip to content

Commit

Permalink
Update Makefile.github_actions
Browse files Browse the repository at this point in the history
Keep one Makefile with arch-specific INCLUDE paths.
  • Loading branch information
ykempf authored Aug 22, 2024
1 parent 0152219 commit 79c6fb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MAKE/Makefile.github_actions
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,9 @@ LIB_PROFILE = -I $(LIBRARY_PREFIX)/include ${GITHUB_WORKSPACE}/libraries/lib/lib
INC_PROFILE =
INC_TOPO =

# Works without but as an example: arch-specific INCLUDE paths be like this:
INC_DCCRG = -I${GITHUB_WORKSPACE}/submodules/dccrg
INC_EIGEN = -I${GITHUB_WORKSPACE}/submodules/eigen
INC_FSGRID = -I${GITHUB_WORKSPACE}/submodules/fsgrid
INC_VECTORCLASS = -isystem ${GITHUB_WORKSPACE}/submodules/vectorclass/ -isystem ${GITHUB_WORKSPACE}/submodules/vectorclass-addon/vector3d/
INC_EIGEN = -isystem ${GITHUB_WORKSPACE}/submodules/eigen/

0 comments on commit 79c6fb7

Please sign in to comment.