Limit Jasper version for WPS (#31088)
* Limit Jasper version for WPS Jasper@3: changed API and does not support interfaces used by WPS. This prevented ungrib.exe build and failed silently.
This commit is contained in:
parent
27610838dd
commit
06b5141d01
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class Wps(Package):
|
|||
depends_on('time', type=('build'))
|
||||
depends_on('m4', type='build')
|
||||
depends_on('libtool', type='build')
|
||||
depends_on('jasper')
|
||||
depends_on('jasper@:2')
|
||||
phases = ['configure', 'build', 'install']
|
||||
|
||||
patch('for_aarch64.patch', when='target=aarch64:')
|
||||
|
|
Loading…
Reference in a new issue