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 a6edd711..00000000 Binary files a/o/Octave/.Octave-4.2.1-intel-2017a.eb.swp and /dev/null differ