Skip to content

Commit

Permalink
Add easyconfig GL2PS-1.4.2-GCCcore-13.2.0.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmorillo committed Dec 20, 2024
1 parent ef644ae commit 4758d6a
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions easybuild/easyconfigs/g/GL2PS/GL2PS-1.4.2-GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
easyblock = 'CMakeMake'

name = 'GL2PS'
version = '1.4.2'

homepage = 'https://www.geuz.org/gl2ps/'
description = """GL2PS: an OpenGL to PostScript printing library"""

toolchain = {'name': 'GCCcore', 'version': '13.2.0'}

source_urls = ['https://geuz.org/gl2ps/src/']
sources = [SOURCELOWER_TGZ]
checksums = ['8d1c00c1018f96b4b97655482e57dcb0ce42ae2f1d349cd6d4191e7848d9ffe9']

builddependencies = [
('CMake', '3.27.6'),
('binutils', '2.40'),
]

dependencies = [
('X11', '20231019'),
('Mesa', '23.1.9'),
('libGLU', '9.0.3'),
('freeglut', '3.4.0'),
('libpng', '1.6.40'),
('zlib', '1.2.13'),
]

sanity_check_paths = {
'files': ['include/gl2ps.h', 'lib/libgl2ps.%s' % SHLIB_EXT],
'dirs': [],
}

moduleclass = 'vis'

0 comments on commit 4758d6a

Please sign in to comment.