Disable patch that was merged into upstream in 1.10.2

This commit is contained in:
Erik Schnetter 2016-01-21 14:13:39 -05:00
parent 6b3f023d98
commit 2f70c842b8

View File

@ -25,7 +25,7 @@ class Openmpi(Package):
patch('ad_lustre_rwcontig_open_source.patch', when="@1.6.5")
patch('llnl-platforms.patch', when="@1.6.5")
patch('configure.patch', when="@1.10.0:")
patch('configure.patch', when="@1.10.0:1.10.1")
variant('psm', default=False, description='Build support for the PSM library.')
variant('verbs', default=False, description='Build support for OpenFabrics verbs.')