summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-22Fixed a bug that was causing Python installs to be affected by user config.Joseph Ciurej1-9/+31
2016-07-22Merge pull request #1336 from glennpj/rcaseTodd Gamblin9-11/+15
2016-07-22test_install : removed commented codealalazo1-7/+1
2016-07-21Merge pull request #1230 from hartzell/update-jdkTodd Gamblin1-10/+10
2016-07-21Fix alpha case of dependencies.Glenn Johnson9-11/+15
2016-07-21Merge pull request #1333 from LLNL/features/no-openssl-pingingTodd Gamblin1-56/+9
2016-07-21Merge pull request #1334 from hartzell/add-gcc-5.4.0Todd Gamblin1-0/+1
2016-07-21Remove remote website pinging from OpenSSLTodd Gamblin1-56/+9
2016-07-21Merge pull request #1263 from hartzell/lmod-needs-tclTodd Gamblin3-0/+24
2016-07-21Merge pull request #1335 from LLNL/crayxc-detectionbecker334-0/+6
2016-07-21Added cray wrapper names directory to spack_env_paths so the spack compiler w...Gregory Becker1-5/+6
2016-07-21fixed flake8 errorsGregory Becker1-2/+3
2016-07-21fixedGregory Becker1-4/+5
2016-07-21Bug fix for cray_xc platformGregory Becker4-1/+4
2016-07-21Update with info about gcc-5.4.0George Hartzell1-0/+1
2016-07-21editMitchell Devlin1-5/+18
2016-07-21Fix flake8 violationsGeorge Hartzell1-0/+2
2016-07-21Fix shebang line in tcl scriptsGeorge Hartzell2-1/+20
2016-07-21tcl is actually a runtime dependency.George Hartzell1-1/+1
2016-07-21The lmod package should depend_on('tcl')George Hartzell2-0/+3
2016-07-21MVAPICH2 depends on libpciaccessAdam J. Stewart1-0/+1
2016-07-21Merge pull request #1208 from paulhopkins/bugfix/github1196-specify-preferred...Todd Gamblin4-77/+128
2016-07-21Merge pull request #1328 from suraia/fix-recursive-module-loadTodd Gamblin1-4/+4
2016-07-21Merge pull request #1327 from suraia/update-load-documentationTodd Gamblin1-30/+31
2016-07-21Flake8 fixes to ensure qa tests passPaul Hopkins1-71/+103
2016-07-21Re-add documentation for variant preferencesPaul Hopkins1-5/+6
2016-07-21Allow users to supply preferred variants via packages.yamlPaul Hopkins3-3/+21
2016-07-21Fix recursive module loading.Michael Kuhn1-4/+4
2016-07-21Update documentation for recursive module loading.Michael Kuhn1-30/+31
2016-07-20Merge pull request #1205 from glennpj/psxeGregory Lee3-20/+171
2016-07-20MPI related changesGlenn Johnson1-26/+22
2016-07-20Changes as discussed in PR reviewGlenn Johnson1-11/+7
2016-07-20Fix flake8 errors.Glenn Johnson2-18/+23
2016-07-20Setup environment for Intel Parallel StudioGlenn Johnson3-15/+169
2016-07-20Merge remote-tracking branch 'upstream/develop' into package-opencvmwilliammyers283-1323/+3232
2016-07-20opencv : Add section commentsmwilliammyers1-0/+3
2016-07-20opencv : Reorder depends_on statementsmwilliammyers1-4/+6
2016-07-20opencv : Use dso_suffix for python libmwilliammyers1-3/+2
2016-07-20opencv : Fix python include dir for cmakemwilliammyers1-3/+12
2016-07-20opencv : Add zlib cmake supportmwilliammyers1-0/+9
2016-07-20opencv : Add jasper cmake supportmwilliammyers1-0/+9
2016-07-20opencv : Use dso_suffixmwilliammyers1-7/+11
2016-07-20opencv : Add libpng cmake supportmwilliammyers1-0/+8
2016-07-20opencv : Add libjpeg-turbo cmake supportmwilliammyers1-0/+7
2016-07-20opencv : Add libtiff cmake supportmwilliammyers1-0/+8
2016-07-20opencv : Add optional jdk dependencymwilliammyers1-1/+6
2016-07-20opencv : Fix lib finding for pythonmwilliammyers1-8/+7
2016-07-20opencv : Use string.format()mwilliammyers1-16/+23
2016-07-20opencv : Fix style inconsistenciesmwilliammyers1-5/+10
2016-07-20opencv : Make extending python optionalmwilliammyers1-26/+33