summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
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_variantsalalazo1-0/+28
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-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-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-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-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_variantsalalazo92-165/+1749
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-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-07Merge branch 'develop' of https://github.com/LLNL/spack into openmpi_variantsMassimiliano Culpo34-46/+371
Conflicts: var/spack/repos/builtin/packages/openmpi/package.py
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-06nco: Added new packageElizabeth Fischer2-0/+77
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-05Disable -WerrorErik Schnetter1-0/+1
This leads to problems if new compiler versions report new kinds of warnings.
2016-05-05Remove tutorial commentsAdam J. Stewart1-16/+0
2016-05-05Build and install BBCPRobert D. French1-0/+17
Build and install BBCP Use correct destination for install
2016-05-05Merge pull request #893 from davydden/mpi_dependent_envTodd Gamblin4-7/+20
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
2016-05-05Merge pull request #886 from eschnett/eschnett/openblas-makeTodd Gamblin2-1/+38
Disable OpenBLAS's overriding of our "make -jN" option
2016-05-05Merge pull request #887 from adamjstewart/features/openmpiTodd Gamblin1-0/+3
Re-add hwloc as a dependency of openmpi
2016-05-05Merge pull request #884 from davydden/libtool_missing_dependencyTodd Gamblin1-0/+2
libtool: add a missing dependency
2016-05-05Merge pull request #889 from adamjstewart/features/netcdfTodd Gamblin1-9/+12
Remove hdf5 ~cxx constraint on netcdf
2016-05-05Merge pull request #891 from adamjstewart/features/gccTodd Gamblin1-0/+1
Add latest version of GCC
2016-05-05Merge pull request #800 from eschnett/eschnett/qthreadsTodd Gamblin4-1/+40
Add some qthreads patches
2016-05-05Merge pull request #897 from robertdfrench/https-urls-for-subversionTodd Gamblin3-0/+66
Build Subversion with HTTP/S support
2016-05-05Merge pull request #900 from eschnett/eschnett/flexTodd Gamblin1-0/+1
Update Flex to 2.6.0
2016-05-05Merge pull request #899 from LLNL/bugfix/github-808-mrnetTodd Gamblin1-0/+1
added git commit for clang support
2016-05-04Build static and shared libraries for siloDhanannjay 'Djay' Deo1-1/+0
2016-05-04Correctly extend std_cmake_argsDhanannjay 'Djay' Deo1-7/+6