Hi, What exactly do you want to know? The package built will be a module with the same name of the easyconfig, if you want to know what dependencies this will build with the --robot you can ask the dependency graph of an easyconfig eb -r --dep-graph=depgraph.png *.eb (and possibly follow the helpfull error messages to install python-dot-graph etc first)
This will create a .png with all packages that are needed to build this list of .eb's If you just want a text file, no graph, specify --dep-graph=depgraph.dot Regards Jens Timmerman On 5 June 2013 09:16, Andreas Panteli <[email protected]> wrote: > Dear Easybuilders, > > given a set of easyconfigs, is there any easy way to determine which > packages are built? > > __________________________________________ > > *Andreas Panteli* > HPC Systems Support. > CaSToRC. The Cyprus Institute > *Tel:* +357 22208610 > *Email:* [email protected] > __________________________________________ > Andreas Panteli >

