Skip to content

Commit

Permalink
add libheif dep to JasPer
Browse files Browse the repository at this point in the history
  • Loading branch information
jfgrimm committed Dec 18, 2024
1 parent 486b723 commit 3e10724
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ builddependencies = [
('CMake', '3.20.1'),
]

dependencies = [('libheif', '1.12.0')]

configopts = '-DJAS_ENABLE_DOC=OFF '

sanity_check_paths = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ builddependencies = [
('CMake', '3.21.1'),
]

dependencies = [('libheif', '1.12.0')]

configopts = '-DJAS_ENABLE_DOC=OFF '

sanity_check_paths = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ builddependencies = [
('CMake', '3.23.1'),
]

dependencies = [('libheif', '1.16.2')]

configopts = '-DJAS_ENABLE_DOC=OFF '

sanity_check_paths = {
Expand Down
2 changes: 2 additions & 0 deletions easybuild/easyconfigs/j/JasPer/JasPer-4.0.0-GCCcore-12.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ builddependencies = [
('CMake', '3.26.3'),
]

dependencies = [('libheif', '1.17.6')]

configopts = '-DJAS_ENABLE_DOC=OFF '

sanity_check_paths = {
Expand Down

0 comments on commit 3e10724

Please sign in to comment.