Skip to content

Commit

Permalink
add openssh
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotan committed Nov 7, 2024
1 parent a36025f commit ee3beaa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ def build_requirements(self):
self.build_requires("catch2/3.3.2")
self.build_requires("ninja/1.10.2")
self.build_requires("zlib/1.2.13")
if self.options.get_safe("with_mpi", False):
self.requires("openmpi/4.1.0")
self.requires("openssh/9.9p1")

def config_options(self):
if self.settings.os == "Windows":
Expand Down

0 comments on commit ee3beaa

Please sign in to comment.