Skip to content

Commit

Permalink
adding easyconfigs: LibRaw-0.21.3-GCCcore-11.2.0.eb, LibRaw-0.21.3-GC…
Browse files Browse the repository at this point in the history
…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
bedroge committed Oct 4, 2024
1 parent 9a9c1b9 commit 637a334
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 0 deletions.
49 changes: 49 additions & 0 deletions easybuild/easyconfigs/l/LibRaw/LibRaw-0.21.3-GCCcore-11.2.0.eb
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 easybuild/easyconfigs/l/LibRaw/LibRaw-0.21.3-GCCcore-11.3.0.eb
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 easybuild/easyconfigs/l/LibRaw/LibRaw-0.21.3-GCCcore-12.2.0.eb
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 easybuild/easyconfigs/l/LibRaw/LibRaw-0.21.3-GCCcore-12.3.0.eb
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'

0 comments on commit 637a334

Please sign in to comment.