Skip to content

Commit

Permalink
Update package.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Mar 9, 2022
1 parent efaa428 commit 101e1c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/hermes/packages/gortools/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class Gortools(Package):
version('7.8', sha256='d93a9502b18af51902abd130ff5f23768fcf47e266e6d1f34b3586387aa2de68')
version('7.0', sha256='379c13c9a5ae70bf0e876763005b2d2d51fcf966882b28b1a65344f2d3d2c589')
depends_on('cmake@3.0.2:', '@7.7')
depends_on('coinutils')

def url_for_version(self, version):
url = "https://github.com/google/or-tools/archive/v{}.tar.gz"
Expand Down

0 comments on commit 101e1c0

Please sign in to comment.