summaryrefslogtreecommitdiff
path: root/var/spack/repos
AgeCommit message (Collapse)AuthorFilesLines
2016-07-21Remove remote website pinging from OpenSSLTodd Gamblin1-56/+9
- OpenSSL no longer checks remote versions on the openssl site. - Spack is used on systems that aren't connected to the internet, and this check is probably in the wrong place and affects too many commands. We can work on figuring out a better, more configurable place to put a check like this.
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
Lmod's configure script goes to the trouble of finding tclsh. This change uses that info to rewrite the #! lines in the tcl scripts so that they call the tclsh that the configure script discovered. It needs to massage the existing shebang lines into something that the sed statement in the makefile can manipulate and it needs to add the path_to_tclsh info into the set of sed statements. Checked with versions 6.4.1 and 6.3.7 (the checksum for 6.0.1 is incorrect, a fix for another time).
2016-07-21tcl is actually a runtime dependency.George Hartzell1-1/+1
lmod uses tclsh at runtime, so adjust the depends_on accordingly (thanks @davydden!).
2016-07-21The lmod package should depend_on('tcl')George Hartzell2-0/+3
The lmod package needs a tclsh. Up until now it just assumed that one was available on the system. This change adds a depends_on('tcl') to the lmod package. The tcl package installs a tclsh script with an embedded version number (e.g. tclsh8.6) but the lmod configuration looks for tclsh. This change extends the tcl package to symlink tclshX.Y to tclsh in the tcl package bin directory.
2016-07-21MVAPICH2 depends on libpciaccessAdam J. Stewart1-0/+1
2016-07-20MPI related changesGlenn Johnson1-26/+22
- Redid the code for setting the itac symlink for the cluster edition. - Removed the *PATH variables for MPI to avoid a conflict with other MPI environment modules. - Added missing test for `+all` when checking variants.
2016-07-20Changes as discussed in PR reviewGlenn Johnson1-11/+7
- removed unneeded entry for `debugger/gdb/intel64_mic` - set `+mpi` directory name to impi
2016-07-20Fix flake8 errors.Glenn Johnson2-18/+23
2016-07-20Setup environment for Intel Parallel StudioGlenn Johnson2-15/+168
Set up the environment for the Intel compilers and tools. This commit does the following: - Unset variables that were incorrect from the auto guess prefix inspections. - Add a RemovePath environment_modifications_formats for dotkit. - Set the module environment variables appropriate for the different variants. - Change the component logic so that the '+all' variant works. It was getting split by letter and leaving COMPONENTS empty. - Added a variant checking function. - Added NONRPM_DB_DIR to the silent.cfg so that the product database goes to the installation directory. - With the product database in prefix the code to remove the product database file from the home directory is no longer needed and was removed. - Reformat the 'tools' variant description. There are probably more variables needed for the '+tools' for the 'professional' product version but I do not have access to that.
2016-07-20Merge remote-tracking branch 'upstream/develop' into package-opencvmwilliammyers226-439/+1427
* upstream/develop: (126 commits) Fix indent/flake8 error. openexr : Add new package Set environment variables Added gnu packages datamash, parallel, and screen added package as argument to setup_platform_environment ilmbase : Add new IlmBase package Documented linker default fixed flake errors removed commented-out code Set default link type to dynamic on cray. Includes hooks for platform-based environment changes fixed flake errors fixed flake errors Improved cray_xc detection bug fix Improved cray_xc detection remove FIXMEs Ensure that per-4.4.1 NetCDF doesn't use HDF5 1.10 Re-ignore licenses directory Add "default" configuration scope. Draft CDO Make frontend OS on Cray machines a proper linux distro. ...
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
2016-07-20opencv : Improve cmake detecting pythonmwilliammyers1-10/+23
2016-07-20opencv : Fix cmake not disabling gtkmwilliammyers1-1/+4
2016-07-20opencv : Use `in` operatormwilliammyers1-2/+2
2016-07-20opencv : Minor style changesmwilliammyers1-16/+12
2016-07-20opencv : Add GUI supportmwilliammyers1-3/+18
2016-07-20opencv : Fix pep8 style issuesmwilliammyers1-19/+30
2016-07-20opencv : Fix python extensions issuesmwilliammyers1-0/+15
2016-07-20opencv : Add CUDA extensionsmwilliammyers1-2/+4
2016-07-20Merge pull request #1323 from glennpj/rlibTodd Gamblin1-0/+8
Set environment variables for R
2016-07-20Merge pull request #1313 from sknigh/gnu-toolsTodd Gamblin3-0/+149
Added packages for GNU tools screen, datamash, and parallel
2016-07-20Merge pull request #1326 from mwilliammyers/package-openexrTodd Gamblin1-0/+54
openexr : Add new package
2016-07-20add libxsmm packageMitchell Devlin1-0/+53
2016-07-20Fix indent/flake8 error.Glenn Johnson1-3/+3
2016-07-20openexr : Add new packagemwilliammyers1-0/+54
2016-07-20Set environment variablesGlenn Johnson1-0/+8
This commit adds `setup_environment` to export the libraries and headers. Fixes #1314.
2016-07-20Merge pull request #1321 from mwilliammyers/package-ilmbaseTodd Gamblin1-0/+42
ilmbase : Add new IlmBase package
2016-07-20Merge pull request #1292 from eschnett/eschnett/hdf5-default-1.10Todd Gamblin1-1/+1
Make newest HDF5 release the default version
2016-07-20Merge pull request #1303 from adamjstewart/features/armadilloTodd Gamblin1-3/+5
Updates to Armadillo package
2016-07-20Added gnu packages datamash, parallel, and screenSamuel Knight3-0/+149
2016-07-20ilmbase : Add new IlmBase packagemwilliammyers1-0/+42
2016-07-20Merge branch 'develop' of https://github.com/LLNL/spack into ↵alalazo20-94/+371
features/install_with_phases Conflicts: lib/spack/spack/package.py
2016-07-20remove FIXMEsTodd Gamblin1-2/+0