Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
easybuild-repository-public-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DEEP-SEA
easybuild-repository-public-release
Commits
cf1fa4a8
Commit
cf1fa4a8
authored
2 years ago
by
Alexandre Strube
Browse files
Options
Downloads
Plain Diff
Merge branch 'exiv2-2023' into '2023'
Exiv2 See merge request software-team/easybuild!1474
parents
f6f7fc28
e347246d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Golden_Repo/e/exiv2/exiv2-0.27.5-GCCcore-11.3.0.eb
+34
-0
34 additions, 0 deletions
Golden_Repo/e/exiv2/exiv2-0.27.5-GCCcore-11.3.0.eb
with
34 additions
and
0 deletions
Golden_Repo/e/exiv2/exiv2-0.27.5-GCCcore-11.3.0.eb
0 → 100644
+
34
−
0
View file @
cf1fa4a8
easyblock = 'CMakeMake'
name = 'exiv2'
version = '0.27.5'
homepage = 'http://www.exiv2.org'
description = """
Exiv2 is a C++ library and a command line utility to manage image metadata. It provides fast and easy read and write
access to the Exif, IPTC and XMP metadata of digital images in various formats. Exiv2 is available as free software and
with a commercial license, and is used in many projects.
"""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
source_urls = ['https://github.com/Exiv2/exiv2/releases/download/v%(version)s/']
sources = ['%(namelower)s-%(version)s-Source.tar.gz']
checksums = ['35a58618ab236a901ca4928b0ad8b31007ebdc0386d904409d825024e45ea6e2']
builddependencies = [
('binutils', '2.38'),
('CMake', '3.23.1'),
]
dependencies = [
('expat', '2.4.8'),
]
sanity_check_paths = {
'files': ['bin/exiv2', 'lib/libexiv2.%s' % SHLIB_EXT],
'dirs': []
}
moduleclass = 'vis'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment