From ba500d91ae92068169111deb628bae7896ae40ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Tue, 4 Jul 2017 15:28:51 +0200 Subject: [PATCH] new file: b/Boost/Boost-1.63.0-foss-2017a-Python-3.6.1.eb modified: c/CNTK/CNTK-2.0-GCC-7.1.0-2.28-Python-3.6.1.eb new file: c/CNTKCustomMKL/CNTKCustomMKL-3.0.eb modified: k/Keras/Keras-2.0.5-Theano-0.9.0-Python-3.6.1.eb deleted: k/Keras/.Keras-2.0.5-Theano-0.9.0-Python-3.6.1.eb.swp --- .../Boost-1.63.0-foss-2017a-Python-3.6.1.eb | 27 ++++++++++++++++++ .../CNTK-2.0-GCC-7.1.0-2.28-Python-3.6.1.eb | 8 ++++-- c/CNTKCustomMKL/CNTKCustomMKL-3.0.eb | 19 ++++++++++++ ...ras-2.0.5-Theano-0.9.0-Python-3.6.1.eb.swp | Bin 12288 -> 0 bytes .../Keras-2.0.5-Theano-0.9.0-Python-3.6.1.eb | 4 +-- 5 files changed, 54 insertions(+), 4 deletions(-) create mode 100644 b/Boost/Boost-1.63.0-foss-2017a-Python-3.6.1.eb create mode 100644 c/CNTKCustomMKL/CNTKCustomMKL-3.0.eb delete mode 100644 k/Keras/.Keras-2.0.5-Theano-0.9.0-Python-3.6.1.eb.swp diff --git a/b/Boost/Boost-1.63.0-foss-2017a-Python-3.6.1.eb b/b/Boost/Boost-1.63.0-foss-2017a-Python-3.6.1.eb new file mode 100644 index 00000000..8baad086 --- /dev/null +++ b/b/Boost/Boost-1.63.0-foss-2017a-Python-3.6.1.eb @@ -0,0 +1,27 @@ +name = 'Boost' +version = '1.63.0' +versionsuffix = '-Python-%(pyver)s' + +homepage = 'http://www.boost.org/' +description = """Boost provides free peer-reviewed portable C++ source libraries.""" + +toolchain = {'name': 'foss', 'version': '2017a'} +toolchainopts = {'pic': True, 'usempi': True} + +source_urls = [SOURCEFORGE_SOURCE] +sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))] + +patches = [ + 'Boost-%(version)s_python3.patch', +] + +dependencies = [ + ('bzip2', '1.0.6'), + ('zlib', '1.2.11'), + ('Python', '3.6.1', '', True), +] + +# also build boost_mpi +boost_mpi = True + +moduleclass = 'devel' diff --git a/c/CNTK/CNTK-2.0-GCC-7.1.0-2.28-Python-3.6.1.eb b/c/CNTK/CNTK-2.0-GCC-7.1.0-2.28-Python-3.6.1.eb index b821de0f..58ec2585 100644 --- a/c/CNTK/CNTK-2.0-GCC-7.1.0-2.28-Python-3.6.1.eb +++ b/c/CNTK/CNTK-2.0-GCC-7.1.0-2.28-Python-3.6.1.eb @@ -1,4 +1,4 @@ -easyblock = 'PythonPackage' +easyblock = 'ConfigureMake' name = 'CNTK' version = '2.0' @@ -7,7 +7,7 @@ versionsuffix = '-Python-%(pyver)s' homepage = 'https://cntk.ai/' description = """The Microsoft Cognitive Toolkit is a unified deep-learning toolkit that describes neural networks as a series of computational steps via a directed graph. In this directed graph, leaf nodes represent input values or network parameters, while other nodes represent matrix operations upon their inputs. CNTK allows to easily realize and combine popular model types such as feed-forward DNNs, convolutional nets (CNNs), and recurrent networks (RNNs/LSTMs). It implements stochastic gradient descent (SGD, error backpropagation) learning with automatic differentiation and parallelization across multiple GPUs and servers. """ -toolchain = {'name': 'GCC', 'version': '7.1.0-2.28'} +toolchain = {'name': 'foss', 'version': '2017a'} source_urls = ['https://cntk.ai/PythonWheel/CPU-Only'] sources = ['cntk-%(version)s-cp36-cp36m-linux_x86_64.whl'] @@ -17,6 +17,10 @@ unpack_sources = False dependencies = [ ('Python', '3.6.1', '', True), + ('libzip, '1.2.0', '', True), + ('zlib, '1.2.11', '', True), + ('protobuf, '3.2.0', '-Python-3.6.1', True), + ('CNTKCustomMKL','3.0', '', True), ('OpenMPI', '1.10.7'), ] diff --git a/c/CNTKCustomMKL/CNTKCustomMKL-3.0.eb b/c/CNTKCustomMKL/CNTKCustomMKL-3.0.eb new file mode 100644 index 00000000..440adced --- /dev/null +++ b/c/CNTKCustomMKL/CNTKCustomMKL-3.0.eb @@ -0,0 +1,19 @@ +easyblock = 'Tarball' + +name = 'CNTKCustomMKL' +version = '3.0' + +homepage = 'https://www.microsoft.com/en-us/cognitive-toolkit/' +description = """The default CNTK math library is the Intel Math Kernel Library (Intel MKL). CNTK supports using the Intel MKL via a custom library version (CNTK custom MKL).""" + +toolchain = {'name': 'dummy', 'version': ''} + +source_urls = ['http://www.microsoft.com/en-us/cognitive-toolkit/wp-content/uploads/sites/3/2017/05'] +sources = ['CNTKCustomMKL-Linux-3.tgz'] + +sanity_check_paths = { + 'files': [], + 'dirs': ['include', 'x64'], +} + +moduleclass = 'numlib' diff --git a/k/Keras/.Keras-2.0.5-Theano-0.9.0-Python-3.6.1.eb.swp b/k/Keras/.Keras-2.0.5-Theano-0.9.0-Python-3.6.1.eb.swp deleted file mode 100644 index 8c83736c9d9a0692b9be9823c3bae8f7f15ae3f4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12288 zcmeI2&u}fu`(s~L^9G$;*Ke?M z(IQ|u36TD@z4cZ+e(>f)04dyfP^o+vY)2Gl_qs=z4@|KrOBWwRty_uFsoHgIPeR> zB0vO)01+SpM1Tko0U|&IhyW2F0z}|{NI>An{VzWT_yZNb|4;w_zy1W^73y!)6V!dw z@2DS8AEEv{0q`942=x&4GfJT{)E4SC>KZCSeTw?)IKXeHUs1oHH0o>AS16A90`(I2 z@B;PEWIxZaeu|<(1c(3;AOb{y2oM1xKm>>Y5ttGvioy)5Tqe12j$LBB5I*Ao_kdyH zLuDPm$hLW|260(u5TBVX$1XG0?@2r7VyC=pmm(R7UFrBvtMN-!jy-h50VlNb<9?FK zWYjM)d|2l$04^-=cq{gVtw;Fk%G&aJ|MK#c)s^qAqBHkWJ7d$_?DKnYnkmnQG8I+s z9rK2599RK%(9GB@?~S*XZ+y#Jj4wppd8~1hP8sd0G*x%zTH#QPDea}zB4 zClRuxavc2UqjOOwG|tQ(j^Q|l`R@oJ_AGC*u7hixcpVz(0*$d*F^tuV2E$O6QV*q0 zlnflU0V*f^r7E$rVJivXOl6bCxPEhU?aE4jV|lHA?fadHrC-^+cI|ETuJ@ZMI{@C8 zJjsO8fj8HpkOAtjDvJ7qlVgQ3#0!Zi#UPi=q|8=YE4|B%M$Tmzk;-S%PLO|t7s3qo z>h$txW@ZM@;1a7!kEn4m9I2DhnQ~09LTOcqTshxjncB_rF{|I4uuRL!;x%aL_l+Gn zhOf*DJ8rRkt32L5a-QCi&_l>fAxnH`xCGC