-
Notifications
You must be signed in to change notification settings - Fork 572
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
[DRAFT] PyTrilinos2: Switch to "primary tested" #13708
base: develop
Are you sure you want to change the base?
Conversation
@sebrowne @jmlapre The AT2 builds are picking up the wrong Python, see e.g. here:
but later on a PyBind11 is used that was installed for Python 3.11
Should the variable here
be Python3_EXECUTABLE (see #13523) ?
|
Yes I believe that will work. I'm not positive that the EDIT: I just checked, and yes |
Perfect, thank you @sebrowne ! I'm more than happy to wait until tomorrow ;-) |
It may be Thursday, there's a multiple-nightly-process coordination thing going on. Tonight our process will deploy our container, then the AT2 team will grab that and layer on top of it tomorrow evening. If all goes quickly, it CAN happen in one night. |
No worries. This change won't merge until we are fully switched over to AT2 anyway. |
Signed-off-by: Christian Glusa <[email protected]>
a1cac4b
to
4fb75de
Compare
Signed-off-by: Christian Glusa <[email protected]>
Signed-off-by: Christian Glusa <[email protected]>
Signed-off-by: Christian Glusa <[email protected]>
Signed-off-by: Christian Glusa <[email protected]>
@trilinos/pytrilinos2
Motivation
Switch PyTrilinos2 to "primary tested" so that the AT builds it.
This will fail with AT1 since binder is not available, but AT2 should pass.