Skip to content

Commit

Permalink
create a way to pass in the c standard via tribits.
Browse files Browse the repository at this point in the history
This file should be merged to Trilinos only after
pull request #239 in TriBITSPub has been propigated
to Trilinos. (TriBITSPub/TriBITS#239)
It merely sets the override for the sierra builds to
be the c11 posix standard.
  • Loading branch information
prwolfe committed Nov 13, 2017
1 parent 69090b6 commit 05971c2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ SET(EXTRA_CONFIGURE_OPTIONS
"-DCMAKE_C_FLAGS:STRING=$ENV{JENKINS_C_FLAGS}"
"-DCMAKE_Fortran_FLAGS=$ENV{JENKINS_Fortran_FLAGS}"

"-DTrilinos_C_Standard=c11"

)

IF (DEFINED ENV{JENKINS_BLAS_LIBRARY_DIRS})
Expand Down

0 comments on commit 05971c2

Please sign in to comment.