Skip to content
Snippets Groups Projects
Commit a72ab716 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

Libepoxy

parent 7fa63c4e
No related branches found
No related tags found
No related merge requests found
easyblock = 'MesonNinja'
name = 'libepoxy'
version = '1.5.10'
homepage = 'https://github.com/anholt/libepoxy'
description = "Epoxy is a library for handling OpenGL function pointer management for you"
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
github_account = 'anholt'
source_urls = [GITHUB_LOWER_SOURCE]
sources = ['%(version)s.tar.gz']
checksums = ['a7ced37f4102b745ac86d6a70a9da399cc139ff168ba6b8002b4d8d43c900c15']
builddependencies = [
('binutils', '2.38'),
('Meson', '0.62.1'),
('Ninja', '1.10.2'),
('pkgconf', '1.8.0'),
]
dependencies = [
('X11', '20220504'),
('OpenGL', '2022a'),
]
configopts = '-Degl=yes --libdir %(installdir)s/lib '
sanity_check_paths = {
'files': ['include/epoxy/%s.h' % x for x in ['common', 'egl_generated', 'egl', 'gl_generated',
'gl', 'glx_generated', 'glx']] +
['lib/libepoxy.%s' % SHLIB_EXT],
'dirs': ['lib']
}
moduleclass = 'lib'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment