-
Notifications
You must be signed in to change notification settings - Fork 79
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
Restore the superbuild #2421
Restore the superbuild #2421
Conversation
6e8b635
to
72ac6fd
Compare
72ac6fd
to
7b16f56
Compare
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.
🥲
scripts/superbuild/CMakeLists.txt
Outdated
@@ -0,0 +1,180 @@ | |||
################################################################################ | |||
## Copyright (c) 2014-2022, Lawrence Livermore National Security, LLC. |
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.
Copyright year
@@ -0,0 +1,72 @@ | |||
################################################################################ | |||
## Copyright (c) 2014-2022, Lawrence Livermore National Security, LLC. |
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.
Year
@@ -0,0 +1,67 @@ | |||
################################################################################ | |||
## Copyright (c) 2014-2022, Lawrence Livermore National Security, LLC. |
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.
## Copyright (c) 2014-2022, Lawrence Livermore National Security, LLC. | |
## Copyright (c) 2014-2024, Lawrence Livermore National Security, LLC. |
It is with great sadness that this is done. The superbuild has been kept for internal use and for those situations in which real package managers prove inadequate, which were supposed to be few. Yet I have had to hand it out to nearly every user and/or developer of LBANN, because I guess our simple little package is too much for certain package managers to handle. Thus, here it is.
Do note that I do not want to spend any more of my life maintaining build systems or hand-holding developers (or users) than is programmatically necessary. Therefore this is presented as-is, with a couple of example scripts and a README. Good luck.
Finally, do continue to relentlessly hound the developers and/or maintainers of whichever package manager has failed to provide you with a working LBANN build so that this superbuild can fade away for a final time. It's not a hard package to build, and the dependencies are both quite few and quite common. So it's a real shame that there is so much trouble.