Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{vis}[GCCcore/9.3.0] XGrafix v2.41 #15268

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
47 changes: 47 additions & 0 deletions easybuild/easyconfigs/x/XGrafix/XGrafix-2.41-GCCcore-9.3.0.eb
@@ -0,0 +1,47 @@
# Contribution from Imperial College London, UK
# uploaded by J. Sassmannshausen

easyblock = 'ConfigureMake'

name = 'XGrafix'
version = '2.41'

homepage = 'https://ptsg.egr.msu.edu/'
description = """A graphics library and controller for physics simulation programs.
3-d surface plots, scatter plots, 2-d line plots."""

toolchain = {'name': 'GCCcore', 'version': '9.3.0'}
jfgrimm marked this conversation as resolved.
Show resolved Hide resolved

source_urls = ['https://ptsg.egr.msu.edu/pub/codes']
sources = ['%(namelower)s.tar.gz']
checksums = ['20daa8f47cb83888e933bb2f451bc8d2b376946b2e7b1ce2252b6e3da0c3b583']

builddependencies = [
('binutils', '2.34'),
('Bison', '3.5.3'),
('M4', '1.4.18'),
]

dependencies = [
('X11', '20200222'),
('Tcl', '8.6.10'),
('Tk', '8.6.10'),
('ImageMagick', '7.0.10-1'),
('libpng', '1.6.37'),
]

# We need to specify where things are, unfortunately.
configopts = '--enable-fulloptimize --with-xpm=$EBROOTX11/lib '
configopts += '--with-tclconfig=$EBROOTTCL/lib --with-tkconfig=$EBROOTTK/lib '
configopts += '--with-X11-include=$EBROOTX11/include --with-X11_LIBDIR=$EBROOTX11/lib '
configopts += '--enable-fortran LIBPNG_PATH=$EBROOTLIBPNG/lib '

sanity_check_paths = {
'files': ['bin/ps6to1', 'bin/xgmovie', 'bin/xgmreduce', 'bin/xtest'] +
['lib/libXGC.a', 'lib/libXGCmini.a', 'lib/libXGF.a'],
'dirs': ['include'],
}

sanity_check_commands = ["xtest -h"]

moduleclass = 'vis'