summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-05-10Merge pull request #918 from hegner/bugfix/bisonTodd Gamblin1-0/+2
Add missing m4 dependency to bison
2016-05-10Merge pull request #912 from citibeth/efischer/160506-NCOTodd Gamblin2-0/+77
nco: Added new package
2016-05-10Merge pull request #919 from jppelteret/bugfix/gmsh-2Todd Gamblin1-1/+3
GMsh: Fix binary linking against its own libraries
2016-05-10Merge pull request #922 from bcouturi/gdbupdateTodd Gamblin1-0/+1
Added gdb 7.11 released on 24 Feb 2016
2016-05-10Move args to .coveragercTodd Gamblin2-2/+9
2016-05-10Make .style.yapf use 80 chars.Todd Gamblin1-1/+1
2016-05-10Make Travis badge use SVG.Todd Gamblin1-1/+1
2016-05-10Merge branch 'qa/coding_standard' of https://github.com/epfl-scitas/spack ↵Todd Gamblin6-3/+51
into epfl-scitas-qa/coding_standard
2016-05-10Kripke variants.Todd Gamblin1-3/+7
2016-05-10openmpi : fixes #920, added sqlite as a dependencyalalazo1-1/+2
The default for the variant `pmi` has been set to `False` `sqlite` is now a dependency if `+sqlite3`
2016-05-10Merge branch 'develop' of https://github.com/LLNL/spack into openmpi_variantsalalazo9-9/+143
2016-05-10openblas: fix and cleanup the unit testDenis Davydov3-51/+74
2016-05-09clean up Kripke package and dependencies.Todd Gamblin1-7/+17
2016-05-09WIP fixing all the things that broke when I changed the anonymous spec namesGregory Becker1-1/+3
2016-05-09Merge branch 'features/kripke' of git://github.com/tzislam/spack into ↵Todd Gamblin1-0/+18
tzislam-features/kripke
2016-05-09Removed FIXME commentsTanzima Z. Islam1-16/+0
2016-05-09cleanupGregory Becker1-1/+1
2016-05-09Changed anonymous specs to have name=None instead of empty stringGregory Becker3-32/+37
2016-05-09Adding a new package: Kripke from the public tar ballTanzima Z. Islam1-10/+28
2016-05-09Add documentation for rpath_flag handlingAdam J. Stewart1-5/+11
2016-05-09Comment changeAdam J. Stewart1-1/+1
2016-05-09Testing typoAdam J. Stewart1-4/+4
2016-05-09Allow compilers to specify their own rpath linking flagsAdam J. Stewart5-18/+69
2016-05-09Merge pull request #882 from davydden/openmp_compiler_flagTodd Gamblin8-9/+115
Compiler::openmp_flag()
2016-05-09Integrated improvements from PR #893 to remove hardcoded MPI path.Joseph Ciurej1-1/+1
2016-05-09Enabled the '+esmumps' variant for 'scotch@:6.0.0'.Joseph Ciurej2-13/+50
Added support for 'scotch@6.0.0'.
2016-05-09Updated and fixed the Scotch package.Joseph Ciurej1-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-09Added gdb 7.11Ben Couturier1-0/+1
2016-05-09wrap tty.die to 80 charsDenis Davydov1-3/+11
2016-05-09GMsh: Fix binary linking against its own librariesJean-Paul Pelteret1-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-09add missing m4 dependency to bisonBenedikt Hegner1-0/+2
2016-05-09cleanupTodd Gamblin5-30/+13
2016-05-09Make _hash private to discourage access; fix dag_hash length handling.Todd Gamblin1-11/+14
2016-05-09Restore `cc` from mainline; clean up some cflags stuff.Todd Gamblin1-29/+29
2016-05-09Merge branch 'openmpi_variants' of github.com:epfl-scitas/spack into ↵alalazo1-7/+6
openmpi_variants Conflicts: var/spack/repos/builtin/packages/openmpi/package.py
2016-05-09Merge branch 'develop' of https://github.com/LLNL/spack into openmpi_variantsalalazo107-463/+2222
Conflicts: var/spack/repos/builtin/packages/openmpi/package.py
2016-05-08Merge pull request #911 from castillo23/packages/cryptoTodd Gamblin1-0/+1
add support for crypto version 5.6.1
2016-05-08Merge pull request #914 from trws/packages-leading-to-neovimTodd Gamblin6-0/+91
pile of dependencies for neovim, including luajit and libuv
2016-05-08Merge pull request #913 from trws/mpi-should-have-pmiTodd Gamblin2-0/+8
add pmi support and process managers to the MPIs
2016-05-08Merge pull request #916 from jppelteret/bugfix/gmshTodd Gamblin1-0/+3
Prevent GMsh from installing in custom prefix on OSX
2016-05-08Fixes #915Jean-Paul Pelteret1-0/+3
2016-05-08openblas: raise an error when using +openmp with clang; set +openmp to false ↵Denis Davydov1-4/+10
by default
2016-05-08Add a 'print' view allowing genreation of arbitrary strings based on format ↵Brett Viren1-3/+61
using package/spec parameters.
2016-05-07Address all coments in @trws's latest comment in PR #869.Brett Viren6-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-07Merge branch 'develop' of https://github.com/LLNL/spack into openmpi_variantsMassimiliano Culpo37-48/+400
Conflicts: var/spack/repos/builtin/packages/openmpi/package.py
2016-05-06Cleaning up print statements for debuggingGregory Becker1-1/+0
2016-05-06Working properly to display but not reuse old specs from yamlGregory Becker1-7/+5
2016-05-06pile of dependencies for neovim, including luajit and libuvTom Scogland6-0/+91
2016-05-06Merge pull request #906 from adamjstewart/features/xerces-cTom Scogland1-16/+0
Remove FIXME comments
2016-05-06Merge pull request #794 from adamjstewart/features/jpegTom Scogland1-2/+7
Add latest jpeg version