summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2016-05-11Use just one flake8 file; mark package.py files to avoid E501 w/url.Todd Gamblin1-1/+1
2016-05-10qa : this should still fail due to F821alalazo2-13/+10
2016-05-10qa : modifying 2 packages and a framework file just for the sake of italalazo2-1/+5
2016-05-10Merge pull request #769 from epfl-scitas/openmpi_variantsTom Scogland1-25/+38
openmpi : added variants
2016-05-10Merge pull request #707 from dhandeo/visitTodd Gamblin2-0/+35
VisIt v2.10.1
2016-05-10Merge pull request #812 from eschnett/eschnett/hdf5-check-installTodd Gamblin1-3/+58
Check the installed HDF5 library for consistency
2016-05-10Merge pull request #807 from gartung/fftw-openmpTodd Gamblin1-3/+10
FFTW: openmp needs to be an option for clang build
2016-05-10Merge pull request #788 from citibeth/efischer/140416-UpdatePNetCDFTodd Gamblin1-2/+16
parallel-netcdf: Updated package
2016-05-10Merge pull request #757 from glennpj/extend_rTodd Gamblin5-1/+131
Make R extendable
2016-05-10Merge pull request #795 from adamjstewart/features/argcompleteTodd Gamblin1-0/+14
Add argcomplete python package
2016-05-10Merge pull request #845 from davydden/openblas_cleanup_unit_testTodd Gamblin3-51/+74
openblas: fix a bug and cleanup the unit test
2016-05-10Merge pull request #806 from davydden/openblas_openmp_clangTodd Gamblin1-4/+10
openblas: do not use OpenMP with Clang
2016-05-10Merge pull request #798 from jgalarowicz/osscbtf-changesTodd Gamblin5-174/+631
Update the main Krell Institute and Argo Navis Tech. packages for MPI…
2016-05-10Merge pull request #825 from xjrc/packages/scotchTodd Gamblin2-58/+99
Update Package : Scotch
2016-05-10Tweak nccmp to be more spack-compatible.Todd Gamblin1-9/+2
- Spack doesn't set F90, but it confuses the nccmp build. Just remove it from the environment. - TODO: should build environment unset this variable?
2016-05-10Merge branch 'efischer/160425-nccmp' of git://github.com/citibeth/spack into ↵Todd Gamblin1-0/+30
citibeth-efischer/160425-nccmp
2016-05-10Merge pull request #862 from davydden/glib_libxcb_missing_dependenciesTodd Gamblin2-0/+4
Glib libxcb missing dependencies
2016-05-10Merge pull request #907 from eschnett/eschnett/binutils-werrorTodd Gamblin1-0/+1
Disable -Werror
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-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_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