oce: add 0.18.1 (#4376)

This commit is contained in:
Denis Davydov 2017-05-27 23:35:32 +02:00 committed by Adam J. Stewart
parent 0b252d5402
commit 87ebb0fc15

View file

@ -34,6 +34,7 @@ class Oce(Package):
homepage = "https://github.com/tpaviot/oce"
url = "https://github.com/tpaviot/oce/archive/OCE-0.18.tar.gz"
version('0.18.1', '2a7597f4243ee1f03245aeeb02d00956')
version('0.18', '226e45e77c16a4a6e127c71fefcd171410703960ae75c7ecc7eb68895446a993')
version('0.17.2', 'bf2226be4cd192606af677cf178088e5')
version('0.17.1', '36c67b87093c675698b483454258af91')
@ -59,7 +60,7 @@ class Oce(Package):
# reported 27 Sep 2016 https://github.com/tpaviot/oce/issues/643
if (platform.system() == "Darwin") and (
'.'.join(platform.mac_ver()[0].split('.')[:2]) == '10.12'):
patch('sierra.patch', when='@0.17.2:0.18')
patch('sierra.patch', when='@0.17.2:0.18.0')
def install(self, spec, prefix):
options = []