mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

# modified: _not_installed/f/flex/flex-2.5.38-GCC-4.8.2.eb # modified: b/Bash/Bash-4.2-intel-2015b.eb # modified: b/Bison/Bison-2.5-intel-2015b.eb # modified: b/Bison/Bison-3.0.2-intel-2015b.eb # modified: b/Boost/Boost-1.58.0-intel-2015b-Python-2.7.9.eb # modified: b/byacc/byacc-20120526-intel-2015b.eb # modified: c/CMake/CMake-3.0.0-intel-2015b.eb # modified: c/cURL/cURL-7.37.1-intel-2015b.eb # modified: d/Doxygen/Doxygen-1.8.7-intel-2015b.eb # new file: f/fixesproto/fixesproto-5.0.eb # modified: f/flex/flex-2.5.35-intel-2015b.eb # new file: f/fontconfig/fontconfig-2.11.1.eb # modified: g/GMP/GMP-5.0.5-intel-2015b.eb # modified: i/inputproto/inputproto-2.3.eb # modified: k/kbproto/kbproto-1.0.6.eb # modified: l/libICE/libICE-1.0.9.eb # modified: l/libSM/libSM-1.2.2.eb # new file: l/libX11/libX11-1.6.2-Python-2.7.9.eb # new file: l/libX11/libX11-1.6.3.eb # new file: l/libXau/libXau-1.0.8.eb # new file: l/libXdmcp/libXdmcp-1.1.2.eb # modified: l/libXext/libXext-1.3.3.eb # modified: l/libmatheval/libmatheval-1.1.8-intel-2015b.eb # new file: l/libpthread-stubs/libpthread-stubs-0.3.eb # modified: l/libtool/libtool-2.4.2-foss-2015b.eb # new file: l/libxcb/libxcb-1.11-Python-2.7.9.eb # new file: l/libxcb/libxcb-1.11.1.eb # modified: l/libxml2/libxml2-2.9.2-ictce-7.3.5.eb # modified: m/M4/M4-1.4.16-intel-2015b.eb # modified: m/make/make-3.82-intel-2015b.eb # modified: n/NASM/NASM-2.11.05-intel-2015b.eb # modified: o/OpenBLAS/OpenBLAS-0.2.14-GNU-5.1.0-2.25-LAPACK-3.5.0.eb # modified: p/Perl/Perl-5.16.3-intel-2015b.eb # new file: p/Perl/Perl-5.24.0-GCC-4.9.3-2.25-bare.eb # modified: p/Python/Python-2.7.8-intel-2015b.eb # modified: p/Python/Python-2.7.9-intel-2015b.eb # new file: r/renderproto/renderproto-0.11.eb # modified: s/SQLite/SQLite-3.8.8.1-ictce-7.3.5.eb # modified: s/SQLite/SQLite-3.8.8.1-intel-2015b.eb # modified: t/Tcl/Tcl-8.6.3-intel-2015b.eb # modified: t/Tk/Tk-8.5.12-intel-2015b.eb # modified: t/tcsh/tcsh-6.18.01-intel-2015b.eb # modified: v/Valgrind/Valgrind-3.11.0-foss-2015b.eb # modified: v/Valgrind/Valgrind-3.11.0-intel-2015b.eb # new file: x/xcb-proto/xcb-proto-1.11-Python-2.7.9.eb # new file: x/xcb-proto/xcb-proto-1.11.eb # new file: x/xcb-util # new file: x/xcb-util-image/xcb-util-image-0.4.0.eb # new file: x/xcb-util-keysyms/xcb-util-keysyms-0.4.0.eb # new file: x/xcb-util-renderutil/xcb-util-renderutil-0.3.9.eb # new file: x/xcb-util-wm/xcb-util-wm-0.4.1.eb # modified: x/xextproto/xextproto-7.3.0.eb # new file: x/xineramaproto/xineramaproto-1.2.1.eb # modified: x/xorg-macros/xorg-macros-1.17.eb # modified: x/xproto/xproto-7.0.26.eb # new file: x/xproto/xproto-7.0.28.eb # modified: x/xtrans/xtrans-1.3.5.eb # modified: z/zlib/zlib-1.2.7-intel-2015b.eb # deleted: b/byacc/byacc-20120526-foss-2015b.eb # deleted: b/bzip2/bzip2-1.0.6-ictce-7.3.5.eb # deleted: c/CMake/CMake-3.0.0-ictce-7.3.5.eb # deleted: g/GMP/GMP-5.0.5-foss-2015b.eb # deleted: p/Python/Python-2.7.9-ictce-7.3.5.eb # deleted: t/Tcl/Tcl-8.6.3-ictce-7.3.5.eb
52 lines
1.4 KiB
Plaintext
52 lines
1.4 KiB
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'OpenBLAS'
|
|
version = '0.2.14'
|
|
|
|
lapackver = '3.5.0'
|
|
versionsuffix = '-LAPACK-%s' % lapackver
|
|
|
|
homepage = 'http://xianyi.github.com/OpenBLAS/'
|
|
description = """OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version."""
|
|
|
|
toolchain = {'name': 'GNU', 'version': '5.1.0-2.25'}
|
|
|
|
lapack_src = 'lapack-%s.tgz' % lapackver
|
|
large_src = 'large.tgz'
|
|
timing_src = 'timing.tgz'
|
|
sources = [
|
|
'v%(version)s.tar.gz',
|
|
lapack_src,
|
|
large_src,
|
|
timing_src,
|
|
]
|
|
source_urls = [
|
|
# order matters, trying to download the LAPACK tarball from GitHub causes trouble
|
|
"http://www.netlib.org/lapack/",
|
|
"http://www.netlib.org/lapack/timing/",
|
|
"https://github.com/xianyi/OpenBLAS/archive/",
|
|
]
|
|
|
|
patches = [
|
|
(lapack_src, '.'), # copy LAPACK tarball to unpacked OpenBLAS dir
|
|
(large_src, '.'),
|
|
(timing_src, '.'),
|
|
]
|
|
|
|
skipsteps = ['configure']
|
|
|
|
buildopts = 'BINARY=64 USE_THREAD=1 CC="$CC" FC="$F77" NO_AFFINITY=1'
|
|
installopts = "USE_THREAD=1 PREFIX=%(installdir)s"
|
|
|
|
# extensive testing can be enabled by uncommenting the line below
|
|
#runtest = 'PATH=.:$PATH lapack-timing'
|
|
|
|
sanity_check_paths = {
|
|
'files': ['include/cblas.h', 'include/f77blas.h', 'include/lapacke_config.h', 'include/lapacke.h',
|
|
'include/lapacke_mangling.h', 'include/lapacke_utils.h', 'include/openblas_config.h',
|
|
'lib/libopenblas.a', 'lib/libopenblas.%s' % SHLIB_EXT],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'numlib'
|