eccodes package: apply cmake-patch only when @:2.10 (#12512)
This commit is contained in:
parent
b8175e3fae
commit
c900cd64c3
@ -72,7 +72,7 @@ class Eccodes(CMakePackage):
|
|||||||
patch('enable_only_jasper.patch', when='jp2k=jasper')
|
patch('enable_only_jasper.patch', when='jp2k=jasper')
|
||||||
|
|
||||||
# CMAKE_INSTALL_RPATH must be a semicolon-separated list.
|
# CMAKE_INSTALL_RPATH must be a semicolon-separated list.
|
||||||
patch('cmake_install_rpath.patch')
|
patch('cmake_install_rpath.patch', when='@:2.10')
|
||||||
|
|
||||||
@run_before('cmake')
|
@run_before('cmake')
|
||||||
def check_fortran(self):
|
def check_fortran(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user