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
{{ message }}
This repository was archived by the owner on Oct 1, 2020. It is now read-only.
I'm trying to add a package for QNNPACK to the Spack package manager. I see that QNNPACK downloads its own dependencies, and that this can be avoided by setting *_SOURCE_DIR via cmake. Is there a way to point to an existing external installation instead of a source directory so that Spack doesn't need to rebuild all of these dependencies? Spack is designed to work on air-gapped supercomputers that don't have internet access, so I can't have it download anything at build time.
The text was updated successfully, but these errors were encountered:
I'm trying to add a package for QNNPACK to the Spack package manager. I see that QNNPACK downloads its own dependencies, and that this can be avoided by setting
*_SOURCE_DIR
via cmake. Is there a way to point to an existing external installation instead of a source directory so that Spack doesn't need to rebuild all of these dependencies? Spack is designed to work on air-gapped supercomputers that don't have internet access, so I can't have it download anything at build time.The text was updated successfully, but these errors were encountered: