From 7cb1f53abc88998ca1863d04dd964664be91bf25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Thu, 19 Apr 2018 10:32:00 +0200 Subject: [PATCH] new file: a/ANSYS/.ANSYS-19-intel-2017b.eb.swp new file: a/ANSYS/ANSYS-19-intel-2017b.eb new file: g/GCC/GCC-4.7.0.eb deleted: s/ScaLAPACK/ScaLAPACK-2.0.2-gompi-2018a-OpenBLAS-0.2.20.eb --- a/ANSYS/.ANSYS-19-intel-2017b.eb.swp | Bin 0 -> 12288 bytes a/ANSYS/ANSYS-19-intel-2017b.eb | 21 ++++++++++ g/GCC/GCC-4.7.0.eb | 38 ++++++++++++++++++ ...APACK-2.0.2-gompi-2018a-OpenBLAS-0.2.20.eb | 22 ---------- 4 files changed, 59 insertions(+), 22 deletions(-) create mode 100644 a/ANSYS/.ANSYS-19-intel-2017b.eb.swp create mode 100644 a/ANSYS/ANSYS-19-intel-2017b.eb create mode 100644 g/GCC/GCC-4.7.0.eb delete mode 100644 s/ScaLAPACK/ScaLAPACK-2.0.2-gompi-2018a-OpenBLAS-0.2.20.eb diff --git a/a/ANSYS/.ANSYS-19-intel-2017b.eb.swp b/a/ANSYS/.ANSYS-19-intel-2017b.eb.swp new file mode 100644 index 0000000000000000000000000000000000000000..21e3a7015473d8cb399a478ce6fac0b8ba1cca82 GIT binary patch literal 12288 zcmeI2&u$Yj5XN1^k+ulLh0~B8OcB}qX{*voJpjrfQfX0BS^+|lv+HCncGoN0Nt7Z4 z&jByMGr$`Z!4V-|0Ko%rX6&Xt^iZMRipJ6xJ3F4w+{)P3SYc9;K~{H28+Kmy}*s>JacNEex->B5CI}U1c(3;AOb{y2oM1xKm>>Y5x9T^ z1isw=d4;k4Su7sk{~!PV|2@yxFVqjzXVf9;18N)fXO6M2s4uAZsCTFobq6(%nnPVi zeL~Lym7~1>9*PDLAOb{y2oM1xKm>>Y5g-CY;6Edf>tvY8I1|>w25_f!W;tV-ie+JC z*Ge;zrdw*`FsyAfkWLn(+r0Il8(N^do9&0Ktxl`kY3=N_cDj$ZcXs(*;LWAx%6g-| zvceZnnf;TGx0u!t`Ht%-K0qUtheEVv%<7?urLXxp4~1YCc66Xh{(>z)E?!EoLnA?C z8T3_#8+9LCDnVJzEeH&$B0R7nmyjqUW2em|!tB^c;V>1@E+j+W=sav*!Yu2&Df%24 zM~r!BaVpSo177h04f#6o&=T(NfdH-2g?| zkv2A}bXXWxjYkEDU{yZMM0jd--;F&eS%_XBXa=HC2O(;~X$URxi7Z^^y=9_e2Q0;l zlwu&!m8Z^?>$Tc=JdQ+RCpL<8jz6v`5Wl0b#+e7^*P#LoFF<>Dxm^@`G(8Hb-D7_N D53Lk6 literal 0 HcmV?d00001 diff --git a/a/ANSYS/ANSYS-19-intel-2017b.eb b/a/ANSYS/ANSYS-19-intel-2017b.eb new file mode 100644 index 00000000..5c600391 --- /dev/null +++ b/a/ANSYS/ANSYS-19-intel-2017b.eb @@ -0,0 +1,21 @@ +# IT4Innovations 2018 + +name = 'ANSYS' +version = '19' + +homepage = 'http://www.ansys.com' +description = """ANSYS simulation software enables organizations to confidently predict + how their products will operate in the real world. We believe that every product is + a promise of something greater. """ + +toolchain = {'name': 'intel', 'version': '2017b'} + +# create a zip file from the 3 install iso files. +# make sure all files of the iso's are in the same directory. +sources = ['ANSYS-19.zip'] + +import os +license_server = os.getenv('EB_ANSYS_LICENSE_SERVER', 'license.it4i.cz') +license_server_port = os.getenv('EB_ANSYS_LICENSE_SERVER_PORT', '2325:1055') + +moduleclass = 'tools' diff --git a/g/GCC/GCC-4.7.0.eb b/g/GCC/GCC-4.7.0.eb new file mode 100644 index 00000000..6411cf28 --- /dev/null +++ b/g/GCC/GCC-4.7.0.eb @@ -0,0 +1,38 @@ +name = "GCC" +version = '4.7.0' + +homepage = 'http://gcc.gnu.org/' +description = """The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, + Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...).""" + +toolchain = {'name': 'dummy', 'version': 'dummy'} + +source_urls = [ + 'http://ftpmirror.gnu.org/gnu/%(namelower)s/%(namelower)s-%(version)s', # GCC auto-resolving HTTP mirror + 'http://ftpmirror.gnu.org/gnu/gmp', # idem for GMP + 'http://ftpmirror.gnu.org/gnu/mpfr', # idem for MPFR + 'http://www.multiprecision.org/downloads', # MPC official +] +sources = [ + SOURCELOWER_TAR_GZ, + 'gmp-5.0.4.tar.bz2', + 'mpfr-3.1.0.tar.gz', + 'mpc-0.9.tar.gz', +] + +patches = ['mpfr-3.1.0-changes_fix.patch'] + +checksums = [ + 'ef5117788e27ffef05f8b8adf46f91d8', # gcc-4.7.0.tar.gz + '50c3edcb7c9438e04377ee9a1a061b79', # gmp-5.0.4.tar.bz2 + '10968131acc26d79311ac4f8982ff078', # mpfr-3.1.0.tar.gz + '0d6acab8d214bd7d1fbbc593e83dd00d', # mpc-0.9.tar.gz + 'fa4095252d843d465ac9aa5e2d760dd8', # mpfr-3.1.0-changes_fix.patch +] + +languages = ['c', 'c++', 'fortran'] + +# building GCC sometimes fails if make parallelism is too high, so let's limit it +maxparallel = 4 + +moduleclass = 'compiler' diff --git a/s/ScaLAPACK/ScaLAPACK-2.0.2-gompi-2018a-OpenBLAS-0.2.20.eb b/s/ScaLAPACK/ScaLAPACK-2.0.2-gompi-2018a-OpenBLAS-0.2.20.eb deleted file mode 100644 index e379d69b..00000000 --- a/s/ScaLAPACK/ScaLAPACK-2.0.2-gompi-2018a-OpenBLAS-0.2.20.eb +++ /dev/null @@ -1,22 +0,0 @@ -name = 'ScaLAPACK' -version = '2.0.2' - -homepage = 'http://www.netlib.org/scalapack/' -description = """The ScaLAPACK (or Scalable LAPACK) library includes a subset of LAPACK routines - redesigned for distributed memory MIMD parallel computers.""" - -toolchain = {'name': 'gompi', 'version': '2018a'} -toolchainopts = {'pic': True} - -source_urls = [homepage] -sources = [SOURCELOWER_TGZ] -checksums = ['0c74aeae690fe5ee4db7926f49c5d0bb69ce09eea75beb915e00bba07530395c'] - -blaslib = 'OpenBLAS' -blasver = '0.2.20' - -versionsuffix = "-%s-%s" % (blaslib, blasver) - -dependencies = [(blaslib, blasver)] - -moduleclass = 'numlib'