You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following points need to be worked upon in the Spack lecture:
Explicitly state that Spack actually builds packages from source, and also its dependencies from source. This is the principle difference to what apt or pip does.
Make it clear that the checksum in the versions in package.py is used to verify if the sources are actually the ones which were originally released. Avoid calling the checksum an identifier.
The difference between using Spack as a user and as a developer of a package needs to be more explicitly stated.
The text was updated successfully, but these errors were encountered:
The following points need to be worked upon in the Spack lecture:
apt
orpip
does.package.py
is used to verify if the sources are actually the ones which were originally released. Avoid calling the checksum an identifier.The text was updated successfully, but these errors were encountered: