mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 11:18:08 +01:00
new file: p/Perl/Perl-5.26.0-GCC-7.1.0-2.28-bare.eb
modified: t/Trilinos/Trilinos-12.10.1-intel-2017a-Python-2.7.11.eb
This commit is contained in:
parent
df0e6d58e6
commit
37469b00e4
14
p/Perl/Perl-5.26.0-GCC-7.1.0-2.28-bare.eb
Normal file
14
p/Perl/Perl-5.26.0-GCC-7.1.0-2.28-bare.eb
Normal file
@ -0,0 +1,14 @@
|
||||
name = 'Perl'
|
||||
version = '5.26.0'
|
||||
versionsuffix = '-bare'
|
||||
|
||||
homepage = 'http://www.perl.org/'
|
||||
description = """Larry Wall's Practical Extraction and Report Language"""
|
||||
|
||||
toolchain = {'name': 'GCC', 'version': '7.1.0-2.28'}
|
||||
toolchainopts = {'pic': True}
|
||||
|
||||
source_urls = ['http://www.cpan.org/src/%(version_major)s.0']
|
||||
sources = [SOURCELOWER_TAR_GZ]
|
||||
|
||||
moduleclass = 'lang'
|
@ -38,6 +38,6 @@ dependencies = [
|
||||
prebuildopts = 'for NAME in `find -name link.txt`; do cat $NAME | sed -e "s/libcholmod.a/libcholmod.a -lmetis -lcamd -lccolamd/g" | tee $NAME; done &&'
|
||||
|
||||
# too parallel is too slow, and may cause build/tests to fail
|
||||
maxparallel = 8
|
||||
maxparallel = 1
|
||||
|
||||
moduleclass = 'numlib'
|
||||
|
Loading…
x
Reference in New Issue
Block a user