{lib}[intel/2016a] The Virtual Brain (REVIEW)#3053
{lib}[intel/2016a] The Virtual Brain (REVIEW)#3053boegel merged 15 commits intoeasybuilders:developfrom
Conversation
…syconfig tvb-framework-20160329-intel-2016a-Python-2.7.11.eb, add easyconfig tvb-library-20160416-intel-2016a-Python-2.7.11.eb, add easyconfig psutil-4.1.0-intel-2016a-Python-2.7.11.eb
…oegel/easybuild-easyconfigs into 20160513141133_new_pr_tvb-data20160209
|
Test report by @boegel |
|
Test report by @boegel |
| ('libjpeg-turbo', '1.4.2'), | ||
| ('zlib', '1.2.8'), | ||
| ('LibTIFF', '4.0.6'), | ||
| ('freetype', freetype_ver), |
There was a problem hiding this comment.
it's there as an indirect dep already, so fine?
$ eb Pillow-3.2.0-intel-2016a-Python-2.7.11-freetype-2.6.3.eb -D | grep libpng
* [ ] $CFGS/l/libpng/libpng-1.6.21-intel-2016a.eb (module: libpng/1.6.21-intel-2016a)
There was a problem hiding this comment.
then add it here too. Don't depend on indirect deps (else you can drop zlib too)
|
what's the idea with all the bundles? |
|
@wpoely86 TVB is a bundle of the three actual TVB components: tvb-framework, tvb-library and tvb-data for each of which a separate easyconfig is created (since it's not a trivial Python pkg, requires the TVB-bundle easyconfig is a collection of all Python packages that are required by TVB; some are listed as deps (because they have more deps), other as extensions to avoid that each of them needs to have a corresponding module |
| @@ -0,0 +1,88 @@ | |||
| easyblock = 'Bundle' | |||
|
|
|||
| name = 'TVB-bundle' | |||
There was a problem hiding this comment.
@wpoely86 maybe I should rename this to TVB-deps?
|
Test report by @boegel |
|
Test report by @boegel |
|
Going in, thanks for the review @wpoely86! |
(created using
eb --new-pr)