-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix/sytuan/pangea build #1253
Conversation
The build on Pangea is succeeded with these modifications suggested by Thomas. |
9c5f6e6
to
d61194c
Compare
d61194c
to
6e0beda
Compare
@TotoGaz This one is yours to approve and merge. |
@@ -197,6 +202,7 @@ endif() | |||
################################ | |||
# Umpire | |||
################################ | |||
set(UMPIRE_DIR ${GEOSX_TPL_DIR}/chai) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should it be umpire?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I observed (see e.g. in host-configs/tpls.cmake) that both UMPIRE_DIR and CHAI_DIR are set to ${GEOSX_TPL_DIR}/chai
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes indeed
if(EXISTS ${GEOSX_TPL_DIR}/chai)
set(UMPIRE_DIR ${GEOSX_TPL_DIR}/chai CACHE PATH "" FORCE)
set(CHAI_DIR ${GEOSX_TPL_DIR}/chai CACHE PATH "" FORCE)
endif()
I would bet this is a copy paste forgetfulness. Do you confirm @corbett5 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TotoGaz the way we build CHAI currently, it also builds Umpire for us and it is located in CHAI_DIR
. When we build with Spack Umpire is created in a separate directory.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you investigate why your variable are not defined in tpls.cmake
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you fix your conflict with the integrated tests and then we can merge this?
c9db247
to
5087282
Compare
5087282
to
f396f9f
Compare
@sytuannguyen Obviously an issue with your |
f396f9f
to
ac0e2d7
Compare
ac0e2d7
to
66dd183
Compare
@TotoGaz It's OK now, please merge this PR |
@rrsettgast I'd like to merge this for the moment. Your NOK was about the |
No description provided.