Skip to content

Commit

Permalink
Enable variant internal-protobuf for py-torch in ai-env
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Mar 6, 2024
1 parent d0c1623 commit 60e421f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[submodule "spack"]
path = spack
#url = https://github.com/spack/spack
#branch = develop
url = https://github.com/jcsda/spack
branch = jcsda_emc_spack_stack
##url = https://github.com/spack/spack
##branch = develop
#url = https://github.com/jcsda/spack
#branch = jcsda_emc_spack_stack
url = https://github.com/climbfuji/spack
branch = feature/pytorch_internal_protobuf
[submodule "doc/CMakeModules"]
path = doc/CMakeModules
url = https://github.com/noaa-emc/cmakemodules
Expand Down
2 changes: 1 addition & 1 deletion spack
2 changes: 1 addition & 1 deletion spack-ext/repos/spack-stack/packages/ai-env/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ class AiEnv(BundlePackage):
version("1.0.0")

depends_on("jedi-base-env", type="run")
depends_on("py-torch", type="run")
depends_on("py-torch +internal-protobuf", type="run")

# There is no need for install() since there is no code.

0 comments on commit 60e421f

Please sign in to comment.