Skip to content

Commit

Permalink
Merge pull request #519 from lukemartinlogan/master
Browse files Browse the repository at this point in the history
Remove python3 from spack
  • Loading branch information
lukemartinlogan committed May 1, 2023
2 parents 7bff53a + 2161513 commit d312f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/hermes/packages/hermes/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ class Hermes(CMakePackage):
depends_on('mpich@3.3.2:')
depends_on('yaml-cpp')
depends_on('boost@1.7:')
depends_on('python3')
# TODO(): we need to figure out how to add a python library as a dependency
# depends_on('python3')
# depends_on('jarvis-util')
depends_on('libfabric@1.14.1 fabrics=mlx,rxd,rxm,shm,sockets,tcp,udp,verbs,xpmem',
when='+ares')
Expand Down

0 comments on commit d312f78

Please sign in to comment.