{data} [intel/2017b] bat 0.3.3, arrow 0.7.1 (REVIEW)#5416
{data} [intel/2017b] bat 0.3.3, arrow 0.7.1 (REVIEW)#5416boegel merged 13 commits intoeasybuilders:developfrom
Conversation
{devel} [intel/2017b] Spark 2.2.0
|
Test report by @wpoely86 |
|
Test report by @wpoely86 |
| toolchain = {'name': 'intel', 'version': '2017b'} | ||
|
|
||
| sources = ['apache-arrow-%(version)s.tar.gz'] | ||
| source_urls = ['https://github.com/apache/arrow/archive/'] |
| start_dir = 'cpp' | ||
| separate_build_dir = True | ||
|
|
||
| builddependencies = [('CMake', '3.9.5')] |
There was a problem hiding this comment.
please move up, right below sources block
|
|
||
| modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} | ||
|
|
||
| dependencies = [ |
There was a problem hiding this comment.
please move up, same block as builddependencies
| toolchain = {'name': 'intel', 'version': '2017b'} | ||
|
|
||
| # this is a bundle of Python packages | ||
| exts_defaultclass = 'PythonPackage' |
There was a problem hiding this comment.
please move down, right above exts_list (and drop the comment, it's clear without it imho)
| ('PyYAML', '3.12', versionsuffix), | ||
| ('scikit-learn', '0.19.1', versionsuffix), | ||
| ('arrow', '0.7.1', versionsuffix), | ||
| ('Spark', '2.2.0', '-Hadoop-2.6-Java-1.8.0_152%s' % versionsuffix), |
| ('pathtools', '0.1.2', { | ||
| 'source_urls': ['https://pypi.python.org/packages/source/p/pathtools'], | ||
| 'checksums': [ | ||
| '7c35c5421a39bb82e58018febd90e3b6e5db34c5443aaaf742b3f33d4655f1c0', # pathtools-0.1.2.tar.gz |
There was a problem hiding this comment.
let's collapse this to a single line (--inject-checksums in develop should do so automagically)
| toolchain = {'name': 'GCCcore', 'version': '6.4.0'} | ||
|
|
||
| source_urls = ['https://github.com/jemalloc/jemalloc/archive'] | ||
| sources = ['%(version)s.tar.gz'] |
|
Test report by @wpoely86 |
|
|
||
| modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} | ||
|
|
||
| dependencies = [ |
There was a problem hiding this comment.
@wpoely86 Please move this up too, missed that one earlier...
|
Test report by @boegel |
|
Test report by @boegel |
|
@boegel you must use develop from today |
|
Test report by @boegel |
|
Test report by @boegel |
|
Going in, thanks @wpoely86! |
Needs:
Allow use ofstart_dirin extensions easybuild-framework#2353Allow tuning of build command in PythonPackage easybuild-easyblocks#1299