Skip to content
Snippets Groups Projects
Unverified Commit 030b2f86 authored by Adam J. Stewart's avatar Adam J. Stewart Committed by GitHub
Browse files

Add missing zlib dependency to openjpeg (#13336)

parent 0cfc88c7
Branches
Tags
No related merge requests found
......@@ -30,6 +30,8 @@ class Openjpeg(CMakePackage):
version('1.5.2', sha256='3734e95edd0bef6e056815591755efd822228dc3cd866894e00a2c929026b16d')
version('1.5.1', sha256='6a42fcc23cb179f69a1e94429089e5a5926aee1ffe582a0a6bd91299d297e61a')
depends_on('zlib')
# The problem with install name of the library on MacOs was fixed starting
# version 2.1.1: https://github.com/uclouvain/openjpeg/commit/b9a247b559e62e55f5561624cf4a19aee3c8afdc
# The solution works for the older versions (at least starting 1.5.1) too.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment