Skip to content

Commit aae3708

Browse files
authored
Merge pull request #32 from reedts/20170915171707_new_pr_icc20180128
Updated ifort patch to fit new version and removed example archives from imkl
2 parents 92636b5 + 31bd67d commit aae3708

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

easybuild/easyconfigs/i/ifort/ifort-2018.0.128-GCC-6.4.0-2.28.eb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ sources = ['parallel_studio_xe_%(version_major)s_composer_edition_for_fortran.tg
1212

1313
checksums = [
1414
'597718bf752a52e043675102c6c03971be5dd3400a2e849bc295094395beef89', # parallel_studio_xe_2018_composer_edition_for_fortran.tgz
15-
'7241e492a5f7ba4e62e8106c97f585c2fd931e32886d886f7bf0a9020e421325', # ifort_2017_no_mpi_mic_dependency.patch
15+
'64793f16491eb35b1c008eaacc348bff283a53f78ba766e5ece7878a38ae6064' # ifort_2017_no_mpi_mic_dependency.patch
1616
]
1717

1818
# remove dependency on intel-mpi-rt-mic
19-
patches = ['ifort_2017_no_mpi_mic_dependency.patch']
19+
patches = ['ifort_2017.09_no_mpi_mic_dependency.patch']
2020

2121
gccver = '6.4.0'
2222
binutilsver = '2.28'
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- pset/mediaconfig.xml.orig 2017-10-19 13:44:49.383480127 +0200
2+
+++ pset/mediaconfig.xml 2017-10-19 13:48:09.237258398 +0200
3+
@@ -888,7 +888,7 @@
4+
</Layers>
5+
<InstallDir>${COMPLIB_ROOT}</InstallDir>
6+
<GUID>1503574163037</GUID>
7+
- <Component depend="35.3;1.1;1.3;1.91;1.11;1.12;1.14;1.16;1.7;1.27;1.24;142.2" id="1" invisible="0" mandatory="0" platform="INTEL64">
8+
+ <Component depend="35.3;1.1;1.3;1.91;1.11;1.12;1.14;1.16;1.7;1.27;1.24" id="1" invisible="0" mandatory="0" platform="INTEL64">
9+
<Name>Intel Fortran Compiler for Intel(R) 64</Name>
10+
<Description>Intel Fortran Compiler 18.0</Description>
11+
<Name locale="">Intel Fortran Compiler for Intel(R) 64</Name>

easybuild/easyconfigs/i/imkl/imkl-2018.0.128-iimpi-2017.09.eb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ postinstallcmds = [
2727
'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
2828
'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
2929
'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
30-
'tar xvzf %(installdir)s/mkl/examples/examples_mic_c.tgz -C %(installdir)s/mkl/examples/',
31-
'tar xvzf %(installdir)s/mkl/examples/examples_mic_f.tgz -C %(installdir)s/mkl/examples/'
3230
]
3331

3432
modextravars = {

0 commit comments

Comments
 (0)