Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-27 | Adds __str__ method to CNL operating system class. | Matt Belhorn | 1 | -0/+2 | |
2016-07-27 | Adds targets config file | Matt Belhorn | 1 | -0/+13 | |
2016-07-27 | Merge pull request #1350 from adamjstewart/fixes/openssl | Todd Gamblin | 1 | -1/+1 | |
Fix OpenSSL url_for_version | |||||
2016-07-25 | Merge pull request #1353 from epfl-scitas/qa/minor_cleanup | becker33 | 2 | -53/+39 | |
qa : minor cleanup | |||||
2016-07-25 | Merge pull request #1352 from glennpj/r_googlevis | becker33 | 1 | -0/+47 | |
New package - r-googlevis | |||||
2016-07-25 | Merge pull request #1351 from glennpj/r_htmlwidgets | becker33 | 30 | -0/+1359 | |
New packages - R htmlwidgets | |||||
2016-07-25 | Merge pull request #1347 from glennpj/rdeps | becker33 | 29 | -93/+95 | |
Add dependency type to r- packages | |||||
2016-07-25 | qa : flake8 issues | alalazo | 2 | -19/+27 | |
2016-07-25 | spec : removed dead code | alalazo | 1 | -29/+13 | |
2016-07-24 | New packages - R htmlwidgets | Glenn Johnson | 30 | -0/+1359 | |
2016-07-24 | New package - r-googlevis | Glenn Johnson | 1 | -0/+47 | |
2016-07-24 | Fix OpenSSL url_for_version | Adam J. Stewart | 1 | -1/+1 | |
2016-07-23 | Add dependency type tp r- packages | Glenn Johnson | 29 | -93/+95 | |
This PR adds the `nolink` dependency type to r- package dependencies. This is needed due to the new dependency types in Spack. A couple of packages were updated with new versions as well. | |||||
2016-07-22 | Merge pull request #1340 from adamjstewart/features/create | becker33 | 1 | -9/+34 | |
Use example deptypes in newly created packages | |||||
2016-07-22 | Merge pull request #950 from xjrc/packages/python | Todd Gamblin | 3 | -38/+48 | |
Enhancement Proposal: Make Python Spack Installs Ignore User Configuration | |||||
2016-07-22 | Use example deptypes in newly created packages | Adam J. Stewart | 1 | -9/+34 | |
2016-07-22 | Adding temporary script that fixes all Python extensions w/ 'setup_py'. | Joseph Ciurej | 2 | -2/+10 | |
2016-07-22 | Improved the build flag construction code in the python install method. | Joseph Ciurej | 1 | -27/+7 | |
2016-07-22 | Fixed a bug that was causing Python installs to be affected by user config. | Joseph Ciurej | 1 | -9/+31 | |
2016-07-22 | Merge pull request #1336 from glennpj/rcase | Todd Gamblin | 9 | -11/+15 | |
Fix alpha case of dependencies for some r-packages | |||||
2016-07-22 | test_install : removed commented code | alalazo | 1 | -7/+1 | |
2016-07-21 | Merge pull request #1230 from hartzell/update-jdk | Todd Gamblin | 1 | -10/+10 | |
Add URL and md5 for jdk-8u92. | |||||
2016-07-21 | Fix alpha case of dependencies. | Glenn Johnson | 9 | -11/+15 | |
A while ago I was asked to convert packages to all lowercase. That was done but some dependencies did not get converted in the specification. This commit fixes that as well as a couple of urls that need to be made explicit and a missing dependency on jdk. | |||||
2016-07-21 | Merge pull request #1333 from LLNL/features/no-openssl-pinging | Todd Gamblin | 1 | -56/+9 | |
Remove remote website pinging from OpenSSL | |||||
2016-07-21 | Merge pull request #1334 from hartzell/add-gcc-5.4.0 | Todd Gamblin | 1 | -0/+1 | |
Update gcc package with info about gcc-5.4.0 | |||||
2016-07-21 | Remove remote website pinging from OpenSSL | Todd Gamblin | 1 | -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-21 | Merge pull request #1263 from hartzell/lmod-needs-tcl | Todd Gamblin | 3 | -0/+24 | |
The lmod package should depend_on('tcl') | |||||
2016-07-21 | Merge pull request #1335 from LLNL/crayxc-detection | becker33 | 4 | -0/+6 | |
Crayxc detection | |||||
2016-07-21 | Added cray wrapper names directory to spack_env_paths so the spack compiler ↵ | Gregory Becker | 1 | -5/+6 | |
wrapper will remove them from the environment (prevents hang) | |||||
2016-07-21 | fixed flake8 errors | Gregory Becker | 1 | -2/+3 | |
2016-07-21 | fixed | Gregory Becker | 1 | -4/+5 | |
2016-07-21 | Bug fix for cray_xc platform | Gregory Becker | 4 | -1/+4 | |
2016-07-21 | Update with info about gcc-5.4.0 | George Hartzell | 1 | -0/+1 | |
2016-07-21 | Fix flake8 violations | George Hartzell | 1 | -0/+2 | |
2016-07-21 | Fix shebang line in tcl scripts | George Hartzell | 2 | -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-21 | tcl is actually a runtime dependency. | George Hartzell | 1 | -1/+1 | |
lmod uses tclsh at runtime, so adjust the depends_on accordingly (thanks @davydden!). | |||||
2016-07-21 | The lmod package should depend_on('tcl') | George Hartzell | 2 | -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-21 | Merge pull request #1208 from ↵ | Todd Gamblin | 4 | -77/+128 | |
paulhopkins/bugfix/github1196-specify-preferred-variants Bugfix/github1196 specify preferred variants | |||||
2016-07-21 | Merge pull request #1328 from suraia/fix-recursive-module-load | Todd Gamblin | 1 | -4/+4 | |
Fix recursive module loading | |||||
2016-07-21 | Merge pull request #1327 from suraia/update-load-documentation | Todd Gamblin | 1 | -30/+31 | |
Update documentation for recursive module loading | |||||
2016-07-21 | Flake8 fixes to ensure qa tests pass | Paul Hopkins | 1 | -71/+103 | |
2016-07-21 | Re-add documentation for variant preferences | Paul Hopkins | 1 | -5/+6 | |
2016-07-21 | Allow users to supply preferred variants via packages.yaml | Paul Hopkins | 3 | -3/+21 | |
2016-07-21 | Fix recursive module loading. | Michael Kuhn | 1 | -4/+4 | |
2016-07-21 | Update documentation for recursive module loading. | Michael Kuhn | 1 | -30/+31 | |
2016-07-20 | Merge pull request #1205 from glennpj/psxe | Gregory Lee | 3 | -20/+171 | |
Setup environment for Intel Parallel Studio | |||||
2016-07-20 | MPI related changes | Glenn Johnson | 1 | -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-20 | Changes as discussed in PR review | Glenn Johnson | 1 | -11/+7 | |
- removed unneeded entry for `debugger/gdb/intel64_mic` - set `+mpi` directory name to impi | |||||
2016-07-20 | Fix flake8 errors. | Glenn Johnson | 2 | -18/+23 | |
2016-07-20 | Setup environment for Intel Parallel Studio | Glenn Johnson | 3 | -15/+169 | |
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. |