summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-09clean up Kripke package and dependencies.Todd Gamblin1-7/+17
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-09Adding a new package: Kripke from the public tar ballTanzima Z. Islam1-10/+28
2016-05-09Merge pull request #882 from davydden/openmp_compiler_flagTodd Gamblin8-9/+115
Compiler::openmp_flag()
2016-05-09wrap tty.die to 80 charsDenis Davydov1-3/+11
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-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
2016-05-06Merge pull request #841 from eschnett/eschnett/hwlocTom Scogland1-0/+1
Update hwloc to 1.11.3
2016-05-06Merge pull request #865 from davydden/silver_searcher_dependenciesTom Scogland1-0/+1
the_silver_searcher: add missing dependency
2016-05-06add pmi support and process managers to the MPIsTom Scogland2-0/+8
2016-05-06add support for crypto version 5.6.1Cecilia W. Castillo1-0/+1
2016-05-06Adding a new package file for KripkeTanzima Z. Islam1-0/+16
2016-05-05Remove tutorial commentsAdam J. Stewart1-16/+0
2016-05-05Merge pull request #904 from robertdfrench/bbcpTodd Gamblin1-0/+17
BBCP
2016-05-05Build and install BBCPRobert D. French1-0/+17
Build and install BBCP Use correct destination for install
2016-05-05document usage of compiler flags propertiesDenis Davydov1-0/+19
2016-05-05substitute cxx14_flag by a property with the same name to be overridden in ↵Denis Davydov1-3/+8
derived classes
2016-05-05remove cxx11_flag from Compiler as it is now substituted by a property with ↵Denis Davydov1-3/+0
the same name
2016-05-05add a temporary Nag.cxx11_flag propertyDenis Davydov1-0/+5
2016-05-05compiler: make default openmp_flag() and cxx11_flag() die when these ↵Denis Davydov1-7/+8
properties are not implemented in a derived class
2016-05-05fix comment in Compiler classDenis Davydov1-3/+3
2016-05-05compiler: cleanup Nag.cxx11_flag and Pgi.cxx11_flagDenis Davydov2-6/+0
2016-05-05compiler: add default implementation of openmp_flag() and css11_flag()Denis Davydov1-0/+14
2016-05-05compiler: simplify Clang.is_appleDenis Davydov1-5/+2
2016-05-05compilers: one more missing import statementDenis Davydov1-0/+1
2016-05-05compiler: add Clang.is_apple property which checks if Clang is from Apple or ↵Denis Davydov1-3/+9
not using version
2016-05-05compilers: make Intel::openmp_flag() return -openmp and -qopenmp based on ↵Denis Davydov1-1/+4
the compiler version
2016-05-05compilers: minor fixes to Clang::cxx11_flag() and Clang::openmp_flag()Denis Davydov1-3/+4
2016-05-05compilers: add missing import statementsDenis Davydov5-0/+7
2016-05-05compilers: add openmp_flag() methodDenis Davydov6-2/+28
2016-05-05compilers: make sure cxx11_flag() is defined for all compilersDenis Davydov3-1/+23
2016-05-05Merge pull request #802 from gartung/std-cpp14Todd Gamblin2-2/+12
Handle c++11 and c++14 correctly
2016-05-05Merge pull request #893 from davydden/mpi_dependent_envTodd Gamblin5-7/+37
Introduce variables for MPI compiler wrappers and document their usage
2016-05-05mpich: remove module.mpicc as no formula is using it and it is a duplicate ↵Denis Davydov1-4/+0
of self.spec.mpicc
2016-05-05mpi: move mpicc/mpicxx/mpifc/mpif77 to setup_dependent_package()Denis Davydov3-1/+4
2016-05-05Merge pull request #871 from davydden/dealii_updated_dependenciesTodd Gamblin1-2/+4
dealii: add new dependency -- gsl
2016-05-05Merge pull request #881 from KineticTheory/pkg-superlu-distTodd Gamblin1-1/+3
+ Add version 5.0 download for SuperLU_DIST.
2016-05-05Merge pull request #885 from davydden/p4est_test_optionTodd Gamblin1-1/+9
p4est: put back +tests variant