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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DEEP-SEA
easybuild-repository-public-release
Commits
cc15809d
Commit
cc15809d
authored
2 years ago
by
Jens Henrik Goebbert
Browse files
Options
Downloads
Patches
Plain Diff
initial commit
parent
8f4d0c8c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Golden_Repo/s/SDL2/SDL2-2.26.2-gcccoremkl-11.3.0-2022.1.0.eb
+41
-0
41 additions, 0 deletions
Golden_Repo/s/SDL2/SDL2-2.26.2-gcccoremkl-11.3.0-2022.1.0.eb
with
41 additions
and
0 deletions
Golden_Repo/s/SDL2/SDL2-2.26.2-gcccoremkl-11.3.0-2022.1.0.eb
0 → 100644
+
41
−
0
View file @
cc15809d
##
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu, NTUA
# Authors:: Fotis Georgatos <fotis@cern.ch>
# License:: MIT/GPL
# $Id$
#
# This work implements a part of the HPCBIOS project and is a component of the policy:
# http://hpcbios.readthedocs.org/en/latest/
##
easyblock = 'ConfigureMake'
name = 'SDL2'
version = '2.26.2'
homepage = 'http://www.libsdl.org/'
description = "SDL: Simple DirectMedia Layer, a cross-platform multimedia library"
toolchain = {'name': 'gcccoremkl', 'version': '11.3.0-2022.1.0'}
source_urls = ['http://www.libsdl.org/release/']
sources = [SOURCE_TAR_GZ]
checksums = ['95d39bc3de037fbdfa722623737340648de4f180a601b0afad27645d150b99e0']
builddependencies = [
('binutils', '2.38'),
]
dependencies = [
('X11', '20220504'),
('CUDA', '12.0', '', SYSTEM),
]
sanity_check_paths = {
'files': ['bin/sdl2-config', 'lib/libSDL2.%s' % SHLIB_EXT],
'dirs': [],
}
moduleclass = 'lib'
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