Mark proprietary packages non-redistributable - #6247
Merged
Conversation
The source mirror analysis turned up packages we can't legally mirror (acfl was already failing this way in #6245). Add license() and redistribute(source=False, binary=False) to: - acfl, armpl-gcc: Arm EULA - aocc: AMD EULA (install already requires +license-agreed) - aqlprofile: proprietary binaries; MIT as of rocm 7.0.0, so scope to @:6 - dislin: proprietary freeware - namd: UIUC non-commercial license (was already non-redistributable) - psipred: UCL non-commercial license - py-x21: closed-source wheels - charmpp: Apache-2.0 as of v7.1; older versions are non-commercial Assisted-by: Claude <noreply@anthropic.com> Signed-off-by: Todd Gamblin <tgamblin@llnl.gov>
spackbot-triage
Bot
requested review from
afzpatel,
amd-toolchain-support,
jcphill,
matthiasdiener,
paolotricerri,
renjithravindrankannath and
srekolam
August 27, 2026 06:01
alalazo
approved these changes
Aug 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
While working on the source mirror sync job (see #6245), I found a number of packages whose sources we can't legally mirror.
acflwas already failing this way in the reverted nightly job. This addslicense()andredistribute(source=False, binary=False)to:acfl,armpl-gcc: Arm EULAaocc: AMD EULA (install already requires+license-agreed)aqlprofile: proprietary binaries; MIT as of rocm 7.0.0, so scoped to@:6dislin: proprietary freewarenamd: UIUC non-commercial license (was already non-redistributable)psipred: UCL non-commercial licensepy-x21: closed-source wheelscharmpp: Apache-2.0 as of v7.1; older versions are non-commercialWith these, the mirror sync job will skip these packages instead of trying to fetch them every night and failing.