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
0fd4e279
Commit
0fd4e279
authored
3 years ago
by
Sebastian Achilles
Browse files
Options
Downloads
Patches
Plain Diff
remove old expat
parent
96c85ca6
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Golden_Repo/e/expat/expat-2.2.9-GCCcore-10.3.0.eb
+0
-36
0 additions, 36 deletions
Golden_Repo/e/expat/expat-2.2.9-GCCcore-10.3.0.eb
Golden_Repo/e/expat/expat-2.2.9-GCCcore-9.3.0.eb
+0
-24
0 additions, 24 deletions
Golden_Repo/e/expat/expat-2.2.9-GCCcore-9.3.0.eb
with
0 additions
and
60 deletions
Golden_Repo/e/expat/expat-2.2.9-GCCcore-10.3.0.eb
deleted
100644 → 0
+
0
−
36
View file @
96c85ca6
easyblock = 'ConfigureMake'
name = 'expat'
version = '2.2.9'
homepage = 'https://libexpat.github.io'
description = """
Expat is an XML parser library written in C. It is a stream-oriented parser
in which an application registers handlers for things the parser might find
in the XML document (like start tags)
"""
site_contacts = 'a.strube@fz-juelich.de'
toolchain = {'name': 'GCCcore', 'version': '10.3.0'}
toolchainopts = {'pic': True}
source_urls = ['https://github.com/libexpat/libexpat/releases/download/R_%s/' %
version.replace('.', '_')]
sources = [SOURCE_TAR_BZ2]
checksums = ['f1063084dc4302a427dabcca499c8312b3a32a29b7d2506653ecc8f950a9a237']
builddependencies = [('binutils', '2.36.1')]
# Since expat 2.2.6, docbook2X is needed to produce manpage of xmlwf.
# Docbook2X needs XML-Parser and XML-Parser needs expat.
# -> circular dependency. "--without-docbook" breaks this circle.
configopts = ['--without-docbook']
sanity_check_paths = {
'files': ['include/expat.h', 'lib/libexpat.a', 'lib/libexpat.%s' % SHLIB_EXT],
'dirs': [],
}
moduleclass = 'tools'
This diff is collapsed.
Click to expand it.
Golden_Repo/e/expat/expat-2.2.9-GCCcore-9.3.0.eb
deleted
100644 → 0
+
0
−
24
View file @
96c85ca6
easyblock = 'ConfigureMake'
name = 'expat'
version = '2.2.9'
homepage = 'http://expat.sourceforge.net/'
description = """Expat is an XML parser library written in C. It is a
stream-oriented parser in which an application registers
handlers for things the parser might find in the XML document
(like start tags)"""
site_contacts = 'a.strube@fz-juelich.de'
toolchain = {'name': 'GCCcore', 'version': '9.3.0'}
toolchainopts = {'pic': True}
sources = [SOURCELOWER_TAR_BZ2]
source_urls = [SOURCEFORGE_SOURCE]
builddependencies = [
('binutils', '2.34'),
]
moduleclass = 'tools'
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