From 337d02533f94eca0cd84e62fa44107575c7d78ce Mon Sep 17 00:00:00 2001 From: Easy Build Date: Thu, 8 Jun 2017 15:54:15 +0200 Subject: [PATCH] new file: a/ATLAS/ATLAS-3.10.2-GCC-5.4.0-2.26-LAPACK-3.6.1.eb new file: a/ATLAS/ATLAS-3.10.3-GCC-5.4.0-2.26-LAPACK-3.6.1.eb new file: a/ATLAS/ATLAS-3.10.3-GCC-7.1.0-2.28-LAPACK-3.6.1.eb deleted: a/ATLAS/ATLAS-3.10.3-intel-2017a-LAPACK-3.6.1.eb deleted: o/Octave/.Octave-4.2.1-intel-2017a.eb.swp --- ...TLAS-3.10.2-GCC-5.4.0-2.26-LAPACK-3.6.1.eb | 36 ++++++++++++++++++ ...TLAS-3.10.3-GCC-5.4.0-2.26-LAPACK-3.6.1.eb | 36 ++++++++++++++++++ ...LAS-3.10.3-GCC-7.1.0-2.28-LAPACK-3.6.1.eb} | 4 +- o/Octave/.Octave-4.2.1-intel-2017a.eb.swp | Bin 12288 -> 0 bytes 4 files changed, 74 insertions(+), 2 deletions(-) create mode 100644 a/ATLAS/ATLAS-3.10.2-GCC-5.4.0-2.26-LAPACK-3.6.1.eb create mode 100644 a/ATLAS/ATLAS-3.10.3-GCC-5.4.0-2.26-LAPACK-3.6.1.eb rename a/ATLAS/{ATLAS-3.10.3-intel-2017a-LAPACK-3.6.1.eb => ATLAS-3.10.3-GCC-7.1.0-2.28-LAPACK-3.6.1.eb} (96%) delete mode 100644 o/Octave/.Octave-4.2.1-intel-2017a.eb.swp diff --git a/a/ATLAS/ATLAS-3.10.2-GCC-5.4.0-2.26-LAPACK-3.6.1.eb b/a/ATLAS/ATLAS-3.10.2-GCC-5.4.0-2.26-LAPACK-3.6.1.eb new file mode 100644 index 00000000..6bbaffa1 --- /dev/null +++ b/a/ATLAS/ATLAS-3.10.2-GCC-5.4.0-2.26-LAPACK-3.6.1.eb @@ -0,0 +1,36 @@ +name = 'ATLAS' +version = '3.10.2' + +homepage = 'http://math-atlas.sourceforge.net' +description = """ATLAS (Automatically Tuned Linear Algebra Software) is the application of + the AEOS (Automated Empirical Optimization of Software) paradigm, with the present emphasis + on the Basic Linear Algebra Subprograms (BLAS), a widely used, performance-critical, linear + algebra kernel library.""" + +toolchain = {'name': 'GCC', 'version': '5.4.0-2.26'} +toolchainopts = {'pic': True} + +lapackver = '3.6.1' +versionsuffix = '-LAPACK-%s' % lapackver + +source_urls = [ + ('http://sourceforge.net/projects/math-atlas/files/Stable/%(version)s', 'download'), + 'http://www.netlib.org/lapack/', +] +sources = [ + '%(namelower)s%(version)s.tar.bz2', + 'lapack-%s.tgz' % lapackver, +] + +# build full LAPACK library with supplied netlib LAPACK +full_lapack = True + +# fix for http://math-atlas.sourceforge.net/errata.html#sharedProbe +configopts = "-Ss f77lib '-L$(EBROOTGCC)/lib64 -lgfortran'" + +# ignore check done by ATLAS for CPU throttling; +# you should set this to False (or remove it) +# and disable CPU throttling (requires root privileges) if you can +ignorethrottling = False + +moduleclass = 'numlib' diff --git a/a/ATLAS/ATLAS-3.10.3-GCC-5.4.0-2.26-LAPACK-3.6.1.eb b/a/ATLAS/ATLAS-3.10.3-GCC-5.4.0-2.26-LAPACK-3.6.1.eb new file mode 100644 index 00000000..1f614c6c --- /dev/null +++ b/a/ATLAS/ATLAS-3.10.3-GCC-5.4.0-2.26-LAPACK-3.6.1.eb @@ -0,0 +1,36 @@ +name = 'ATLAS' +version = '3.10.3' + +homepage = 'http://math-atlas.sourceforge.net' +description = """ATLAS (Automatically Tuned Linear Algebra Software) is the application of + the AEOS (Automated Empirical Optimization of Software) paradigm, with the present emphasis + on the Basic Linear Algebra Subprograms (BLAS), a widely used, performance-critical, linear + algebra kernel library.""" + +toolchain = {'name': 'GCC', 'version': '5.4.0-2.26'} +toolchainopts = {'pic': True} + +lapackver = '3.6.1' +versionsuffix = '-LAPACK-%s' % lapackver + +source_urls = [ + ('http://sourceforge.net/projects/math-atlas/files/Stable/%(version)s', 'download'), + 'http://www.netlib.org/lapack/', +] +sources = [ + '%(namelower)s%(version)s.tar.bz2', + 'lapack-%s.tgz' % lapackver, +] + +# build full LAPACK library with supplied netlib LAPACK +full_lapack = True + +# fix for http://math-atlas.sourceforge.net/errata.html#sharedProbe +configopts = "-Ss f77lib '-L$(EBROOTGCC)/lib64 -lgfortran'" + +# ignore check done by ATLAS for CPU throttling; +# you should set this to False (or remove it) +# and disable CPU throttling (requires root privileges) if you can +ignorethrottling = False + +moduleclass = 'numlib' diff --git a/a/ATLAS/ATLAS-3.10.3-intel-2017a-LAPACK-3.6.1.eb b/a/ATLAS/ATLAS-3.10.3-GCC-7.1.0-2.28-LAPACK-3.6.1.eb similarity index 96% rename from a/ATLAS/ATLAS-3.10.3-intel-2017a-LAPACK-3.6.1.eb rename to a/ATLAS/ATLAS-3.10.3-GCC-7.1.0-2.28-LAPACK-3.6.1.eb index c5d2b334..1f51a051 100644 --- a/a/ATLAS/ATLAS-3.10.3-intel-2017a-LAPACK-3.6.1.eb +++ b/a/ATLAS/ATLAS-3.10.3-GCC-7.1.0-2.28-LAPACK-3.6.1.eb @@ -1,5 +1,5 @@ name = 'ATLAS' -version = '3.10.2' +version = '3.10.3' homepage = 'http://math-atlas.sourceforge.net' description = """ATLAS (Automatically Tuned Linear Algebra Software) is the application of @@ -31,6 +31,6 @@ configopts = "-Ss f77lib '-L$(EBROOTGCC)/lib64 -lgfortran'" # ignore check done by ATLAS for CPU throttling; # you should set this to False (or remove it) # and disable CPU throttling (requires root privileges) if you can -ignorethrottling = True +ignorethrottling = False moduleclass = 'numlib' diff --git a/o/Octave/.Octave-4.2.1-intel-2017a.eb.swp b/o/Octave/.Octave-4.2.1-intel-2017a.eb.swp deleted file mode 100644 index a6edd711f42b20ed8c90986c0b7416047cfb462e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12288 zcmeHNO>Y}T7@op`&jM<1Ai?6c+CLe7XB5S-J+oP;^x3jwr zp;U+y5*N4t{{hhpS1JVeRy}|?R-hum58whlz%#QZA5Ih`ZlGD^(eBRsydU$-$0o{j z3a>A(7-hRia6L!J^n>!7w}1bh)&oKqjdwaJ_q)<|%;krD9=OL4#-==tqBy@BRXurO z(Bu8s;z^O`!+g_A=!lJPR?&8C$KpZ4e9J93Woom|Kc~?Qt$mKr5gX&1pHvJ_N1;6<`|p?I}X;0k?op00A_C7lDUQ67nPPCGat@18f5$pb413pHC2S z7q|he0;hpfz(e%;K5!4X3)}%d13m?$9@hbVX$7xRXw@3E z%35vVY;CdCY_4BfFXg2KzFt!j0WEIjWpZ)5ooFXaq>ZMzW!q zGMARtugamEwP)=)b9zRN*pyipG#YR(UZH*NZApRyf?L{Stff3*YY`POljfpbvP<&8 zTB)rsuURGAu?u_b>mrT1G*MIsCU?*D%B3ac=-BhNGp|C#OmOP&QLZG4Q39hN2>?p0 zR^{^?>MB^S?Uv2y-SV#tQs0+W99k_QS?04YQnpL+d8gjkkd_N}VK?jn$_k6ABsgU- z_Er22d{w(V9qSww{8c*2JY~gg$32qN57NjF6X{<^<9k+bxT|Yf^5TAh>y6dR zvbku_IeWtO1Y^lgq-1yPvaRZ{P=18v}`E62l-jaEapm+jJQ7I2b5g;*xR;#U=G|$_`BO|<#4W~TnT$ptxI?`nk3%V@uI8!^}-XiKpO!Q=2Oht5m{~Sxg zFq?=rMn+PA1A14|B$Omoww$g7*HN>5lGyXv+cJQQVVkH-Zn{(EB9FsBGO{WT2H}uJ@I^v%kR;K?e13a-+s0b8L($L2VK3RHf{njodF-U) k%B6!kE^iXqIr*BE3W_>$?}y%&Y^|yT_o-kjbc>nfFCu$kx&QzG