Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-10 | Merge pull request #918 from hegner/bugfix/bison | Todd Gamblin | 1 | -0/+2 | |
Add missing m4 dependency to bison | |||||
2016-05-10 | Merge pull request #912 from citibeth/efischer/160506-NCO | Todd Gamblin | 2 | -0/+77 | |
nco: Added new package | |||||
2016-05-10 | Merge pull request #919 from jppelteret/bugfix/gmsh-2 | Todd Gamblin | 1 | -1/+3 | |
GMsh: Fix binary linking against its own libraries | |||||
2016-05-10 | Merge pull request #922 from bcouturi/gdbupdate | Todd Gamblin | 1 | -0/+1 | |
Added gdb 7.11 released on 24 Feb 2016 | |||||
2016-05-10 | Move args to .coveragerc | Todd Gamblin | 2 | -2/+9 | |
2016-05-10 | Make .style.yapf use 80 chars. | Todd Gamblin | 1 | -1/+1 | |
2016-05-10 | Make Travis badge use SVG. | Todd Gamblin | 1 | -1/+1 | |
2016-05-10 | Merge branch 'qa/coding_standard' of https://github.com/epfl-scitas/spack ↵ | Todd Gamblin | 6 | -3/+51 | |
into epfl-scitas-qa/coding_standard | |||||
2016-05-10 | Kripke variants. | Todd Gamblin | 1 | -3/+7 | |
2016-05-10 | openmpi : fixes #920, added sqlite as a dependency | alalazo | 1 | -1/+2 | |
The default for the variant `pmi` has been set to `False` `sqlite` is now a dependency if `+sqlite3` | |||||
2016-05-10 | Merge branch 'develop' of https://github.com/LLNL/spack into openmpi_variants | alalazo | 9 | -9/+143 | |
2016-05-10 | openblas: fix and cleanup the unit test | Denis Davydov | 3 | -51/+74 | |
2016-05-09 | clean up Kripke package and dependencies. | Todd Gamblin | 1 | -7/+17 | |
2016-05-09 | WIP fixing all the things that broke when I changed the anonymous spec names | Gregory Becker | 1 | -1/+3 | |
2016-05-09 | Merge branch 'features/kripke' of git://github.com/tzislam/spack into ↵ | Todd Gamblin | 1 | -0/+18 | |
tzislam-features/kripke | |||||
2016-05-09 | Removed FIXME comments | Tanzima Z. Islam | 1 | -16/+0 | |
2016-05-09 | cleanup | Gregory Becker | 1 | -1/+1 | |
2016-05-09 | Changed anonymous specs to have name=None instead of empty string | Gregory Becker | 3 | -32/+37 | |
2016-05-09 | Adding a new package: Kripke from the public tar ball | Tanzima Z. Islam | 1 | -10/+28 | |
2016-05-09 | Add documentation for rpath_flag handling | Adam J. Stewart | 1 | -5/+11 | |
2016-05-09 | Comment change | Adam J. Stewart | 1 | -1/+1 | |
2016-05-09 | Testing typo | Adam J. Stewart | 1 | -4/+4 | |
2016-05-09 | Allow compilers to specify their own rpath linking flags | Adam J. Stewart | 5 | -18/+69 | |
2016-05-09 | Merge pull request #882 from davydden/openmp_compiler_flag | Todd Gamblin | 8 | -9/+115 | |
Compiler::openmp_flag() | |||||
2016-05-09 | Integrated improvements from PR #893 to remove hardcoded MPI path. | Joseph Ciurej | 1 | -1/+1 | |
2016-05-09 | Enabled the '+esmumps' variant for 'scotch@:6.0.0'. | Joseph Ciurej | 2 | -13/+50 | |
Added support for 'scotch@6.0.0'. | |||||
2016-05-09 | Updated and fixed the Scotch package. | Joseph Ciurej | 1 | -57/+61 | |
- Fixed a bug that was causing shared library usage to fail when linking with another application. - Updated the repository URL to allow for more general version downloading. - Added installation support for version 5.1.10b. - Cleaned up the installation file to make it a bit easier to follow and modify. | |||||
2016-05-09 | Added gdb 7.11 | Ben Couturier | 1 | -0/+1 | |
2016-05-09 | wrap tty.die to 80 chars | Denis Davydov | 1 | -3/+11 | |
2016-05-09 | GMsh: Fix binary linking against its own libraries | Jean-Paul Pelteret | 1 | -1/+3 | |
GMsh binary now links against full path name of libraries. This fixes problems, such as `dyld: Library not loaded: libGmsh.2.11.dylib`, when running the executable. | |||||
2016-05-09 | add missing m4 dependency to bison | Benedikt Hegner | 1 | -0/+2 | |
2016-05-09 | cleanup | Todd Gamblin | 5 | -30/+13 | |
2016-05-09 | Make _hash private to discourage access; fix dag_hash length handling. | Todd Gamblin | 1 | -11/+14 | |
2016-05-09 | Restore `cc` from mainline; clean up some cflags stuff. | Todd Gamblin | 1 | -29/+29 | |
2016-05-09 | Merge branch 'openmpi_variants' of github.com:epfl-scitas/spack into ↵ | alalazo | 1 | -7/+6 | |
openmpi_variants Conflicts: var/spack/repos/builtin/packages/openmpi/package.py | |||||
2016-05-09 | Merge branch 'develop' of https://github.com/LLNL/spack into openmpi_variants | alalazo | 107 | -463/+2222 | |
Conflicts: var/spack/repos/builtin/packages/openmpi/package.py | |||||
2016-05-08 | Merge pull request #911 from castillo23/packages/crypto | Todd Gamblin | 1 | -0/+1 | |
add support for crypto version 5.6.1 | |||||
2016-05-08 | Merge pull request #914 from trws/packages-leading-to-neovim | Todd Gamblin | 6 | -0/+91 | |
pile of dependencies for neovim, including luajit and libuv | |||||
2016-05-08 | Merge pull request #913 from trws/mpi-should-have-pmi | Todd Gamblin | 2 | -0/+8 | |
add pmi support and process managers to the MPIs | |||||
2016-05-08 | Merge pull request #916 from jppelteret/bugfix/gmsh | Todd Gamblin | 1 | -0/+3 | |
Prevent GMsh from installing in custom prefix on OSX | |||||
2016-05-08 | Fixes #915 | Jean-Paul Pelteret | 1 | -0/+3 | |
2016-05-08 | openblas: raise an error when using +openmp with clang; set +openmp to false ↵ | Denis Davydov | 1 | -4/+10 | |
by default | |||||
2016-05-08 | Add a 'print' view allowing genreation of arbitrary strings based on format ↵ | Brett Viren | 1 | -3/+61 | |
using package/spec parameters. | |||||
2016-05-07 | Address all coments in @trws's latest comment in PR #869. | Brett Viren | 6 | -103/+212 | |
I addressed them by factoring the code better to follow the visitor pattern. This will allow actions to be easily added in the future. These may not even be file sytsem views. One could add actions to generate shell init scripts, JSON DAG-dumpers, GraphViz DOT file generators, etc (yes, some of these are alread in there - just to give the idea). Also added is a top-level test $ source share/spack/setup-env.sh $ ./share/spack/examples/test_view.sh Read the top of that script first. | |||||
2016-05-07 | Merge branch 'develop' of https://github.com/LLNL/spack into openmpi_variants | Massimiliano Culpo | 37 | -48/+400 | |
Conflicts: var/spack/repos/builtin/packages/openmpi/package.py | |||||
2016-05-06 | Cleaning up print statements for debugging | Gregory Becker | 1 | -1/+0 | |
2016-05-06 | Working properly to display but not reuse old specs from yaml | Gregory Becker | 1 | -7/+5 | |
2016-05-06 | pile of dependencies for neovim, including luajit and libuv | Tom Scogland | 6 | -0/+91 | |
2016-05-06 | Merge pull request #906 from adamjstewart/features/xerces-c | Tom Scogland | 1 | -16/+0 | |
Remove FIXME comments | |||||
2016-05-06 | Merge pull request #794 from adamjstewart/features/jpeg | Tom Scogland | 1 | -2/+7 | |
Add latest jpeg version |