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.
adding easyconfigs: LibRaw-0.21.3-GCCcore-11.2.0.eb, LibRaw-0.21.3-GC…
…Ccore-11.3.0.eb, LibRaw-0.21.3-GCCcore-12.2.0.eb, LibRaw-0.21.3-GCCcore-12.3.0.eb
- Loading branch information
Showing
4 changed files
with
196 additions
and
0 deletions.
There are no files selected for viewing
49 changes: 49 additions & 0 deletions
49
easybuild/easyconfigs/l/LibRaw/LibRaw-0.21.3-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,49 @@ | ||
easyblock = 'ConfigureMake' | ||
|
||
name = 'LibRaw' | ||
version = '0.21.3' | ||
|
||
homepage = 'https://www.libraw.org/' | ||
description = """The LibRaw library provides a simple and unified interface for extracting out of RAW files | ||
generated by digital photo cameras the following: | ||
- RAW data (pixel values) | ||
- Metadata necessary for processing RAW (geometry, CFA / Bayer pattern, black level, white balance, etc.) | ||
- Embedded preview / thumbnail. | ||
""" | ||
|
||
toolchain = {'name': 'GCCcore', 'version': '11.2.0'} | ||
|
||
source_urls = ['https://www.libraw.org/data/'] | ||
sources = [SOURCE_TAR_GZ] | ||
checksums = ['dba34b7fc1143503942fa32ad9db43e94f714e62a4a856e91617f8f3e1e0aa5c'] | ||
|
||
builddependencies = [ | ||
('binutils', '2.37'), | ||
('pkgconf', '1.8.0'), | ||
] | ||
|
||
dependencies = [ | ||
('zlib', '1.2.11'), | ||
('libjpeg-turbo', '2.0.6'), | ||
('JasPer', '2.0.33'), | ||
('LittleCMS', '2.12'), | ||
] | ||
|
||
sanity_check_paths = { | ||
'files': ['bin/dcraw_emu', 'bin/half_mt', 'bin/raw-identify', 'bin/rawtextdump'] + | ||
['include/libraw/libraw.h', 'lib/libraw.a', 'lib/libraw.%s' % SHLIB_EXT], | ||
'dirs': [], | ||
} | ||
|
||
sanity_check_commands = [ | ||
'4channels', | ||
'dcraw_half', | ||
'mem_image', | ||
'multirender_test', | ||
'postprocessing_benchmark', | ||
'simple_dcraw', | ||
'unprocessed_raw' | ||
] | ||
|
||
moduleclass = 'vis' |
49 changes: 49 additions & 0 deletions
49
easybuild/easyconfigs/l/LibRaw/LibRaw-0.21.3-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,49 @@ | ||
easyblock = 'ConfigureMake' | ||
|
||
name = 'LibRaw' | ||
version = '0.21.3' | ||
|
||
homepage = 'https://www.libraw.org/' | ||
description = """The LibRaw library provides a simple and unified interface for extracting out of RAW files | ||
generated by digital photo cameras the following: | ||
- RAW data (pixel values) | ||
- Metadata necessary for processing RAW (geometry, CFA / Bayer pattern, black level, white balance, etc.) | ||
- Embedded preview / thumbnail. | ||
""" | ||
|
||
toolchain = {'name': 'GCCcore', 'version': '11.3.0'} | ||
|
||
source_urls = ['https://www.libraw.org/data/'] | ||
sources = [SOURCE_TAR_GZ] | ||
checksums = ['dba34b7fc1143503942fa32ad9db43e94f714e62a4a856e91617f8f3e1e0aa5c'] | ||
|
||
builddependencies = [ | ||
('binutils', '2.38'), | ||
('pkgconf', '1.8.0'), | ||
] | ||
|
||
dependencies = [ | ||
('zlib', '1.2.12'), | ||
('libjpeg-turbo', '2.1.3'), | ||
('JasPer', '2.0.33'), | ||
('LittleCMS', '2.13.1'), | ||
] | ||
|
||
sanity_check_paths = { | ||
'files': ['bin/dcraw_emu', 'bin/half_mt', 'bin/raw-identify', 'bin/rawtextdump'] + | ||
['include/libraw/libraw.h', 'lib/libraw.a', 'lib/libraw.%s' % SHLIB_EXT], | ||
'dirs': [], | ||
} | ||
|
||
sanity_check_commands = [ | ||
'4channels', | ||
'dcraw_half', | ||
'mem_image', | ||
'multirender_test', | ||
'postprocessing_benchmark', | ||
'simple_dcraw', | ||
'unprocessed_raw' | ||
] | ||
|
||
moduleclass = 'vis' |
49 changes: 49 additions & 0 deletions
49
easybuild/easyconfigs/l/LibRaw/LibRaw-0.21.3-GCCcore-12.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,49 @@ | ||
easyblock = 'ConfigureMake' | ||
|
||
name = 'LibRaw' | ||
version = '0.21.3' | ||
|
||
homepage = 'https://www.libraw.org/' | ||
description = """The LibRaw library provides a simple and unified interface for extracting out of RAW files | ||
generated by digital photo cameras the following: | ||
- RAW data (pixel values) | ||
- Metadata necessary for processing RAW (geometry, CFA / Bayer pattern, black level, white balance, etc.) | ||
- Embedded preview / thumbnail. | ||
""" | ||
|
||
toolchain = {'name': 'GCCcore', 'version': '12.2.0'} | ||
|
||
source_urls = ['https://www.libraw.org/data/'] | ||
sources = [SOURCE_TAR_GZ] | ||
checksums = ['dba34b7fc1143503942fa32ad9db43e94f714e62a4a856e91617f8f3e1e0aa5c'] | ||
|
||
builddependencies = [ | ||
('binutils', '2.39'), | ||
('pkgconf', '1.9.3'), | ||
] | ||
|
||
dependencies = [ | ||
('zlib', '1.2.12'), | ||
('libjpeg-turbo', '2.1.4'), | ||
('JasPer', '4.0.0'), | ||
('LittleCMS', '2.14'), | ||
] | ||
|
||
sanity_check_paths = { | ||
'files': ['bin/dcraw_emu', 'bin/half_mt', 'bin/raw-identify', 'bin/rawtextdump'] + | ||
['include/libraw/libraw.h', 'lib/libraw.a', 'lib/libraw.%s' % SHLIB_EXT], | ||
'dirs': [], | ||
} | ||
|
||
sanity_check_commands = [ | ||
'4channels', | ||
'dcraw_half', | ||
'mem_image', | ||
'multirender_test', | ||
'postprocessing_benchmark', | ||
'simple_dcraw', | ||
'unprocessed_raw' | ||
] | ||
|
||
moduleclass = 'vis' |
49 changes: 49 additions & 0 deletions
49
easybuild/easyconfigs/l/LibRaw/LibRaw-0.21.3-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,49 @@ | ||
easyblock = 'ConfigureMake' | ||
|
||
name = 'LibRaw' | ||
version = '0.21.3' | ||
|
||
homepage = 'https://www.libraw.org/' | ||
description = """The LibRaw library provides a simple and unified interface for extracting out of RAW files | ||
generated by digital photo cameras the following: | ||
- RAW data (pixel values) | ||
- Metadata necessary for processing RAW (geometry, CFA / Bayer pattern, black level, white balance, etc.) | ||
- Embedded preview / thumbnail. | ||
""" | ||
|
||
toolchain = {'name': 'GCCcore', 'version': '12.3.0'} | ||
|
||
source_urls = ['https://www.libraw.org/data/'] | ||
sources = [SOURCE_TAR_GZ] | ||
checksums = ['dba34b7fc1143503942fa32ad9db43e94f714e62a4a856e91617f8f3e1e0aa5c'] | ||
|
||
builddependencies = [ | ||
('binutils', '2.40'), | ||
('pkgconf', '1.9.5'), | ||
] | ||
|
||
dependencies = [ | ||
('zlib', '1.2.13'), | ||
('libjpeg-turbo', '2.1.5.1'), | ||
('JasPer', '4.0.0'), | ||
('LittleCMS', '2.15'), | ||
] | ||
|
||
sanity_check_paths = { | ||
'files': ['bin/dcraw_emu', 'bin/half_mt', 'bin/raw-identify', 'bin/rawtextdump'] + | ||
['include/libraw/libraw.h', 'lib/libraw.a', 'lib/libraw.%s' % SHLIB_EXT], | ||
'dirs': [], | ||
} | ||
|
||
sanity_check_commands = [ | ||
'4channels', | ||
'dcraw_half', | ||
'mem_image', | ||
'multirender_test', | ||
'postprocessing_benchmark', | ||
'simple_dcraw', | ||
'unprocessed_raw' | ||
] | ||
|
||
moduleclass = 'vis' |