mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-25 07:51:30 +01:00
modified: t/Trilinos/Trilinos-12.10.1-intel-2017a-Python-2.7.11-test.eb
This commit is contained in:
parent
c631afda5d
commit
a3a9269982
@ -12,10 +12,10 @@ description = """The Trilinos Project is an effort to develop algorithms and ena
|
||||
toolchain = {'name': 'intel', 'version': '2017a'}
|
||||
toolchainopts = {'usempi': True, 'pic': True, 'strict': True}
|
||||
|
||||
source_urls = ['http://trilinos.csbsju.edu/download/files/']
|
||||
sources = ['%(namelower)s-%(version)s-Source.tar.gz']
|
||||
source_urls = ['https://github.com/trilinos/Trilinos/archive']
|
||||
sources = ['master.zip']
|
||||
|
||||
patches = ['Trilinos-12.10.1-muelu.patch']
|
||||
#patches = ['Trilinos-12.10.1-muelu.patch']
|
||||
|
||||
builddependencies = [
|
||||
('CMake', '3.5.2', '', True),
|
||||
@ -38,6 +38,6 @@ dependencies = [
|
||||
prebuildopts = 'for NAME in `find -name link.txt`; do cp $NAME $NAME.old; sed -e "s/libcholmod.a/libcholmod.a -lmetis -lcamd -lccolamd/g" $NAME.old | tee $NAME; done &&'
|
||||
|
||||
# too parallel is too slow, and may cause build/tests to fail
|
||||
#maxparallel = 16
|
||||
maxparallel = 16
|
||||
|
||||
moduleclass = 'numlib'
|
||||
|
Loading…
x
Reference in New Issue
Block a user