-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add easyconfig GL2PS-1.4.2-GCCcore-13.2.0.eb
- Loading branch information
1 parent
ef644ae
commit 4758d6a
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
34 changes: 34 additions & 0 deletions
34
easybuild/easyconfigs/g/GL2PS/GL2PS-1.4.2-GCCcore-13.2.0.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |