mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 19:50:50 +01:00

new file: d/darshan/darshan-runtime-3.1.4-foss-2017a.eb new file: d/darshan/darshan-util-3.1.4-foss-2017a.eb new file: e/eudev/eudev-3.1.5-intel-2017a.eb new file: f/FFmpeg/FFmpeg-3.1.3-intel-2017a.eb new file: f/flex/flex-2.6.6.eb new file: f/fontsproto/fontsproto-2.1.3-intel-2017a.eb new file: g/glproto/glproto-1.4.17-intel-2017a.eb new file: i/ImageMagick/ImageMagick-7.0.7.27-intel-2017a.eb new file: l/libXau/libXau-1.0.8-intel-2017a.eb new file: l/libXdamage/libXdamage-1.1.4-intel-2017a.eb new file: l/libXfont/libXfont-1.5.1-intel-2017a.eb new file: m/Mesa/Mesa-13.0.0-intel-2017a.eb new file: m/Mesa/Mesa-17.2.6-intel-2017a.eb new file: m/Molden/Molden-5.7-intel-2017b.eb new file: m/mkl/mkl-2018.1.163.eb new file: n/numpy/numpy-1.14.1-mkl-Py-3.6.eb new file: p/Perl/Perl-5.26.1-foss-2017a.eb new file: v/VMD/VMD-1.9.3-intel-2017b-Py-2.7.eb new file: v/VMD/VMD-1.9.3_configure.patch new file: x/x264/x264-20160430-intel-2017a.eb deleted: n/numpy/numpy-1.14.1-Py-3.6.eb
34 lines
815 B
Plaintext
34 lines
815 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'MakeCp'
|
|
|
|
name = 'ACTC'
|
|
version = '1.1'
|
|
|
|
homepage = 'https://sourceforge.net/projects/actc'
|
|
description = "ACTC converts independent triangles into triangle strips or fans."
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017a'}
|
|
|
|
source_urls = [SOURCEFORGE_SOURCE]
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
buildopts = 'CC="$CC" CFLAGS="$CFLAGS"'
|
|
|
|
files_to_copy = [
|
|
(['tcsample', 'tctest', 'tctest2'], 'bin'),
|
|
(['tc.h'], 'include/ac'),
|
|
(['libactc.a'], 'lib'),
|
|
'COPYRIGHT', 'manual.html', 'prims.gif', 'README',
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/tctest', 'bin/tctest2', 'bin/tcsample', 'include/ac/tc.h', 'lib/libactc.a',
|
|
'COPYRIGHT', 'manual.html', 'prims.gif', 'README'],
|
|
'dirs': [],
|
|
}
|
|
|
|
modextrapaths = {'CPATH': 'include/ac'}
|
|
|
|
moduleclass = 'lib'
|