forked from easybuilders/easybuild-easyconfigs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drop libheif and libde265 to GCCcore
- Loading branch information
Showing
8 changed files
with
136 additions
and
4 deletions.
There are no files selected for viewing
34 changes: 34 additions & 0 deletions
34
easybuild/easyconfigs/l/libde265/libde265-1.0.11-GCCcore-11.3.0.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild | ||
# Author: Denis Kristak | ||
easyblock = 'CMakeMake' | ||
|
||
name = 'libde265' | ||
version = '1.0.11' | ||
|
||
homepage = 'https://github.com/strukturag/libde265' | ||
description = "libde265 is an open source implementation of the h.265 video codec" | ||
|
||
toolchain = {'name': 'GCCcore', 'version': '11.3.0'} | ||
|
||
source_urls = ['https://github.com/strukturag/libde265/releases/download/v%(version)s/'] | ||
sources = [SOURCE_TAR_GZ] | ||
checksums = ['2f8f12cabbdb15e53532b7c1eb964d4e15d444db1be802505e6ac97a25035bab'] | ||
|
||
builddependencies = [ | ||
('binutils', '2.38'), | ||
('CMake', '3.23.1'), | ||
] | ||
|
||
configopts = "-DENABLE_DECODER=ON -DENABLE_ENCODER=ON" | ||
|
||
sanity_check_paths = { | ||
'files': ['bin/dec265', 'bin/enc265', 'lib/libde265.%s' % SHLIB_EXT, 'lib/pkgconfig/libde265.pc'], | ||
'dirs': ['include/libde265', 'lib/cmake/libde265'], | ||
} | ||
|
||
sanity_check_commands = [ | ||
"dec265 --help", | ||
"enc265 --help", | ||
] | ||
|
||
moduleclass = 'tools' |
34 changes: 34 additions & 0 deletions
34
easybuild/easyconfigs/l/libde265/libde265-1.0.15-GCCcore-12.3.0.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild | ||
# Author: Denis Kristak | ||
easyblock = 'CMakeMake' | ||
|
||
name = 'libde265' | ||
version = '1.0.15' | ||
|
||
homepage = 'https://github.com/strukturag/libde265' | ||
description = "libde265 is an open source implementation of the h.265 video codec" | ||
|
||
toolchain = {'name': 'GCCcore', 'version': '12.3.0'} | ||
|
||
source_urls = ['https://github.com/strukturag/libde265/releases/download/v%(version)s/'] | ||
sources = [SOURCE_TAR_GZ] | ||
checksums = ['00251986c29d34d3af7117ed05874950c875dd9292d016be29d3b3762666511d'] | ||
|
||
builddependencies = [ | ||
('binutils', '2.40'), | ||
('CMake', '3.26.3'), | ||
] | ||
|
||
configopts = "-DENABLE_DECODER=ON -DENABLE_ENCODER=ON" | ||
|
||
sanity_check_paths = { | ||
'files': ['bin/dec265', 'bin/enc265', 'lib/libde265.%s' % SHLIB_EXT, 'lib/pkgconfig/libde265.pc'], | ||
'dirs': ['include/libde265', 'lib/cmake/libde265'], | ||
} | ||
|
||
sanity_check_commands = [ | ||
"dec265 --help", | ||
"enc265 --help", | ||
] | ||
|
||
moduleclass = 'tools' |
30 changes: 30 additions & 0 deletions
30
easybuild/easyconfigs/l/libde265/libde265-1.0.8-GCCcore-10.3.0.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
easyblock = 'CMakeMake' | ||
|
||
name = 'libde265' | ||
version = '1.0.8' | ||
|
||
homepage = 'https://github.com/strukturag/libde265' | ||
description = "libde265 is an open source implementation of the h.265 video codec" | ||
|
||
toolchain = {'name': 'GCCcore', 'version': '10.3.0'} | ||
|
||
source_urls = ['https://github.com/strukturag/libde265/releases/download/v%(version)s/'] | ||
sources = [SOURCE_TAR_GZ] | ||
checksums = ['24c791dd334fa521762320ff54f0febfd3c09fc978880a8c5fbc40a88f21d905'] | ||
|
||
builddependencies = [ | ||
('binutils', '2.36.1'), | ||
('CMake', '3.20.1'), | ||
] | ||
|
||
sanity_check_paths = { | ||
'files': ['bin/dec265', 'bin/enc265', 'lib/liblibde265.%s' % SHLIB_EXT], | ||
'dirs': ['include/libde265', 'lib/cmake/libde265'], | ||
} | ||
|
||
sanity_check_commands = [ | ||
"dec265 --help", | ||
"enc265 --help", | ||
] | ||
|
||
moduleclass = 'tools' |
30 changes: 30 additions & 0 deletions
30
easybuild/easyconfigs/l/libde265/libde265-1.0.8-GCCcore-11.2.0.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
easyblock = 'CMakeMake' | ||
|
||
name = 'libde265' | ||
version = '1.0.8' | ||
|
||
homepage = 'https://github.com/strukturag/libde265' | ||
description = "libde265 is an open source implementation of the h.265 video codec" | ||
|
||
toolchain = {'name': 'GCCcore', 'version': '11.2.0'} | ||
|
||
source_urls = ['https://github.com/strukturag/libde265/releases/download/v%(version)s/'] | ||
sources = [SOURCE_TAR_GZ] | ||
checksums = ['24c791dd334fa521762320ff54f0febfd3c09fc978880a8c5fbc40a88f21d905'] | ||
|
||
builddependencies = [ | ||
('binutils', '2.37'), | ||
('CMake', '3.22.1'), | ||
] | ||
|
||
sanity_check_paths = { | ||
'files': ['bin/dec265', 'bin/enc265', 'lib/liblibde265.%s' % SHLIB_EXT], | ||
'dirs': ['include/libde265', 'lib/cmake/libde265'], | ||
} | ||
|
||
sanity_check_commands = [ | ||
"dec265 --help", | ||
"enc265 --help", | ||
] | ||
|
||
moduleclass = 'tools' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters