diff options
author | Even Rouault <even.rouault@spatialys.com> | 2021-06-25 18:19:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-25 10:19:23 -0600 |
commit | 843c38e69e8b17b5f7585748e9b7ba4a316bb986 (patch) | |
tree | 19a05723f2d3324594e8ed548344019b3a6a2fba | |
parent | 2bc0c0ea59eeb81601bb6a1cc416100f0a8989ea (diff) | |
download | spack-843c38e69e8b17b5f7585748e9b7ba4a316bb986.tar.gz spack-843c38e69e8b17b5f7585748e9b7ba4a316bb986.tar.bz2 spack-843c38e69e8b17b5f7585748e9b7ba4a316bb986.tar.xz spack-843c38e69e8b17b5f7585748e9b7ba4a316bb986.zip |
GDAL: only jasper will be removed in GDAL 3.5, not openjpeg (#24483)
-rw-r--r-- | var/spack/repos/builtin/packages/gdal/package.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/gdal/package.py b/var/spack/repos/builtin/packages/gdal/package.py index d176eb87f0..1a82df3a42 100644 --- a/var/spack/repos/builtin/packages/gdal/package.py +++ b/var/spack/repos/builtin/packages/gdal/package.py @@ -175,7 +175,6 @@ class Gdal(AutotoolsPackage): conflicts('+mdb', when='~java', msg='MDB driver requires Java') conflicts('+jasper', when='@3.5:', msg='JPEG2000 driver removed in GDAL 3.5') - conflicts('+openjpeg', when='@3.5:', msg='JPEG2000 driver removed in GDAL 3.5') conflicts('+perl', when='@3.5:', msg='Perl bindings removed in GDAL 3.5') # https://github.com/OSGeo/gdal/issues/3782 |