There seem to be two issues here, the other issue is reported in easybuild-easyconfigs #1.
While the easyconfig files have been installed and were made available in the easybuild/easyconfig subdir in the PYTHONPATH, they are not picked up by the framework.
gengar1:~ $ export PYTHONPATH=/user/home/gent/vsc400/vsc40075/.local/lib/python2.7/site-packages/:/user/home/gent/vsc400/vsc40075/.local/
gengar1:~ $ echo $PYTHONPATH
/user/home/gent/vsc400/vsc40075/.local/lib/python2.7/site-packages/:/user/home/gent/vsc400/vsc40075/.local/
gengar1:~ $ eb bzip2 -ld
== 2012-11-25 15:44:47,624 main.main INFO Log initialized with name None version None to file None on host gengar1.gengar.os
== 2012-11-25 15:44:47,624 main.main INFO This is EasyBuild 1.0.1
== 2012-11-25 15:44:47,624 main.main INFO Failed to determine easyconfigs path for easybuild-easyconfigs package.
== 2012-11-25 15:44:47,624 main.main DEBUG No config file specified on command line, trying other options.
== 2012-11-25 15:44:47,625 main.main DEBUG Falling back to default config: /vscmnt/gent_gengar/_user_home_gent/vsc400/vsc40075/.local/lib/python2.7/site-packages/easybuild/easybuild_config.py
== 2012-11-25 15:44:47,627 main.easybuild_config INFO Logger started for easybuild_config.
== 2012-11-25 15:44:47,627 main.config INFO Extended MODULEPATH with module install path used by EasyBuild: /user/home/gent/vsc400/vsc40075/.local/easybuild/modules/all:/apps/gent/SL5/harpertown/modules/all:/apps/gent/gengar/harpertown/modules/all:/usr/share/Modules/modulefiles:/etc/modulefiles
== 2012-11-25 15:44:47,627 main.main DEBUG Paths: [('bzip2', False)]
== ERROR: Can't find path /vscmnt/gent_gengar/_user_home_gent/vsc400/vsc40075/bzip2
The problem seems to lie in main,py:
# determine easybuild-easyconfigs package install path
# we may need for the robot (default path), or for finding easyconfig files
easyconfigs_pkg_base_path = os.path.join('easybuild', 'easyconfigs')
easyconfigs_pkg_full_path = None
for syspath in sys.path:
tmppath = os.path.join(syspath, easyconfigs_pkg_base_path)
log.debug("Checking %s for easyconfigs" % (tmppath))
if os.path.basename(syspath).startswith('easybuild_easyconfigs') and os.path.exists(tmppath):
easyconfigs_pkg_full_path = tmppath
log.info("Found path for easyconfigs in Python search path: %s" % easyconfigs_pkg_full_path)
break
There is no code unpacked in a egg directory, so easybuild_easyconfigs* does not exist.
However, even is we ignore this and the path is added and found, there still is a problem building e.g., bzip2, ending with
gengar1:~ $ eb bzip2-1.0.6-goalf-1.1.0-no-OFED.eb -ld
== 2012-11-25 15:58:42,984 main.main INFO Log initialized with name None version None to file None on host gengar1.gengar.os
== 2012-11-25 15:58:42,984 main.main INFO This is EasyBuild 1.0.1
== 2012-11-25 15:58:42,984 main.main DEBUG Checking /vscmnt/gent_gengar/_user_home_gent/vsc400/vsc40075/.local/lib/python2.7/site-packages/easybuild/easybuild/easyconfigs for easyconfigs
== 2012-11-25 15:58:42,985 main.main DEBUG Checking /user/home/gent/vsc400/vsc40075/.local/lib/python2.7/site-packages/easybuild/easyconfigs for easyconfigs
== 2012-11-25 15:58:42,985 main.main DEBUG Checking /user/home/gent/vsc400/vsc40075/.local/easybuild/easyconfigs for easyconfigs
== 2012-11-25 15:58:42,985 main.main INFO Found path for easyconfigs in Python search path: /user/home/gent/vsc400/vsc40075/.local/easybuild/easyconfigs
== 2012-11-25 15:58:42,985 main.main DEBUG No config file specified on command line, trying other options.
== 2012-11-25 15:58:42,986 main.main DEBUG Falling back to default config: /vscmnt/gent_gengar/_user_home_gent/vsc400/vsc40075/.local/lib/python2.7/site-packages/easybuild/easybuild_config.py
== 2012-11-25 15:58:42,989 main.easybuild_config INFO Logger started for easybuild_config.
== 2012-11-25 15:58:42,989 main.config INFO Extended MODULEPATH with module install path used by EasyBuild: /user/home/gent/vsc400/vsc40075/.local/easybuild/modules/all:/apps/gent/SL5/harpertown/modules/all:/apps/gent/gengar/harpertown/modules/all:/usr/share/Modules/modulefiles:/etc/modulefiles
== 2012-11-25 15:58:44,192 main.main INFO Found bzip2-1.0.6-goalf-1.1.0-no-OFED.eb in /user/home/gent/vsc400/vsc40075/.local/easybuild/easyconfigs: /user/home/gent/vsc400/vsc40075/.local/easybuild/easyconfigs/b/bzip2/bzip2-1.0.6-goalf-1.1.0-no-OFED.eb
== 2012-11-25 15:58:44,193 main.main DEBUG Paths: [('/user/home/gent/vsc400/vsc40075/.local/easybuild/easyconfigs/b/bzip2/bzip2-1.0.6-goalf-1.1.0-no-OFED.eb', False)]
== 2012-11-25 15:58:44,194 main.main DEBUG Processing easyconfig /user/home/gent/vsc400/vsc40075/.local/easybuild/easyconfigs/b/bzip2/bzip2-1.0.6-goalf-1.1.0-no-OFED.eb
== 2012-11-25 15:58:44,196 main.EasyConfig INFO Logger started for EasyConfig.
== 2012-11-25 15:58:44,197 main.EasyConfig INFO setting config option toolchain: value {'version': '1.1.0-no-OFED', 'name': 'goalf'}
== 2012-11-25 15:58:44,197 main.EasyConfig INFO setting config option name: value bzip2
== 2012-11-25 15:58:44,197 main.EasyConfig INFO setting config option sources: value ['bzip2-1.0.6.tar.gz']
== 2012-11-25 15:58:44,197 main.EasyConfig INFO setting config option version: value 1.0.6
== 2012-11-25 15:58:44,197 main.EasyConfig INFO setting config option source_urls: value ['http://www.bzip.org/1.0.6/']
== 2012-11-25 15:58:44,197 main.EasyConfig INFO setting config option toolchainopts: value {'pic': True}
== 2012-11-25 15:58:44,197 main.EasyConfig INFO setting config option homepage: value http://www.bzip.org/
== 2012-11-25 15:58:44,198 main.EasyConfig INFO setting config option description: value bzip2 is a freely available, patent free, high-quality data compressor. It typically
compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical
compressors), whilst being around twice as fast at compression and six times faster at decompression.
== 2012-11-25 15:58:44,198 main.EasyConfig INFO Validating easy block
== 2012-11-25 15:58:44,198 main.EasyConfig INFO Checking OS dependencies
== 2012-11-25 15:58:44,198 main.EasyConfig INFO OS dependencies ok: []
== 2012-11-25 15:58:44,199 main.search_toolchain INFO Logger started for search_toolchain.
== 2012-11-25 15:58:44,258 main.search_toolchain DEBUG importing toolchain module easybuild.toolchains.dummy
== 2012-11-25 15:58:44,513 main.search_toolchain DEBUG importing toolchain module easybuild.toolchains.gcc
== 2012-11-25 15:58:44,598 main.search_toolchain DEBUG importing toolchain module easybuild.toolchains.gmpich2
== 2012-11-25 15:58:44,777 main.search_toolchain DEBUG importing toolchain module easybuild.toolchains.gmvapich2
== 2012-11-25 15:58:44,830 main.search_toolchain DEBUG importing toolchain module easybuild.toolchains.goalf
== 2012-11-25 15:58:45,263 main.search_toolchain DEBUG importing toolchain module easybuild.toolchains.gompi
== 2012-11-25 15:58:45,268 main.search_toolchain DEBUG importing toolchain module easybuild.toolchains.gqacml
== 2012-11-25 15:58:45,451 main.search_toolchain DEBUG importing toolchain module easybuild.toolchains.ictce
== 2012-11-25 15:58:45,570 main.search_toolchain DEBUG Adding Gcc to list of imported classes used for looking for constants
== 2012-11-25 15:58:45,570 main.search_toolchain DEBUG Found constant GCC ('GCC') in module easybuild.toolchains.compiler.gcc, adding it to easybuild.tools.toolchain
== 2012-11-25 15:58:45,570 main.search_toolchain DEBUG Adding Gcc to list of imported classes used for looking for constants
== 2012-11-25 15:58:45,570 main.search_toolchain DEBUG Adding Mpich2 to list of imported classes used for looking for constants
== 2012-11-25 15:58:45,570 main.search_toolchain DEBUG Found constant GCC ('GCC') in module easybuild.toolchains.compiler.gcc, adding it to easybuild.tools.toolchain
== 2012-11-25 15:58:45,571 main.search_toolchain DEBUG Found constant MPICH2 ('MPICH2') in module easybuild.toolchains.mpi.mpich2, adding it to easybuild.tools.toolchain
== 2012-11-25 15:58:45,571 main.search_toolchain DEBUG Adding Gcc to list of imported classes used for looking for constants
== 2012-11-25 15:58:45,571 main.search_toolchain DEBUG Adding Mvapich2 to list of imported classes used for looking for constants
== 2012-11-25 15:58:45,571 main.search_toolchain DEBUG Found constant GCC ('GCC') in module easybuild.toolchains.compiler.gcc, adding it to easybuild.tools.toolchain
== 2012-11-25 15:58:45,571 main.search_toolchain DEBUG Found constant MVAPICH2 ('MVAPICH2') in module easybuild.toolchains.mpi.mvapich2, adding it to easybuild.tools.toolchain
== 2012-11-25 15:58:45,571 main.search_toolchain DEBUG Adding Atlas to list of imported classes used for looking for constants
== 2012-11-25 15:58:45,571 main.search_toolchain DEBUG Adding Blacs to list of imported classes used for looking for constants
== 2012-11-25 15:58:45,571 main.search_toolchain DEBUG Adding Fftw to list of imported classes used for looking for constants
== 2012-11-25 15:58:45,572 main.search_toolchain DEBUG Adding Gcc to list of imported classes used for looking for constants
== 2012-11-25 15:58:45,572 main.search_toolchain DEBUG Adding OpenMPI to list of imported classes used for looking for constants
== 2012-11-25 15:58:45,572 main.search_toolchain DEBUG Adding ScaLAPACK to list of imported classes used for looking for constants
== 2012-11-25 15:58:45,572 main.search_toolchain DEBUG Found constant GCC ('GCC') in module easybuild.toolchains.compiler.gcc, adding it to easybuild.tools.toolchain
== 2012-11-25 15:58:45,572 main.search_toolchain DEBUG Found constant OPENMPI ('OpenMPI') in module easybuild.toolchains.mpi.openmpi, adding it to easybuild.tools.toolchain
== 2012-11-25 15:58:45,572 main.search_toolchain DEBUG Adding Gcc to list of imported classes used for looking for constants
== 2012-11-25 15:58:45,572 main.search_toolchain DEBUG Adding OpenMPI to list of imported classes used for looking for constants
== 2012-11-25 15:58:45,573 main.search_toolchain DEBUG Found constant GCC ('GCC') in module easybuild.toolchains.compiler.gcc, adding it to easybuild.tools.toolchain
== 2012-11-25 15:58:45,573 main.search_toolchain DEBUG Found constant OPENMPI ('OpenMPI') in module easybuild.toolchains.mpi.openmpi, adding it to easybuild.tools.toolchain
== 2012-11-25 15:58:45,573 main.search_toolchain DEBUG Adding Acml to list of imported classes used for looking for constants
== 2012-11-25 15:58:45,573 main.search_toolchain DEBUG Adding Blacs to list of imported classes used for looking for constants
== 2012-11-25 15:58:45,573 main.search_toolchain DEBUG Adding Fftw to list of imported classes used for looking for constants
== 2012-11-25 15:58:45,573 main.search_toolchain DEBUG Adding Gcc to list of imported classes used for looking for constants
== 2012-11-25 15:58:45,573 main.search_toolchain DEBUG Adding QLogicMPI to list of imported classes used for looking for constants
== 2012-11-25 15:58:45,573 main.search_toolchain DEBUG Adding ScaLAPACK to list of imported classes used for looking for constants
== 2012-11-25 15:58:45,574 main.search_toolchain DEBUG Found constant GCC ('GCC') in module easybuild.toolchains.linalg.acml, adding it to easybuild.tools.toolchain
== 2012-11-25 15:58:45,574 main.search_toolchain DEBUG Found constant INTELCOMP ('Intel') in module easybuild.toolchains.linalg.acml, adding it to easybuild.tools.toolchain
== 2012-11-25 15:58:45,574 main.search_toolchain DEBUG Found constant GCC ('GCC') in module easybuild.toolchains.compiler.gcc, adding it to easybuild.tools.toolchain
== 2012-11-25 15:58:45,574 main.search_toolchain DEBUG Found constant QLOGICMPI ('QLogicMPI') in module easybuild.toolchains.mpi.qlogicmpi, adding it to easybuild.tools.toolchain
== 2012-11-25 15:58:45,574 main.search_toolchain DEBUG Adding IntelFFTW to list of imported classes used for looking for constants
== 2012-11-25 15:58:45,574 main.search_toolchain DEBUG Adding IntelIccIfort to list of imported classes used for looking for constants
== 2012-11-25 15:58:45,575 main.search_toolchain DEBUG Adding IntelMKL to list of imported classes used for looking for constants
== 2012-11-25 15:58:45,575 main.search_toolchain DEBUG Adding IntelMPI to list of imported classes used for looking for constants
== 2012-11-25 15:58:45,575 main.search_toolchain DEBUG Found constant INTELCOMP ('Intel') in module easybuild.toolchains.compiler.inteliccifort, adding it to easybuild.tools.toolchain
== 2012-11-25 15:58:45,575 main.search_toolchain DEBUG Found constant GCC ('GCC') in module easybuild.toolchains.linalg.intelmkl, adding it to easybuild.tools.toolchain
== 2012-11-25 15:58:45,575 main.search_toolchain DEBUG Found constant INTELCOMP ('Intel') in module easybuild.toolchains.linalg.intelmkl, adding it to easybuild.tools.toolchain
== 2012-11-25 15:58:45,575 main.search_toolchain DEBUG Found constant INTELMPI ('IntelMPI') in module easybuild.toolchains.mpi.intelmpi, adding it to easybuild.tools.toolchain
== 2012-11-25 15:58:45,583 main.ToolchainOptions DEBUG _add_options: adding options {'precise': (False, 'High precision'), 'verbose': (False, 'Verbose output'), 'pic': (False, 'Use PIC'), 'static': (False, 'Build static library'), 'optarch': (True, 'Enable architecture optimizations'), 'veryloose': (False, 'Very loose precision'), 'strict': (False, 'Strict (highest) precision'), 'unroll': (False, 'Unroll loops'), 'lowopt': (False, 'Low compiler optimizations'), 'shared': (False, 'Build shared library'), 'opt': (False, 'High compiler optimizations'), 'i8': (False, 'Integers are 8 byte integers'), 'loose': (False, 'Loose precision'), 'cstd': (None, 'Specify C standard'), 'defaultprec': (False, 'Default precision'), 'openmp': (False, 'Enable OpenMP'), 'noopt': (False, 'Disable compiler optimizations'), 'packed-linker-options': (False, 'Pack the linker options as comma separated list'), 'r8': (False, 'Real is 8 byte real'), 'cciscxx': (False, 'Use CC as CXX'), '32bit': (False, 'Compile 32bit target'), 'debug': (False, 'Enable debug'), 'defaultopt': (False, 'Default compiler optimizations')}
== 2012-11-25 15:58:45,583 main.ToolchainOptions DEBUG _add_options: adding options {'f2c': (False, 'Generate code compatible with f2c and f77'), 'lto': (False, 'Enable Link Time Optimization'), 'loop': (False, 'Automatic loop parallellisation')}
== 2012-11-25 15:58:45,583 main.Goalf INFO _get_optimal_architecture: using march=native as optarch for Intel.
== 2012-11-25 15:58:45,584 main.Goalf DEBUG _compiler_init: compiler toolchainoptions {'precise': False, 'verbose': False, 'pic': False, 'static': False, 'optarch': True, 'veryloose': False, 'strict': False, 'unroll': False, 'lowopt': False, 'shared': False, 'opt': False, 'i8': False, 'loose': False, 'cstd': None, 'defaultprec': False, 'openmp': False, 'f2c': False, 'noopt': False, 'packed-linker-options': False, 'lto': False, 'r8': False, 'cciscxx': False, '32bit': False, 'debug': False, 'defaultopt': False, 'loop': False}
== 2012-11-25 15:58:45,584 main.ToolchainOptions DEBUG _add_options: adding options {'usempi': (False, 'Use MPI compiler as default compiler')}
== 2012-11-25 15:58:45,584 main.ToolchainOptions DEBUG _add_options_map: no option with name _opt_MPICXX defined, but allowed
== 2012-11-25 15:58:45,584 main.ToolchainOptions DEBUG _add_options_map: no option with name _opt_MPICF90 defined, but allowed
== 2012-11-25 15:58:45,584 main.ToolchainOptions DEBUG _add_options_map: no option with name _opt_MPICF77 defined, but allowed
== 2012-11-25 15:58:45,584 main.ToolchainOptions DEBUG _add_options_map: no option with name _opt_MPICC defined, but allowed
== 2012-11-25 15:58:45,584 main.Goalf DEBUG _set_mpi_options: all current options {'precise': False, 'verbose': False, 'pic': False, 'static': False, 'optarch': True, 'usempi': False, 'veryloose': False, 'strict': False, 'unroll': False, 'lowopt': False, 'shared': False, 'opt': False, 'i8': False, 'loose': False, 'cstd': None, 'defaultprec': False, 'openmp': False, 'f2c': False, 'noopt': False, 'packed-linker-options': False, 'lto': False, 'r8': False, 'cciscxx': False, '32bit': False, 'debug': False, 'defaultopt': False, 'loop': False}
== 2012-11-25 15:58:45,585 main.main DEBUG Adding toolchain ('goalf', '1.1.0-no-OFED') as dependency for app bzip2.
== 2012-11-25 15:58:45,586 main.Modules INFO Logger started for Modules.
== 2012-11-25 15:58:46,536 main.Modules DEBUG module available name 'bzip2' version '1.0.6-goalf-1.1.0-no-OFED' in /user/home/gent/vsc400/vsc40075/.local/easybuild/modules/all:/apps/gent/SL5/harpertown/modules/all:/apps/gent/gengar/harpertown/modules/all:/usr/share/Modules/modulefiles:/etc/modulefiles:/user/home/gent/vsc400/vsc40075/.local/easybuild/modules/all gave 0 answers: []
== 2012-11-25 15:58:46,536 main.main DEBUG bzip2 (version 1.0.6-goalf-1.1.0-no-OFED) is not installed yet, so retaining it
== 2012-11-25 15:58:46,536 main.main INFO resolving dependencies ...
== resolving dependencies ...
== 2012-11-25 15:58:46,537 main.Modules INFO Logger started for Modules.
== 2012-11-25 15:58:47,215 main.Modules DEBUG module available name '' version '' in None gave 900 answers: [('ABAQUS', '6.10.1-linux-x86_64'), ('ABAQUS', '6.11.0-linux-x86_64'), ('ABAQUS', '6.11.1-linux-x86_64'), ('ABINIT', '5.8.4-gmgfl-0.5.0'), ('ABINIT', '5.8.4-gmgfl-0.5.0-mpi'), ('ABINIT', '5.8.4-ictce-3.2.1.015.u1'), ('ABINIT', '5.8.4-ictce-3.2.1.015.u1-mpi'), ('ABySS', '1.2.5-ictce-4.0.4'), ('ABySS', '1.3.0-ictce-4.0.4'), ('ABySS', '1.3.2-ictce-4.0.4'), ('ADF', '2009.01a.pc64_linux.intelmpi'), ('ALLPATHS-LG', '41377-gimkl-0.5.2'), ('AMOS', '3.1.0-ictce-4.0.4'), ('AMOS', '3.1.0-ictce-4.0.6'), ('ARPACK', '96-gimkl-0.5.1'), ('ARPACK', '96-gimkl-0.5.2'), ('ARPACK', '96-gmgfl-0.5.0'), ('ARPACK', '96-ictce-3.2.1.015.u4'), ('ARPACK', '96-ictce-4.0.1'), ('ARPACK', '96-ictce-4.0.6'), ('ASE', '3.6.0.2515-ictce-4.0.6-Python-2.7.2'), ('ATSAS', '2.3.1-2.x86_64'), ('ATSAS', '2.4.1-4.sl5.x86_64'), ('AmberTools', '1.5-ictce-4.0.6'), ('Armadillo', '2.4.4-ictce-4.0.6-Python-2.7.3'), ('AutoDock-Vina', '1.1.1-ictce-3.2.1.015.u4'), ('Autoconf', '2.68-GCC-4.4.3'), ('Autoconf', '2.68-SL55_x86_64'), ('Aztec', '2.1-ictce-3.2.1.015.u4'), ('BEAGLE', '20110617-ictce-4.0.1'), ('BEAGLE', '20120124-ictce-4.0.6'), ('BEAST', '1.6.1'), ('BLACS', '1.1-GCC-4.4.1-MVAPICH2-1.4rc1-3378'), ('BLACS', '1.1-GCC-4.4.1-MVAPICH2-1.4rc1-3378-debug'), ('BLACS', '1.1-GCC-4.4.1-OpenMPI-1.3.3'), ('BLAST', '2.2.22-x64-linux'), ('BLAST', '2.2.25-x64-linux'), ('BLAST', 'ncbi-2.2.25-x64-linux'), ('BWA', '0.5.9-ictce-4.0.1'), ('BWA', '0.6.1-ictce-4.0.4'), ('BWA', '0.6.1-ictce-4.0.6'), ('BamTools', '1.0.2-ictce-4.0.6'), ('BiSearch', '20051222-ictce-4.0.4'), ('BigDFT', '1.2.0.2-gmgfl-0.5.0'), ('BigDFT', '1.2.0.2-gmgfl-0.5.0-mpi'), ('BigDFT', '1.2.0.2-ictce-3.2.1.015.u1'), ('BigDFT', '1.2.0.2-ictce-3.2.1.015.u1-mpi'), ('Biopython', '1.58-ictce-4.0.4'), ('Biopython', '1.58-ictce-4.0.6'), ('Bison', '2.5-ictce-4.0.10'), ('Bison', '2.5-ictce-4.0.6'), ('Blat', '34-ictce-4.0.4'), ('Blat', '34-ictce-4.0.6'), ('Blat', '35-ictce-4.0.6'), ('Blitz++', '0.9-gmgfl-0.5.0'), ('Blitz++', '0.9-ictce-3.2.1.015.u1'), ('Blitz++', '0.9-ictce-3.2.1.015.u4'), ('Blitz++', '0.9-ictce-4.0.6'), ('Boost', '1.43.0-ictce-3.2.1.015.u4'), ('Boost', '1.43.0-ictce-3.2.2.u3'), ('Boost', '1.43.0-ictce-4.0.1'), ('Boost', '1.45.0-ictce-4.0.0'), ('Boost', '1.47.0-ictce-4.0.1'), ('Boost', '1.47.0-ictce-4.0.4'), ('Boost', '1.48.0-ictce-4.0.4'), ('Boost', '1.49.0-ictce-4.0.6'), ('Boost', '1.49.0-ictce-4.0.6-Python-2.6.4'), ('Boost', '1.49.0-ictce-4.0.6-Python-2.7.3'), ('Bowtie', '0.12.7-ictce-4.0.0'), ('Bowtie', '0.12.7-ictce-4.0.1'), ('Bowtie', '0.12.7-ictce-4.0.4'), ('Bowtie', '0.12.7-ictce-4.0.6'), ('Bowtie', '2.0.0-beta5-ictce-4.0.6'), ('CAMFR', '20070717-ictce-3.2.1.015.u4'), ('CAPHE', '1.0.0-ictce-4.0.1'), ('CAPHE', '1.4.1-ictce-4.0.6'), ('CAPHE', '1.4.2-ictce-4.0.6'), ('CCfits', '2.4-ictce-4.0.6'), ('CD-HIT', '2009-0427-gimkl-0.5.1'), ('CD-HIT', '2009-0427-gimkl-0.5.1-omp'), ('CD-HIT', '4.5.5-2011-03-31-gimkl-0.5.1'), ('CD-HIT', '4.5.5-2011-03-31-ictce-4.0.4'), ('CFITSIO', '3.26-ictce-4.0.1'), ('CFITSIO', '3.28-ictce-4.0.1'), ('CFITSIO', '3.28-ictce-4.0.6'), ('CFITSIO', '3.29-ictce-4.0.6'), ('CGAL', '4.0-ictce-4.0.6-Python-2.7.3'), ('CLHEP', '2.0.4.2-ictce-3.2.1.015.u4'), ('CLHEP', '2.0.4.2-ictce-4.0.1'), ('CLHEP', '2.0.4.7-ictce-4.0.1'), ('CLHEP', '2.0.4.7-ictce-4.0.4'), ('CLHEP', '2.1.1.0-ictce-4.0.6'), ('CLHEP', '2.0.4.7-ictce-3.2.1.015.u4'), ('CLooG-PPL', '0.15.5-GCC-4.4.1-nocloogppl-buildgcc4.4.1'), ('CLooG-PPL', '0.15.9-GCC-4.4.3-nocloogppl'), ('CMake', '2.8.4'), ('CMake', '2.8.4-ictce-4.0.6'), ('COMSOL', '3.5.0.608'), ('COMSOL', '4.1.0.112'), ('COMSOL', '4.2.0.187'), ('COMSOL', '4.2a'), ('CP2K', '20090728-gmgfl-0.5.0'), ('CP2K', '20090728-gmgfl-0.5.0-noopt'), ('CP2K', '20090728-gmgfl-0.5.0-opt'), ('CP2K', '20090728-gmgfl-0.5.0-opt2'), ('CP2K', '20090909-gimkl-0.5.0-noopt'), ('CP2K', '20090909-gimkl-0.5.0-opt2'), ('CP2K', '20090909-gimkl-0.5.0-psmp-opt'), ('CP2K', '20090909-gmgfl-0.5.0-noopt'), ('CP2K', '20090909-gmgfl-0.5.0-opt2'), ('CP2K', '20090909-gmgfl-0.5.0-psmp-opt'), ('CP2K', '20090909-gogfl-0.5.0-noopt'), ('CP2K', '20090909-gogfl-0.5.0-opt2'), ('CP2K', '20090909-gogfl-0.5.0-psmp-opt'), ('CP2K', '20100310-ictce-3.2.1.015.u4'), ('CP2K', '20100310-ictce-3.2.1.015.u4-psmp'), ('CP2K', '20100317-gimkl-0.5.1-psmp'), ('CP2K', '20100615-ictce-3.2.1.015.u4'), ('CP2K', '20100706-gimkl-0.5.1'), ('CP2K', '20100706-gimkl-0.5.1-all'), ('CP2K', '20100706-gimkl-0.5.1-psmp'), ('CP2K', '20110124-gimkl-0.5.1'), ('CP2K', '20110124-gimkl-0.5.1-psmp'), ('CP2K', '20110823-gimkl-0.5.1'), ('CP2K', '20111205-gimkl-0.5.1'), ('CPLEX', '12.2'), ('CPLEX', '12.3'), ('CPLEX', '12.4'), ('CPMD', '3.13_2-ictce-4.0.6'), ('CVXOPT', '1.1.5-ictce-4.0.6-Python-2.7.2'), ('Cabal', '0.8.2-gimkl-0.5.1-cwbd'), ('Charm++', '6.1.2-ictce-3.2.1.015.u1'), ('Charm++', '6.2.1-ictce-4.0.6'), ('ClustalW', '1.83-ictce-4.0.1'), ('ClustalW2', '2.1-ictce-4.0.1'), ('Cufflinks', '0.9.3-ictce-4.0.0'), ('Cython', '0.16-ictce-4.0.6-Python-2.7.2'), ('DIANA', '9.4.3'), ('DOLFIN', '1.0.0-ictce-4.0.6-Python-2.7.3'), ('Denoiser', '0.851-gimkl-0.5.1'), ('Docutils', '0.9.1-ictce-4.0.6-Python-2.7.3'), ('ECore', '1.5.2'), ('ECore', '1.5.2-clusterapps'), ('ECore', '1.5.2-clusterapps'), ('ECore', '1.5.2-ug1'), ('EMAN', '2.03-ictce-4.0.4'), ('EPD', '7.2-1-rh5'), ('ETSFIO', '1.0.2-gmgfl-0.5.0'), ('ETSFIO', '1.0.2-ictce-3.2.1.015.u1'), ('F77SPLIT', '20060304-ictce-3.2.1.015.u4'), ('FASTX', '0.0.13-ictce-4.0.4'), ('FFC', '1.0.0-ictce-4.0.6-Python-2.7.3'), ('FFTW', '2.1.5-gimkl-0.5.0'), ('FFTW', '2.1.5-gimkl-0.5.0-single'), ('FFTW', '2.1.5-gmgfl-0.5.0'), ('FFTW', '2.1.5-gmgfl-0.5.0-single'), ('FFTW', '2.1.5-gogfl-0.5.0'), ('FFTW', '2.1.5-gogfl-0.5.0-single'), ('FFTW', '2.1.5-ictce-3.2.1.015.u1'), ('FFTW', '2.1.5-ictce-3.2.1.015.u1-single'), ('FFTW', '2.1.5-ictce-3.2.1.015.u2'), ('FFTW', '2.1.5-ictce-3.2.1.015.u2-single'), ('FFTW', '2.1.5-ictce-3.2.1.015.u4'), ('FFTW', '2.1.5-ictce-3.2.1.015.u4-single'), ('FFTW', '2.1.5-ictce-3.2.2.u3'), ('FFTW', '2.1.5-ictce-4.0.6'), ('FFTW', '2.1.5-ictce-4.0.6-single'), ('FFTW', '3.2.2-gimkl-0.5.0'), ('FFTW', '3.2.2-gimkl-0.5.1'), ('FFTW', '3.2.2-gmgfl-0.5.0'), ('FFTW', '3.2.2-gmgfl-0.5.0-debug-debug'), ('FFTW', '3.2.2-gmgfl-0.5.0-opt'), ('FFTW', '3.2.2-gmgfl-0.5.0-single'), ('FFTW', '3.2.2-gmgfl-0.5.0-single-opt'), ('FFTW', '3.2.2-gogfl-0.5.0'), ('FFTW', '3.2.2-gogfl-0.5.0-single'), ('FFTW', '3.2.2-ictce-3.2.1.015.u1'), ('FFTW', '3.2.2-ictce-3.2.1.015.u2'), ('FFTW', '3.2.2-ictce-3.2.1.015.u4'), ('FFTW', '3.2.2-ictce-4.0.1'), ('FFTW', '3.2.2-ictce-4.0.1-float-threads'), ('FFTW', '3.2.2-ictce-4.0.4'), ('FFTW', '3.2.2-ictce-4.0.4-float-threads'), ('FFTW', '3.3-ictce-4.0.6'), ('FFTW', '3.3.1-ictce-3.2.2.u3'), ('FFTW', '3.3.1-ictce-4.0.10'), ('FFTW', '3.3.1-ictce-4.0.3'), ('FFTW', '3.3.1-ictce-4.0.6'), ('FIAT', '1.0.0-ictce-4.0.6-Python-2.7.3'), ('FLAME', 'r3277-GCC-4.4.1'), ('FLAME', 'r3277-GCC-4.4.1-i8'), ('FLUENT', '12.1.4'), ('FLUENT', '13.0'), ('FLUENT', '14.0'), ('FSL', '4.1.9-gimkl-0.5.2'), ('FSL', '4.1.9-ictce-4.0.4'), ('FastTree', '2.1.3-gimkl-0.5.1'), ('FastTree', '2.1.3-gimkl-0.5.1-omp'), ('Ferret', '6.72-ictce-4.0.6'), ('Flume', '0.9.4-cdh3u3'), ('GAMESS-US', '20100325-r2-ictce-3.2.1.015.u4'), ('GAMESS-US', '20101001-r1-ictce-3.2.1.015.u4'), ('GATE', 'v5.0.0_p01-ictce-3.2.1.015.u4'), ('GATE', 'v6.0_p01-ictce-3.2.1.015.u4'), ('GATE', 'v6.1-ictce-4.0.1'), ('GATE', 'v6.2-ictce-4.0.6'), ('GCC', '4.4.1'), ('GCC', '4.4.1-nocloogppl'), ('GCC', '4.4.3'), ('GCC', '4.4.3-nocloogppl'), ('GCC', '4.5.2'), ('GCC', '4.6.0'), ('GCC', '4.6.2'), ('GCC', '4.6.3'), ('GDAL', '1.7.3-ictce-4.0.1'), ('GDAL', '1.7.3-ictce-4.0.4'), ('GDAL', '1.8.1-ictce-4.0.4'), ('GDB', '6.8.50.20090811-GCC-4.4.1'), ('GEANT4', '9.1.p03-ictce-3.2.1.015.u4'), ('GEANT4', '9.2.p03-ictce-3.2.1.015.u4'), ('GEANT4', '9.4.p01-ictce-4.0.1'), ('GEANT4', '9.4.p01-ictce-4.0.1-mpi'), ('GEANT4', '9.4.p02-ictce-4.0.4'), ('GEOS', '3.1.0-ictce-4.0.1'), ('GEOS', '3.1.0-ictce-4.0.4'), ('GEOS', '3.3.1-ictce-4.0.4'), ('GEOS', '3.3.5-ictce-4.0.6'), ('GHC', '6.12.3-gimkl-0.5.1'), ('GHC', '6.12.3-x86_64-unknown-linux-n-gimkl-0.5.1-BinDist'), ('GLPK', '4.39-gmgfl-0.5.0'), ('GLPK', '4.39-ictce-3.2.1.015.u1'), ('GLPK', '4.39-ictce-4.0.1'), ('GLPK', '4.47-ictce-4.0.1'), ('GLPK', '4.47-ictce-4.0.6'), ('GMP', '4.3.1-GCC-4.4.1-nocloogppl-buildgcc4.4.1'), ('GMP', '4.3.1-gmgfl-0.5.0'), ('GMP', '4.3.1-ictce-3.2.1.015.u1'), ('GMP', '4.3.1-ictce-4.0.1'), ('GMP', '4.3.1-ictce-4.0.4'), ('GMP', '5.0.1-GCC-4.4.3-nocloogppl'), ('GMP', '5.0.1-ictce-4.0.1'), ('GMP', '5.0.1-ictce-4.0.6'), ('GMP', '5.0.5-ictce-4.0.6'), ('GPAW', '0.9.0.8965-ictce-4.0.6-Python-2.7.2'), ('GRASS', '6.4.1-ictce-4.0.1'), ('GROMACS', '4.5.1-ictce-3.2.1.015.u4'), ('GROMACS', '4.5.5-ictce-4.0.6'), ('GSL', '1.12-gimkl-0.5.0'), ('GSL', '1.12-gmgfl-0.5.0'), ('GSL', '1.12-ictce-3.2.1.015.u1'), ('GSL', '1.14-ictce-3.2.1.015.u4'), ('GSL', '1.14-ictce-4.0.1'), ('GSL', '1.15-gimkl-0.5.1'), ('GSL', '1.15-gimkl-0.5.2'), ('GSL', '1.15-ictce-4.0.4'), ('GSL', '1.15-ictce-4.0.6'), ('Gambit', 'lnamd64-2.4.6'), ('Gaussian', 'g03_E1_amd64_linda_gpfs-ictce-3.2.1.015.u4'), ('Gaussian', 'g09_A.02-ictce-3.2.2.u2-amd64-gpfs'), ('Geant4', '9.5.p01-ictce-4.0.6'), ('GenomeAnalysisTK', '1.0.5083'), ('GotoBLAS', '1.26-GCC-4.4.1'), ('GotoBLAS', '1.26-GCC-4.4.1-hugetlbfs'), ('GotoBLAS', '1.26-GCC-4.4.1-hugetlbfs-i8'), ('GotoBLAS', '1.26-GCC-4.4.1-i8'), ('HBase', '0.90.4-cdh3u3'), ('HDF', '4.2.7-patch1-ictce-4.0.6'), ('HDF-EOS', '5.1.12-ictce-4.0.6'), ('HDF5', '1.6.9-gimkl-0.5.0'), ('HDF5', '1.6.9-gimkl-0.5.0-parallel'), ('HDF5', '1.6.9-gimkl-0.5.0-parallel-gpfs'), ('HDF5', '1.6.9-gmgfl-0.5.0'), ('HDF5', '1.6.9-gmgfl-0.5.0-parallel'), ('HDF5', '1.6.9-gmgfl-0.5.0-parallel-gpfs'), ('HDF5', '1.6.9-ictce-3.2.1.015.u1'), ('HDF5', '1.6.9-ictce-3.2.1.015.u1-parallel'), ('HDF5', '1.6.9-ictce-3.2.1.015.u1-parallel-gpfs'), ('HDF5', '1.6.9-ictce-3.2.1.015.u4'), ('HDF5', '1.6.9-ictce-3.2.1.015.u4-parallel'), ('HDF5', '1.6.9-ictce-3.2.2.u3-parallel'), ('HDF5', '1.6.9-ictce-4.0.1-parallel'), ('HDF5', '1.6.9-ictce-4.0.6'), ('HDF5', '1.8.0-ictce-4.0.1'), ('HDF5', '1.8.3-gimkl-0.5.0'), ('HDF5', '1.8.3-gimkl-0.5.0-parallel'), ('HDF5', '1.8.3-gimkl-0.5.0-parallel-gpfs'), ('HDF5', '1.8.3-gmgfl-0.5.0'), ('HDF5', '1.8.3-gmgfl-0.5.0-parallel'), ('HDF5', '1.8.3-gmgfl-0.5.0-parallel-gpfs'), ('HDF5', '1.8.3-ictce-3.2.1.015.u1'), ('HDF5', '1.8.3-ictce-3.2.1.015.u1-parallel'), ('HDF5', '1.8.3-ictce-3.2.1.015.u1-parallel-gpfs'), ('HDF5', '1.8.3-ictce-3.2.1.015.u4-parallel'), ('HDF5', '1.8.4-patch1-ictce-3.2.1.015.u4'), ('HDF5', '1.8.4-patch1-ictce-3.2.1.015.u4-parallel'), ('HDF5', '1.8.4-patch1-ictce-3.2.2.u3'), ('HDF5', '1.8.5-patch1-ictce-4.0.1'), ('HDF5', '1.8.5-patch1-ictce-4.0.1-parallel'), ('HDF5', '1.8.7-ictce-4.0.4'), ('HDF5', '1.8.7-ictce-4.0.4-parallel'), ('HDF5', '1.8.7-ictce-4.0.6'), ('HDF5', '1.8.7-ictce-4.0.6-parallel'), ('HOD', '1.0.0-ug-0.0.1'), ('HOD', '1.0.0-ug-0.0.2'), ('HOD', '1.0.0-ug-0.1.0'), ('HOD', '2.0.0'), ('HOD', '2.0.1'), ('HPCC', '1.3.1-gmgfl-0.5.0'), ('HPCC', '1.4.1-ictce-3.2.1.015.u4-fftw2'), ('HPCC', '1.4.1-ictce-3.2.1.015.u4b'), ('Hadoop', '0.20.2-cdh3u3'), ('Harminv', '1.3.1-gimkl-0.5.0'), ('Harminv', '1.3.1-ictce-3.2.1.015.u1'), ('Harminv', '1.3.1-ictce-3.2.1.015.u4'), ('Harminv', '1.3.1-ictce-4.0.6'), ('Hive', '0.7.1-cdh3u3'), ('Hoard', '38-ictce-4.0.6'), ('Hypre', '2.8.0b-ictce-4.0.6'), ('IMOD', '4.1.10'), ('IPM', '0.982-gimkl-0.5.1'), ('IPM', '0.982-ictce-3.2.1.015.u4'), ('IPM', '0.982_20100617-gimkl-0.5.1'), ('IPM', '0.982_20100617-ictce-3.2.1.015.u4'), ('IPM', '0.982_20100617-ictce-3.2.2.u3'), ('IPM', '0.983-ictce-4.0.6'), ('IPM', '0.983_20100928-ictce-3.2.2.u2'), ('IPM', '0.983_20100928-ictce-3.2.2.u3'), ('IPython', '0.11-ictce-4.0.1'), ('IPython', '0.13-ictce-4.0.6-Python-2.6.4'), ('ISIS', '2.0.0-ictce-3.2.1.015.u4-extended'), ('ISIS', '2.0.0-ictce-3.2.1.015.u4-small'), ('Insight', '6.8.50-20090727-GCC-4.4.1'), ('Instant', '1.0.0-ictce-4.0.6-Python-2.7.3'), ('IronPython', '2.7-0-ictce-4.0.6g4fb2552'), ('JAGS', '3.2.0-ictce-4.0.4'), ('JUnit', '4.10'), ('JasPer', '1.900.1-ictce-4.0.6'), ('Java', '1.6.0_14'), ('Java', '1.6.0_20'), ('Java', '1.7.0_3'), ('Java', '1.6.0_26'), ('Jinja2', '2.6-ictce-4.0.6-Python-2.7.3'), ('JumboMem', '2.0-gimkl-0.5.1'), ('JumboMem', '2.1-gimkl-0.5.1'), ('LAPACK', '3.2.1-GCC-4.4.1-GotoBLAS-1.26'), ('LAPACK', '3.2.1-GCC-4.4.1-GotoBLAS-1.26-i8'), ('LMF', 'v3.0-ictce-3.2.1.015.u4'), ('LMF', 'v3.0-ictce-4.0.1'), ('LS-DYNA', '971-R4.2.1-x86_64'), ('LS-DYNA', '971-R5.1.1-x86_64'), ('Libint', '1.1.2-ictce-3.2.1.015.u4'), ('Libint', '1.1.4-gimkl-0.5.1'), ('Libint', '1.1.4-gmgfl-0.5.0'), ('Libint', '1.1.4-gmgfl-0.5.0-debug-debug'), ('Libint', '1.1.4-ictce-3.2.1.015.u1'), ('Libint', '1.1.4-ictce-3.2.1.015.u4'), ('M4', '1.4.15-GCC-4.4.3'), ('M4', '1.4.15-SL55_x86_64'), ('M4', '1.4.15-ictce-3.2.1.015.u4'), ('M4', '1.4.16-ictce-4.0.10'), ('M4', '1.4.16-ictce-4.0.6'), ('MATLAB', '2011a'), ('MATLAB', '2011a-bis'), ('MATLAB', '2011b'), ('MATLAB', 'MCR_2010b'), ('MATLAB', 'MCR_2011a'), ('MATLAB', '2010b'), ('MDP', '3.3-ictce-4.0.6-Python-2.7.3'), ('MEME', '4.3.0-gimkl-0.5.1'), ('MEME', '4.3.0-ictce-3.2.1.015.u4'), ('METIS', '4.0.1-ictce-3.2.1.015.u4'), ('METIS', '5.0.2-ictce-4.0.6'), ('MPB', '1.4.2-ictce-3.2.1.015.u1'), ('MPE2', '1.3.0-ictce-4.0.6'), ('MPFR', '2.4.1-GCC-4.4.1-nocloogppl-buildgcc4.4.1'), ('MPFR', '3.0.0-GCC-4.4.3-nocloogppl'), ('MPFR', '3.1.0-ictce-4.0.6'), ('MPITB', 'beta-FC6-OCT2912-LAM713-OMPI123-ictce-4.0.1'), ('MTL4', '4.0.8878'), ('MUMPS', '4.9.2-ictce-3.2.1.015.u4-withmetis'), ('MUMPS', '4.9.2-ictce-3.2.1.015.u4-withparmetis'), ('MUMmer', '3.23-ictce-4.0.4'), ('MVAPICH2', '1.4rc1-3378-GCC-4.4.1'), ('MVAPICH2', '1.4rc1-3378-GCC-4.4.1-debug'), ('MVAPICH2', '1.4rc2-3476-GCC-4.4.1'), ('MVAPICH2', '1.4rc2-3476-GCC-4.4.1-debug'), ('Maple', '15'), ('Maven', '3.0.3'), ('Meep', '1.0.3-ictce-3.2.1.015.u1'), ('Meep', '1.1.1-gimkl-0.5.0'), ('Meep', '1.1.1-ictce-3.2.1.015.u1'), ('Meep', '1.1.1-ictce-3.2.1.015.u4'), ('Meep', '1.2-ictce-4.0.6'), ('Mercurial', '2.3.2-ictce-4.0.6-Python-2.7.3'), ('Mesa', '7.11.2-ictce-4.0.10-Python-2.7.3'), ('Mono', '2.10.6-ictce-4.0.6'), ('Mpc', '0.6-GCC-4.4.1-nocloogppl-buildgcc4.4.1'), ('Mpc', '0.8.2-GCC-4.4.3-nocloogppl'), ('MrBayes', '3.1.2-ictce-4.0.1'), ('MrBayes', '3.2.0-ictce-4.0.6'), ('MyMediaLite', '1.05-ictce-4.0.6'), ('MySQL', '5.1.37-ictce-3.2.1.015.u1-rwlocks'), ('MySQL', '5.4.1-0-rhel5.x86_64.rpm'), ('NAMD', '2.7b1-ictce-3.2.1.015.u1'), ('NAMD', '2.8-ictce-4.0.6'), ('NCL', '6.0.0-ictce-4.0.6'), ('NCO', '4.0.8-ictce-4.0.6'), ('NWChem', '5.1-LINUX64-RHELWS4-ifort-MPICH2-EM64T'), ('OPT++', '2.4-ictce-4.0.6'), ('OPT++', '2.4-ictce-4.0.6-parallel'), ('ORCA', '2.7.0-amd64'), ('ORCA', '2.7.0-amd64-OpenMPI_1.4.2'), ('ORCA', '2.8.0-amd64-OpenMPI_1.4.2'), ('ORCA', '2.8.0.2-x86_64-OpenMPI_1.4.2'), ('Octave', '3.0.5-ictce-4.0.1'), ('Octave', '3.2.2-gmgfl-0.5.0'), ('Octave', '3.2.4-ictce-4.0.1'), ('Oger', '1.1.3-ictce-4.0.6-Python-2.7.3'), ('Open64', '4.2.4-0'), ('Open64', '4.2.5-1'), ('Open64', '4.2.5-1.rpm'), ('OpenBUGS', '3.2.1'), ('OpenCV', '2.3.1a-ictce-3.2.2.u3-32bit'), ('OpenCV', '2.3.1a-ictce-4.0.4'), ('OpenFOAM', '1.7.1-ictce-4.0.4'), ('OpenFOAM', '2.0.1-ictce-4.0.4'), ('OpenMPI', '1.3.3-GCC-4.4.1'), ('OpenMPI', '1.4.2-GCC-4.4.3'), ('OpenMPI', '1.4.3-GCC-4.5.2'), ('OpenMPI', '1.4.4-ictce-4.0.1'), ('OpenMPI', '1.4.4-ictce-4.0.4'), ('OpenMPI', '1.4.4-ictce-4.0.6'), ('OpenSSL', '1.0.0-gimkl-0.5.2'), ('PCRE', '7.9-gmgfl-0.5.0'), ('PCRE', '7.9-ictce-3.2.1.015.u1'), ('PCRE', '7.9-ictce-4.0.1'), ('PCRE', '8.12-ictce-4.0.1'), ('PCRE', '8.12-ictce-4.0.6'), ('PEST', '12.1-ictce-4.0.0'), ('PETSc', '2.3.3-p15-ictce-3.2.1.015.u4-small'), ('PETSc', '2.3.3-p15-ictce-3.2.1.015.u4-small-woparmetis'), ('PETSc', '3.1-p3-ictce-3.2.1.015.u4-small'), ('PETSc', '3.3-p2-ictce-4.0.6-Python-2.7.3'), ('PHENIX', '1.7.2-869-gimkl-0.5.1'), ('PHENIX', '1.7.2-869-gimkl-0.5.1-noOMP'), ('PHENIX', '1.7.3-928-gimkl-0.5.1-noOMP'), ('PHP', '5.2.10-ictce-3.2.1.015.u1'), ('PPL', '0.10.2-GCC-4.4.1-nocloogppl-buildgcc4.4.1'), ('PPL', '0.11-GCC-4.4.3-nocloogppl'), ('PROJ', '4.7.0-ictce-4.0.1'), ('PROJ', '4.7.0-ictce-4.0.4'), ('PVM', '3.4.6-ictce-4.0.1'), ('PVM', '3.4.6-ictce-4.0.4'), ('ParMETIS', '3.1.1-ictce-3.2.1.015.u4'), ('ParMETIS', '3.1.1-ictce-3.2.2.u3'), ('ParMETIS', '4.0.2-ictce-4.0.6'), ('Parallel-netCDF', '1.0.3-gmgfl-0.5.0'), ('Parallel-netCDF', '1.2.0-ictce-3.2.1.015.u4'), ('Pasha', '1.0.6-ictce-4.0.6'), ('Path64', '4.0.9.20110404'), ('Perl', '5.12.2-gimkl-0.5.1'), ('Perl', '5.12.3-ictce-4.0.1'), ('Perl', '5.14.2-ictce-4.0.4'), ('PostgreSQL', '8.4.0-1PGDG.rhel5.x86_64.rpm'), ('PostgreSQL', '8.4.0-ictce-3.2.1.015.u1'), ('PostgreSQL', '9.0.3-1PGDG.rhel5.x86_64.rpm'), ('Primer3', '2.3.0-ictce-4.0.4'), ('PyNAST', '1.1-gimkl-0.5.1'), ('Pypar', '2.1.4_94-ictce-3.2.1.015.u4'), ('Python', '2.6.2-gimkl-0.5.0'), ('Python', '2.6.2-gmgfl-0.5.0'), ('Python', '2.6.3-gimkl-0.5.0'), ('Python', '2.6.4-ictce-3.2.1.015.u4'), ('Python', '2.6.4-ictce-3.2.2.u2'), ('Python', '2.6.4-ictce-3.2.2.u3'), ('Python', '2.6.4-ictce-4.0.6'), ('Python', '2.7-gimkl-0.5.1'), ('Python', '2.7-ictce-4.0.0'), ('Python', '2.7.1-ictce-4.0.1'), ('Python', '2.7.2-gimkl-0.5.1'), ('Python', '2.7.2-ictce-4.0.4'), ('Python', '2.7.3-ictce-4.0.10'), ('Python', '2.7.3-ictce-4.0.6'), ('Python', '3.2.3-ictce-4.0.6'), ('Python', '2.7.2-ictce-4.0.6'), ('QIIME', '1.1.0-gimkl-0.5.1'), ('Qhull', '2003.1-gmgfl-0.5.0'), ('Qhull', '2003.1-ictce-3.2.1.015.u1'), ('Qhull', '2003.1-ictce-4.0.1'), ('Qhull', '2011.1-ictce-4.0.1'), ('Qhull', '2011.1-ictce-4.0.6'), ('QuEST', '2.4-gimkl-0.5.1'), ('Quantum-ESPRESSO', '4.2-ictce-3.2.1.015.u4'), ('Quantum-ESPRESSO', '4.2-ictce-3.2.1.015.u4-hybrid'), ('R', '2.12.1-ictce-4.0.1'), ('R', '2.14.0-ictce-4.0.4'), ('R', '2.15.0-ictce-4.0.4'), ('R', '2.14.1-ictce-4.0.4'), ('RAPTOR', '3.0-ictce-4.0.4'), ('RDP-Classifier', '2.2'), ('ROOT', 'v5.26.00c-ictce-3.2.1.015.u4'), ('ROOT', 'v5.28.00b-ictce-4.0.1'), ('ROOT', 'v5.34.01-ictce-4.0.6'), ('ROSETTA', '3.1-ictce-3.2.1.015.u2'), ('Revo', '3.1.1-ictce-3.2.1.015.u4'), ('Rpy', '1.0.3-ictce-4.0.1'), ('Rpy', '2.2.0-ictce-4.0.1'), ('Ruby', '1.9.2-p180-ictce-4.0.1'), ('Ruby', '1.9.2-p290-ictce-4.0.4'), ('SAMtools', '0.1.11-ictce-4.0.0'), ('SAMtools', '0.1.12a-ictce-4.0.1'), ('SAMtools', '0.1.18-ictce-4.0.4'), ('SAMtools', '0.1.18-ictce-4.0.6'), ('SAMtools', '0.1.8-ictce-4.0.1'), ('SAS', '9.2'), ('SCOTCH', '5.1.11_esmumps-ictce-4.0.4'), ('SCOTCH', '5.1.12b_esmumps-ictce-4.0.6'), ('SCOTCH', '5.1.9_esmumps-ictce-3.2.1.015.u4'), ('SCons', '2.0.0.final.0-AcceptBIntelCompOpt'), ('SGA', '0.9.19-ictce-4.0.6'), ('SHELXL', '97-ictce-4.0.6'), ('SHRiMP', '2.2.3-ictce-4.0.6'), ('SLEPc', '3.3-p1-ictce-4.0.6-Python-2.7.3'), ('SOAPdenovo', '1.05-gimkl-0.5.2'), ('SOAPdenovo', '1.05-ictce-4.0.6'), ('SPARSKIT', '2-ictce-3.2.1.015.u4'), ('SPIDER', '19.09-ictce-4.0.4'), ('SPRNG', '2.0b-ictce-4.0.1'), ('SPRNG', '2.0b-ictce-4.0.4'), ('SWIG', '1.3.40-gimkl-0.5.0'), ('SWIG', '1.3.40-gimkl-0.5.0-Python-2.6.3'), ('SWIG', '1.3.40-ictce-3.2.1.015.u4-Python-2.6.4'), ('SWIG', '1.3.40-ictce-4.0.1-Python-2.7.1'), ('SWIG', '2.0.4-ictce-4.0.6-Python-2.6.4'), ('SWIG', '2.0.4-ictce-4.0.6-Python-2.7.2'), ('SWIG', '2.0.4-ictce-4.0.6-Python-2.7.3'), ('Sage', '4.6.1-SL55_x86_64'), ('ScaLAPACK', '1.8.0-GCC-4.4.1-MVAPICH2-1.4rc1-3378-GotoBLAS-1.26-LAPACK-3.2.1-BLACS-1.1'), ('ScaLAPACK', '1.8.0-GCC-4.4.1-MVAPICH2-1.4rc1-3378-GotoBLAS-1.26-LAPACK-3.2.1-BLACS-1.1-FLAME-r3277'), ('ScaLAPACK', '1.8.0-GCC-4.4.1-MVAPICH2-1.4rc1-3378-GotoBLAS-1.26-i8-LAPACK-3.2.1-i8-BLACS-1.1-FLAME-r3277-i8'), ('ScaLAPACK', '1.8.0-GCC-4.4.1-MVAPICH2-1.4rc1-3378-debug-GotoBLAS-1.26-LAPACK-3.2.1-BLACS-1.1-debug-FLAME-r3277'), ('ScaLAPACK', '1.8.0-GCC-4.4.1-OpenMPI-1.3.3-GotoBLAS-1.26-LAPACK-3.2.1-BLACS-1.1'), ('ScaLAPACK', '1.8.0-GCC-4.4.1-OpenMPI-1.3.3-GotoBLAS-1.26-LAPACK-3.2.1-BLACS-1.1-FLAME-r3277'), ('ScaLAPACK', '1.8.0-GCC-4.4.1-OpenMPI-1.3.3-GotoBLAS-1.26-i8-LAPACK-3.2.1-i8-BLACS-1.1-FLAME-r3277-i8'), ('ScientificPython', '2.8-ictce-4.0.6-Python-2.7.3'), ('SeqtrimNEXT', '2.0.39'), ('Shapely', '1.2.15-ictce-4.0.6-Python-2.6.4'), ('Silo', '4.7.2-ictce-3.2.1.015.u4'), ('Sphinx', '1.1.3-ictce-4.0.6-Python-2.7.3'), ('SuiteSparse', '3.4.0-gmgfl-0.5.0'), ('SuiteSparse', '3.4.0-ictce-3.2.1.015.u1'), ('SuiteSparse', '3.4.0-ictce-3.2.1.015.u4-withmetis'), ('SuiteSparse', '3.4.0-ictce-3.2.1.015.u4-withparmetis'), ('SuiteSparse', '3.4.0-ictce-4.0.1'), ('SuiteSparse', '3.6.1-ictce-4.0.1'), ('SuiteSparse', '3.6.1-ictce-4.0.6'), ('SuiteSparse', '3.7.0-ictce-4.0.6-withparmetis'), ('Szip', '2.1-gimkl-0.5.0'), ('Szip', '2.1-gmgfl-0.5.0'), ('Szip', '2.1-ictce-3.2.1.015.u1'), ('Szip', '2.1-ictce-3.2.1.015.u4'), ('Szip', '2.1-ictce-3.2.2.u3'), ('Szip', '2.1-ictce-4.0.1'), ('Szip', '2.1-ictce-4.0.4'), ('Szip', '2.1-ictce-4.0.6'), ('Tcl', '8.3.5-ictce-4.0.6'), ('Tcl', '8.5.11-ictce-4.0.6'), ('Tcl', '8.5.12-ictce-4.0.10'), ('Tcl', '8.5.9-ictce-4.0.1'), ('Tcl', '8.5.9-ictce-4.0.4'), ('TclTk', '8.3.5-gmgfl-0.5.0'), ('TclTk', '8.3.5-ictce-3.2.1.015.u1'), ('TclTk', '8.5.7-gmgfl-0.5.0'), ('TclTk', '8.5.7-ictce-3.2.1.015.u1'), ('TclTk', '8.5.7-ictce-4.0.1'), ('Theano', '0.5.0-ictce-4.0.6-Python-2.7.2'), ('Tk', '8.5.11-ictce-4.0.6'), ('Tk', '8.5.12-ictce-4.0.10'), ('Tk', '8.5.9-ictce-4.0.1'), ('Tk', '8.5.9-ictce-4.0.4'), ('TopHat', '1.1.4-ictce-4.0.0'), ('Tornado', '2012.09.06'), ('Treefinder', 'march2011'), ('Trilinos', '10.12.2-ictce-4.0.6-Python-2.7.3'), ('Trinity', '2011-08-20-ictce-4.0.6'), ('Trinity', '2011-11-26-ictce-4.0.6'), ('UCLUST', '1.1.579q_i86linux64'), ('UCLUST', '1.2.21q_i86linux64'), ('UCLUST', '3.0.617_i86linux32'), ('UFC', '2.0.5-ictce-4.0.6-Python-2.7.3'), ('UFL', '1.0.0-ictce-4.0.6-Python-2.7.3'), ('UNAFold', '3.8-ictce-4.0.4'), ('VASP', '5.2-ictce-3.2.1.015.u4'), ('VASP', '5.2-ictce-4.0.0-mt'), ('VASP', '5.2.11-ictce-3.2.1.015.u4-mt-non-colin'), ('VASP', '5.2.12-ictce-3.2.1.015.u4-mt'), ('VASP', '5.2.12-ictce-3.2.1.015.u4-mt-dft3d'), ('VASP', '5.2.12-ictce-3.2.1.015.u4-mt-gamma'), ('VASP', '5.2.12-ictce-3.2.1.015.u4-mt-gamma-metadyn'), ('VASP', '5.2.11-ictce-3.2.1.015.u4-mt'), ('Viper', '1.0.0-ictce-4.0.6-Python-2.7.3'), ('WIEN2k', '11.1-ictce-3.2.2.u3'), ('WIEN2k', '11.1-ictce-3.2.2.u3-lowopt'), ('WIEN2k', '11.1a.ug1-ictce-3.2.2.u3'), ('WIEN2k', '12.1-ictce-4.0.10'), ('WIEN2k', '12.1-ictce-4.0.3'), ('WIEN2k', '12.1-ictce-4.0.3-debug'), ('Wannier90', '1.1-gmgfl-0.5.0'), ('Wannier90', '1.1-ictce-3.2.1.015.u1'), ('XCrySDen', '1.5.53-ictce-4.0.10'), ('Xmipp', '2.4-ictce-4.0.4'), ('Y12M', '20071210-ictce-3.2.1.015.u4'), ('YASM', '1.1.0-ictce-4.0.6'), ('ant', '1.8.2'), ('bcMPI', '1.1-gmgfl-0.5.0'), ('bcMPI', '1.1-ictce-4.0.1'), ('bcMPI', '1.1-ictce-4.0.6'), ('boost-numeric-bindings', '20081116-ictce-4.0.4'), ('byacc', '20120526-ictce-4.0.6'), ('bzip2', '1.0.5-gimkl-0.5.1'), ('bzip2', '1.0.5-ictce-3.2.1.015.u1'), ('bzip2', '1.0.5-ictce-3.2.1.015.u4'), ('bzip2', '1.0.6-ictce-4.0.6'), ('cURL', '7.21.3-ictce-4.0.1'), ('cURL', '7.22.0-ictce-4.0.1'), ('cURL', '7.22.0-ictce-4.0.6'), ('cdat_lite', '6.0rc2-ictce-4.0.6'), ('cdbtools', '20101105-gimkl-0.5.1'), ('cluster', 'dugtrio'), ('cluster', 'gastly'), ('cluster', 'gulpin'), ('cluster', 'haunter'), ('cluster', 'legacy'), ('cluster', 'new/gastly'), ('cluster', 'new/gengar'), ('cluster', 'new/haunter'), ('cluster', 'new/legacy'), ('cluster', 'old/gastly'), ('cluster', 'old/gengar'), ('cluster', 'old/haunter'), ('cluster', 'old/legacy'), ('cluster', 'old2/gastly'), ('cluster', 'old2/gengar'), ('cluster', 'old2/haunter'), ('cluster', 'old2/legacy'), ('cluster', 'raichu'), ('cluster', 'gengar'), ('descartes', '1.0-ictce-4.0.6-Python-2.6.4'), ('expat', '2.1.0-ictce-4.0.4'), ('expat', '2.1.0-ictce-4.0.6'), ('fastahack', '20110215-ictce-4.0.1'), ('ffmpeg', '0.10.2-ictce-4.0.6'), ('flex', '2.5.35-ictce-4.0.10'), ('flex', '2.5.35-ictce-4.0.6'), ('g2clib', '1.2.3-ictce-4.0.6'), ('g2lib', '1.2.4-ictce-4.0.6'), ('galib', '247-ictce-4.0.6'), ('giflib', '4.1.6-ictce-4.0.1'), ('giflib', '4.1.6-ictce-4.0.4'), ('gimkl', '0.5.0'), ('gimkl', '0.5.1'), ('gimkl', '0.5.2'), ('glproto', '1.4.16-ictce-4.0.10'), ('gmgfl', '0.5.0'), ('gmgfl', '0.5.0-debug'), ('gmgfl', '0.5.0-i8'), ('gnuplot', '4.4.3'), ('gnuplot', '4.4.4-ictce-4.0.4'), ('gogfl', '0.5.0'), ('gogfl', '0.5.0-debug'), ('gogfl', '0.5.0-i8'), ('gomkl', '0.5.0'), ('google-sparsehash', '1.11-ictce-4.0.4'), ('google-sparsehash', '1.12-ictce-4.0.6'), ('google-sparsehash', '2.0.2-ictce-4.0.6'), ('gtk-sharp', '2.10.4-ictce-4.0.6'), ('guile', '1.8.8-ictce-4.0.6'), ('gzip', '1.3.12-ictce-3.2.1.015.u1'), ('gzip', '1.4-ictce-4.0.6'), ('h5py', '2.0.1-ictce-4.0.6-Python-2.7.2'), ('h5utils', '1.12.1-gimkl-0.5.0-parallel'), ('h5utils', '1.12.1-gimkl-0.5.0-parallel-16'), ('h5utils', '1.12.1-ictce-3.2.1.015.u1'), ('h5utils', '1.12.1-ictce-3.2.1.015.u1-parallel'), ('h5utils', '1.12.1-ictce-4.0.6-parallel'), ('iSight', '5.5_110317'), ('icc', '11.1.046'), ('icc', '11.1.056'), ('icc', '11.1.059'), ('icc', '11.1.069'), ('icc', '11.1.072'), ('icc', '11.1.073'), ('icc', '11.1.073-32bit'), ('icc', '11.1.075'), ('icc', '2011.0.084'), ('icc', '2011.1.107'), ('icc', '2011.10.319'), ('icc', '2011.3.174'), ('icc', '2011.4.191'), ('icc', '2011.6.233'), ('ictce', '3.2.1.015.u1'), ('ictce', '3.2.1.015.u2'), ('ictce', '3.2.1.015.u3'), ('ictce', '3.2.1.015.u4b'), ('ictce', '3.2.2.u1'), ('ictce', '3.2.2.u2'), ('ictce', '3.2.2.u3'), ('ictce', '3.2.2.u3-32bit'), ('ictce', '4.0.0'), ('ictce', '4.0.1'), ('ictce', '4.0.10'), ('ictce', '4.0.3'), ('ictce', '4.0.4'), ('ictce', '4.0.6'), ('ictce', '3.2.1.015.u4'), ('ifort', '11.1.046'), ('ifort', '11.1.056'), ('ifort', '11.1.059'), ('ifort', '11.1.069'), ('ifort', '11.1.072'), ('ifort', '11.1.073'), ('ifort', '11.1.073-32bit'), ('ifort', '11.1.075'), ('ifort', '2011.0.084'), ('ifort', '2011.1.107'), ('ifort', '2011.10.319'), ('ifort', '2011.3.174'), ('ifort', '2011.4.191'), ('ifort', '2011.6.233'), ('imkl', '10.2.1.017'), ('imkl', '10.2.2.025'), ('imkl', '10.2.4.032'), ('imkl', '10.2.4.032-withinterfaces'), ('imkl', '10.2.5.035'), ('imkl', '10.2.6.038'), ('imkl', '10.2.6.038-32bit'), ('imkl', '10.3.0.084'), ('imkl', '10.3.1.107'), ('imkl', '10.3.10.319'), ('imkl', '10.3.3.174'), ('imkl', '10.3.4.191'), ('imkl', '10.3.6.233'), ('impi', '3.2.1.009'), ('impi', '3.2.2.006'), ('impi', '4.0.0.025'), ('impi', '4.0.0.027'), ('impi', '4.0.0.028'), ('impi', '4.0.0.028-32bit'), ('impi', '4.0.1.007'), ('impi', '4.0.2.003'), ('impi', '4.0.2.003'), ('impi', '4.1.0.024'), ('ipp', '7.0.5.233'), ('itac', '7.2.1.008'), ('itac', '7.2.2.006'), ('itac', '8.0.0.011'), ('jobs', '1.0.0'), ('jobs', '1.0.1'), ('jobs', '1.0.1.666'), ('jobs', '1.0.2'), ('libctl', '3.1-gimkl-0.5.0'), ('libctl', '3.1-gmgfl-0.5.0'), ('libctl', '3.1-ictce-3.2.1.015.u1'), ('libctl', '3.1-ictce-3.2.1.015.u4'), ('libctl', '3.2.1-ictce-4.0.6'), ('libdrm', '2.4.27-ictce-4.0.10'), ('libffi', '3.0.11-ictce-4.0.6'), ('libgtextutils', '0.6-ictce-4.0.4'), ('libmatheval', '1.1.7-gimkl-0.5.0'), ('libmatheval', '1.1.7-gmgfl-0.5.0'), ('libmatheval', '1.1.7-ictce-3.2.1.015.u1'), ('libmatheval', '1.1.8-ictce-4.0.6'), ('libpng', '1.2.38-gimkl-0.5.0'), ('libpng', '1.2.38-gimkl-0.5.1'), ('libpng', '1.2.38-gmgfl-0.5.0'), ('libpng', '1.2.38-ictce-3.2.1.015.u1'), ('libpng', '1.2.38-ictce-3.2.1.015.u4'), ('libpng', '1.2.38-ictce-3.2.2.u2'), ('libpng', '1.2.38-ictce-3.2.2.u3'), ('libpng', '1.2.49-ictce-4.0.6'), ('libpng', '1.5.10-ictce-4.0.6'), ('libpthread-stubs', '0.3-ictce-4.0.10'), ('libreadline', '6.2-ictce-4.0.6'), ('libsmm', '20110823-gimkl-0.5.1'), ('libsmm', '20111205-gimkl-0.5.1'), ('libtool', '2.4.2-ictce-4.0.6'), ('libunistring', '0.9.3-ictce-4.0.6'), ('libxc', 'svn-20090822-gmgfl-0.5.0'), ('libxc', 'svn-20090822-ictce-3.2.1.015.u1'), ('libxc', 'svn-fixed-20090607-gmgfl-0.5.0'), ('libxc', 'svn-fixed-20090607-ictce-3.2.1.015.u1'), ('libxcb', '1.8-ictce-4.0.10-Python-2.7.3'), ('libxml2', '2.7.3-gmgfl-0.5.0'), ('libxml2', '2.7.3-ictce-3.2.1.015.u1'), ('libxml2', '2.7.6-gimkl-0.5.1'), ('libxml2', '2.7.6-ictce-3.2.1.015.u4'), ('libxml2', '2.7.6-ictce-4.0.1'), ('libxml2', '2.8.0-ictce-4.0.10-Python-2.7.3'), ('libxml2', '2.8.0-ictce-4.0.6'), ('libxslt', '1.1.24-gmgfl-0.5.0'), ('libxslt', '1.1.24-ictce-3.2.1.015.u1'), ('libxslt', '1.1.26-gimkl-0.5.1'), ('libxslt', '1.1.26-ictce-3.2.1.015.u4'), ('likwid', '2.3.0-ictce-4.0.6'), ('makedepend', '1.0.4-ictce-4.0.10'), ('maui', '5.4.4'), ('maui', 'moab-5.4.4'), ('mhash', '0.9.9.9-ictce-4.0.1'), ('microbiomeutil', '2010-11-02-gimkl-0.5.1'), ('mpiBLAST', '1.6.0-ictce-3.2.1.015.u4'), ('mpiGraph', '1.4-ictce-3.2.1.015.u4'), ('netCDF', '4.0.1-gmgfl-0.5.0'), ('netCDF', '4.0.1-ictce-3.2.1.015.u1'), ('netCDF', '4.0.1-ictce-3.2.1.015.u4-HDF5-1.6.9'), ('netCDF', '4.1.1-ictce-3.2.1.015.u4'), ('netCDF', '4.1.1-ictce-4.0.1'), ('netCDF', '4.1.3-ictce-4.0.4'), ('netCDF', '4.1.3-ictce-4.0.6'), ('netCDF', '4.1.3-ictce-4.0.6-parallelHDF5'), ('orc', '0.4.16-ictce-4.0.6'), ('picard', '1.39'), ('pkg-config', '0.27.1-ictce-4.0.10'), ('pkg-config', '0.27.1-ictce-4.0.6'), ('ploticus', '2.41-gimkl-0.5.1'), ('ploticus', '2.41-ictce-3.2.1.015.u4'), ('ploticus', '2.41-ictce-3.2.2.u2'), ('ploticus', '2.41-ictce-3.2.2.u3'), ('ploticus', '2.41-ictce-4.0.6'), ('pyTables', '2.2.1-ictce-4.0.1'), ('pysam', '0.6-ictce-4.0.4'), ('pysam', '0.6-ictce-4.0.6'), ('python-meep', '0.5-gimkl-0.5.0'), ('python-meep', '1.2-ictce-3.2.1.015.u4'), ('python-meep', '1.3-ictce-3.2.1.015.u4'), ('python-meep', '1.4.2-ictce-4.0.6'), ('qrupdate', '1.0.1-gmgfl-0.5.0'), ('qrupdate', '1.1.1-ictce-4.0.1'), ('qrupdate', '1.1.1-ictce-4.0.6'), ('readline', '6.0-gmgfl-0.5.0'), ('readline', '6.0-ictce-3.2.1.015.u1'), ('readline', '6.1-ictce-3.2.1.015.u4'), ('schroedinger', '1.0.11-ictce-4.0.6'), ('scripts', '1.1.0'), ('scripts', '1.2.0'), ('scripts', '1.3.0'), ('scripts', '1.5.0'), ('scripts', '1.6.0'), ('scripts', '2.0.0'), ('scripts', '2.0.1'), ('scripts', '2.0.2'), ('scripts', '2.0.3'), ('scripts', '2.1.0'), ('scripts', '2.1.1'), ('scripts', '2.1.2'), ('scripts', '2.1.3'), ('scripts', '2.1.4'), ('scripts', '2.1.5'), ('scripts', '2.2.0'), ('scripts', '2.2.1'), ('scripts', '2.2.2'), ('scripts', '2.3.0'), ('scripts', '2.3.1'), ('scripts', '2.3.2'), ('scripts', '2.3.3'), ('scripts', '2.3.4'), ('scripts', '2.3.5'), ('scripts', '2.3.6'), ('scripts', '2.5.1'), ('scripts', '2.5.2'), ('scripts', '2.5.3'), ('scripts', '2.5.4'), ('scripts', '2.5.5'), ('scripts', '2.5.7'), ('scripts', '2.5.8'), ('scripts', '2.5.9'), ('scripts', '2.6.0'), ('setuptools', '0.6c11-ictce-4.0.6-Python-2.6.4'), ('setuptools', '0.6c11-ictce-4.0.6-Python-2.7.3'), ('tbb', '4.0.0.233'), ('tbb', '4.0.5.339'), ('unixODBC', '2.2.14-gmgfl-0.5.0'), ('unixODBC', '2.2.14-ictce-3.2.1.015.u1'), ('unixODBC', '2.3.0-ictce-4.0.1'), ('x264', '20120405-2245-stable-ictce-4.0.6'), ('xcb-proto', '1.7-ictce-4.0.10-Python-2.7.3'), ('xproto', '7.0.23-ictce-4.0.10'), ('yasm', '1.2.0-ictce-4.0.6'), ('zlib', '1.2.3-gimkl-0.5.0'), ('zlib', '1.2.3-gmgfl-0.5.0'), ('zlib', '1.2.3-ictce-3.2.1.015.u1'), ('zlib', '1.2.4-gimkl-0.5.1'), ('zlib', '1.2.4-ictce-3.2.1.015.u4'), ('zlib', '1.2.4-ictce-3.2.2.u2'), ('zlib', '1.2.4-ictce-3.2.2.u3'), ('zlib', '1.2.5-ictce-4.0.0'), ('zlib', '1.2.5-ictce-4.0.1'), ('zlib', '1.2.5-ictce-4.0.4'), ('zlib', '1.2.5-ictce-4.0.6'), ('zlib', '1.2.7-ictce-4.0.10'), ('zlib', '1.2.7-ictce-4.0.6')]
== 2012-11-25 15:58:47,217 main.main DEBUG List of unresolved dependencies: [{'dependencies': [('goalf', '1.1.0-no-OFED')], 'unresolvedDependencies': [('goalf', '1.1.0-no-OFED')], 'spec': '/user/home/gent/vsc400/vsc40075/.local/easybuild/easyconfigs/b/bzip2/bzip2-1.0.6-goalf-1.1.0-no-OFED.eb', 'module': ('bzip2', '1.0.6-goalf-1.1.0-no-OFED')}]
== 2012-11-25 15:58:47,217 main.main ERROR EasyBuild crashed with an error (at easybuild/tools/build_log.py:69 in caller_info): Dependencies not met. Cannot resolve [('goalf', '1.1.0-no-OFED')]
ERROR: EasyBuild crashed with an error (at easybuild/tools/build_log.py:69 in caller_info): Dependencies not met. Cannot resolve [('goalf', '1.1.0-no-OFED')]
So either, the framework cannot locate the goalf module or it does not exist and cannot be built automagically.
There seem to be two issues here, the other issue is reported in easybuild-easyconfigs #1.
While the easyconfig files have been installed and were made available in the easybuild/easyconfig subdir in the PYTHONPATH, they are not picked up by the framework.
The problem seems to lie in main,py:
There is no code unpacked in a egg directory, so
easybuild_easyconfigs*
does not exist.However, even is we ignore this and the path is added and found, there still is a problem building e.g., bzip2, ending with
So either, the framework cannot locate the goalf module or it does not exist and cannot be built automagically.