JCSDA / spack

A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
https://spack.io
Other
0 stars 14 forks source link

Add variant 'internal-protobuf', default False, for py-torch #410

Closed climbfuji closed 8 months ago

climbfuji commented 8 months ago

Description

Add variant 'internal-protobuf', default False, for py-torch. This is required to avoid mutliple versions of protobuf being built. See also https://github.com/spack/spack/issues/43054 and https://github.com/spack/spack/pull/43056.

Also: minor bug fix in awscli-v2 - temporarily use older syntax until support for new syntax from spack develop is merged into our fork.

Issue(s) addressed

See https://github.com/spack/spack/issues/43054. Working towards https://github.com/JCSDA/spack-stack/issues/994#issuecomment-1980855425

Dependencies

n/a

Impact

n/a

Checklist