Merge branch 'it4i-anselm'

This commit is contained in:
Lukáš Krupčík 2017-09-04 10:02:53 +02:00
commit 3b8ec63e11
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'