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:
Lukáš Krupčík 2017-09-04 10:02:42 +02:00
parent df0e6d58e6
commit 37469b00e4
2 changed files with 15 additions and 1 deletions

View 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'

View File

@ -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'