summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2016-07-20Merge branch 'cdo' of https://github.com/robertdfrench/spack into ↵Todd Gamblin1-0/+44
robertdfrench-cdo
2016-07-20Merge pull request #1302 from robertdfrench/adios-urlTodd Gamblin1-2/+2
Get adios from github, not NCCS
2016-07-20Merge pull request #1301 from robertdfrench/silver-searcherTodd Gamblin1-1/+3
Silver Searcher 0.32 is out
2016-07-20Merge pull request #1284 from eschnett/eschnett/py-h5py.2Todd Gamblin1-0/+1
Declare dependency of "py-h5py +mpi" on "py-mpi4py"
2016-07-20Merge pull request #1291 from eschnett/eschnett/netcdf-4.4.1Todd Gamblin1-2/+5
Update NetCDF to version 4.4.1
2016-07-20Ensure that per-4.4.1 NetCDF doesn't use HDF5 1.10Erik Schnetter1-2/+4
2016-07-19Draft CDORobert D. French1-0/+44
2016-07-19Silver Search 0.32 is outRobert D. French1-1/+3
PEP8 Love + Re-adding v0.30.0
2016-07-19Fix shared object suffix for macOSAdam J. Stewart1-2/+2
2016-07-19Updates to Armadillo packageAdam J. Stewart1-3/+5
2016-07-19Download Adios from GithubRobert D. French1-2/+2
Get adios from github, not NCCS Use correct hash, thanks Ben
2016-07-19Merge pull request #1226 from adamjstewart/features/tkinterTodd Gamblin3-15/+62
Add Tkinter support for Python
2016-07-19Merge pull request #1262 from davydden/pkg/suite_sparse_fix_blasTodd Gamblin2-13/+29
suite-sparse: enable TBB and fix Blas/Lapack libs
2016-07-18Flex requires m4Erik Schnetter1-0/+1
2016-07-18Make HDF5 1.10 the default versionErik Schnetter1-1/+1
Apply this only after NetCDF 4.4.1 is supported.
2016-07-18Update NetCDF to version 4.4.1Erik Schnetter1-0/+1
This version supports HDF5 1.10 in a backward-compatible manner.
2016-07-18Merge pull request #1204 from goxberry/cmake-3.6.0Todd Gamblin1-0/+1
cmake@3.6.0
2016-07-18Merge pull request #1287 from mwilliammyers/package-jasperTodd Gamblin2-0/+88
jasper: Add new jasper package
2016-07-18package - jasper - Add new jasper packagemwilliammyers2-0/+88
2016-07-18setuptools is a build dependency in numpy.Todd Gamblin1-1/+1
2016-07-18Declare dependency of "py-h5py +mpi" on "py-mpi4py"Erik Schnetter1-0/+1
2016-07-18Merge pull request #1282 from eschnett/eschnett/py-numpyTodd Gamblin1-0/+1
py-numpy: Add py-setuptools dependencies
2016-07-18Merge pull request #1270 from davydden/pkg/mumps_scalapack_fix_blasTodd Gamblin2-43/+64
Pkg/mumps scalapack fix blas
2016-07-18py-numpy: Add py-setuptools dependenciesErik Schnetter1-0/+1
Closes #1281.
2016-07-18Merge pull request #1238 from davydden/pkg/mkl_updateTodd Gamblin1-1/+37
mkl: add provide blas/lapack
2016-07-18Flake8 and new tk versionAdam J. Stewart2-9/+14
2016-07-18Build Python with Tkinter supportAdam J. Stewart3-6/+48
2016-07-18Merge pull request #1269 from davydden/pkg/hypre_trilinos_blasTodd Gamblin2-17/+35
Pkg/hypre trilinos blas
2016-07-18netlib-scalapack: use dso_suffixDenis Davydov1-3/+2
2016-07-18Merge branch 'develop' of https://github.com/LLNL/spack into ↵alalazo10-6/+394
features/install_with_phases Conflicts: var/spack/repos/builtin/packages/swiftsim/package.py
2016-07-17Merge pull request #1188 from epfl-scitas/packages/py-numpyTodd Gamblin1-2/+2
RPATH for blas in py numpy
2016-07-17Merge pull request #1258 from eschnett/eschnett/openmpi-2.0.0Todd Gamblin1-1/+4
Update to OpenMPI 2.0.0
2016-07-16mumps: flake8 fixesDenis Davydov1-30/+37
2016-07-16netlib-scalapack: flake8 fixesDenis Davydov1-8/+13
2016-07-16flake8 fixesDenis Davydov1-2/+4
2016-07-16mumps: don't hardcode blas name; remove unused depends_on(lapack)Denis Davydov1-3/+4
2016-07-16netlib-scalapack: make sure Spack's Lapack is usedDenis Davydov1-0/+9
2016-07-16trilinos: don't hardcode blas/lapack namesDenis Davydov1-2/+5
2016-07-16hypre: don't hardcode blas/lapack/mpi; optionally run testsDenis Davydov1-13/+26
2016-07-16suite-sparse: enable TBB and fix Blas/Lapack libsDenis Davydov2-13/+29
2016-07-15Correct indentationErik Schnetter1-1/+1
2016-07-15Merge pull request #1168 from epfl-scitas/packages/gtsbecker331-0/+53
gts : added package
2016-07-15Merge pull request #1177 from epfl-scitas/packages/swiftsim_and_metisbecker331-0/+1
swiftsim : fixed configuration for metis
2016-07-15Merge pull request #1187 from paulhopkins/bugfix/python-updatesbecker331-3/+22
Bugfix/python updates
2016-07-15Merge pull request #1227 from glennpj/ggvisbecker335-0/+237
New package - r-ggvis
2016-07-15Merge pull request #1254 from mdevlin1/features/hmmerbecker331-0/+76
add HMMER package
2016-07-15Update to OpenMPI 2.0.0Erik Schnetter1-1/+4
2016-07-15Make flake8 happy with .../jdk/package.pyGeorge Hartzell1-10/+8
My PR for adding a new jdk version failed its travis run because of existing flake8 violoations. This package cleans them up. I'm not particularly pythonic, but most of the complaints were obvious. HOWEVER, I'm not particularly confident about handling long lines by taking an flake8 exception comment onto the end. Feedback welcome...
2016-07-15add HMMER packageMitchell Devlin1-0/+76
2016-07-15mkl: add info on interface and threading layers to the docstringDenis Davydov1-1/+7