Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-04-07 | Merge pull request #747 from KineticTheory/pkg-global | Todd Gamblin | 1 | -0/+1 | |
Package global depends on ncurses | |||||
2016-04-06 | metis 5: fix download url | Geoffrey Oxberry | 1 | -1/+2 | |
Spack picks up the wrong download for metis 5.1.0 from parsing the url field for metis 4.0.3. Add an explicit url field to fix this bug. | |||||
2016-04-06 | Merge pull request #750 from goxberry/metis-4.0.3 | Todd Gamblin | 8 | -11/+86 | |
metis 4.0.3 | |||||
2016-04-06 | Merge pull request #755 from adamjstewart/features/bash | Todd Gamblin | 3 | -6/+25 | |
Add bash package | |||||
2016-04-06 | Merge pull request #752 from KineticTheory/pkg-netlib-lapack | Todd Gamblin | 1 | -7/+6 | |
Second attempt at PR#741 | |||||
2016-04-06 | metis 4.0.3 | Geoffrey Oxberry | 8 | -11/+86 | |
Add version 4.0.3 to metis package. Attempted to implement reasonable versions of all variants declared for metis@5.1.0; some of these do not have analogues in metis@4.0.3, and errors are raised accordingly. Also updated dependencies of packages with depends_on('metis') to depends_on('metis@5:') to ensure that these packages still build. | |||||
2016-04-06 | mvapich2 : MPI compiler wrapper will use spack compilers during the ↵ | Massimiliano Culpo | 2 | -6/+13 | |
installation phase mpich : fixed wrong function signature | |||||
2016-04-06 | Add bash package | Adam J. Stewart | 3 | -6/+25 | |
2016-04-06 | + I am resubmitting this proposed change because it was accidentally | Kelly (KT) Thompson | 1 | -7/+6 | |
overwritten. These modifications were accepted as PR#741 but somehow I clobbered them when PR#742 was merged. There was some unintentional overlap in my local repository that I didn't straighten out before pushing. | |||||
2016-04-06 | Merge pull request #751 from davydden/openblas_fix_compiler | Todd Gamblin | 1 | -3/+5 | |
openblas: provide basename of compilers to avoid issues with detectio… | |||||
2016-04-06 | openblas: provide basename of compilers to avoid issues with detection of ↵ | Denis Davydov | 1 | -3/+5 | |
Fortran | |||||
2016-04-05 | Merge remote-tracking branch 'upstream/develop' into pkg-exuberant-ctags | Kelly (KT) Thompson | 3 | -1/+14 | |
2016-04-05 | + Global requires ncurses. | Kelly (KT) Thompson | 1 | -0/+1 | |
2016-04-05 | Merge pull request #726 from citibeth/efischer/160402-Qt | Todd Gamblin | 1 | -1/+0 | |
Removed useless url in qt | |||||
2016-04-05 | Merge remote-tracking branch 'upstream/develop' into develop | Jim Galarowicz | 8 | -4/+118 | |
2016-04-04 | Merge pull request #740 from glennpj/scikit | Todd Gamblin | 5 | -0/+70 | |
Scikit | |||||
2016-04-04 | Merge pull request #742 from KineticTheory/pkg-dia | Todd Gamblin | 1 | -0/+34 | |
Provide dia | |||||
2016-04-04 | Merge pull request #743 from eschnett/eschnett/netlib-scalapack | Todd Gamblin | 1 | -0/+1 | |
Require cmake | |||||
2016-04-04 | Merge pull request #728 from eschnett/eschnett/hdf5-1.10 | Todd Gamblin | 1 | -4/+13 | |
Update HDF5 to 1.10.0 | |||||
2016-04-04 | Add missing dependency on py-setuptools for | Glenn Johnson | 2 | -0/+4 | |
- py-dask - py-decorator | |||||
2016-04-04 | Merge remote-tracking branch 'upstream/develop' into develop | Jim Galarowicz | 7 | -36/+163 | |
2016-04-04 | Add missing dependencies. | Glenn Johnson | 1 | -0/+4 | |
2016-04-04 | Require cmake | Erik Schnetter | 1 | -0/+1 | |
2016-04-04 | + Provide dia, a program for drawing structured diagrams. | Kelly (KT) Thompson | 2 | -6/+40 | |
2016-04-04 | Merge pull request #714 from goxberry/ipopt-3.12.4 | Todd Gamblin | 1 | -0/+51 | |
Add ipopt v3.12.4 package. | |||||
2016-04-04 | Merge pull request #711 from goxberry/mumps-add-libexec | Todd Gamblin | 1 | -2/+5 | |
Add mpiseq headers to MUMPS installation (was: Add libexec dir to MUMPS installation) | |||||
2016-04-04 | + Since CBLAS is only provided in 3.6.0 or later, modify package.py to on ↵ | Kelly (KT) Thompson | 1 | -6/+6 | |
refer to CBLAS when the latest release is requested. | |||||
2016-04-04 | New package - py-scikit-image (http://scikit-image.org/). | Glenn Johnson | 1 | -0/+20 | |
2016-04-04 | New package - py-networkx (https://networkx.github.io/). | Glenn Johnson | 1 | -0/+15 | |
2016-04-04 | New package - py-decorator (https://github.com/micheles/decorator). | Glenn Johnson | 1 | -0/+13 | |
2016-04-04 | New package - py-dask (http://dask.pydata.org). | Glenn Johnson | 1 | -0/+13 | |
2016-04-04 | Add version 0.17.1 of scikit-learn. | Glenn Johnson | 1 | -0/+1 | |
2016-04-04 | Calculate version string in a function | Erik Schnetter | 1 | -3/+4 | |
2016-04-04 | Add release 9.1.0 recognition to the Dyninst API package file. | Jim Galarowicz | 1 | -0/+2 | |
2016-04-04 | Merge pull request #724 from davydden/metis_suitesparse_dealii | Todd Gamblin | 3 | -9/+69 | |
Metis and suitesparse fixes | |||||
2016-04-04 | Merge pull request #715 from citibeth/efischer/160401-EnvironmentModules | Todd Gamblin | 2 | -25/+38 | |
Added Environment Modules | |||||
2016-04-04 | Add changes that remove unsupported libraries from the boost build libraries ↵ | Jim Galarowicz | 1 | -0/+12 | |
list based on the boost version numbers. Libraries that are removed include: log - for versions of boost 1.53.0 and older - :atomic - for versions of boost 1.52.0 and older - :locale for versions of boost 1.49.0 and older - :chrono - for versions of boost 1.48.0 and older - and :random - for versions of boost 1.44.0 and older. | |||||
2016-04-04 | Merge pull request #716 from citibeth/efischer/160401-TclTk | Todd Gamblin | 2 | -4/+11 | |
Fixed TCL/Tk | |||||
2016-04-04 | Merge pull request #725 from citibeth/efischer/160402-NetCDFCXX | Todd Gamblin | 1 | -1/+5 | |
Added deprecation warning to netcdf-cxx | |||||
2016-04-04 | Merge pull request #730 from citibeth/efischer/160403-PyPillow | Todd Gamblin | 1 | -1/+62 | |
[WIP] py-pillow: Updated for variants | |||||
2016-04-04 | Merge pull request #727 from glennpj/sympy | Todd Gamblin | 2 | -0/+15 | |
Added version 1.0 of sympy. | |||||
2016-04-04 | Merge pull request #729 from citibeth/efischer/160403-LibxcbDependency | Todd Gamblin | 1 | -0/+3 | |
libxcb: Added comments on two dependencies Spack does not yet know ho… | |||||
2016-04-04 | Merge pull request #731 from citibeth/efischer/160403-GitDependency | Todd Gamblin | 1 | -0/+2 | |
git: added comment about newly discovered dependency | |||||
2016-04-04 | Merge pull request #733 from citibeth/efischer/160403-DbusDependency | Todd Gamblin | 1 | -0/+2 | |
dbus: Added missing dependency (expat) | |||||
2016-04-04 | Fix #620, Resolve #664. Fix issues with build environment. | Todd Gamblin | 2 | -0/+158 | |
- Also added better regression tests for build environment. | |||||
2016-04-04 | suite-sparse: temporary disable TBB due to linking errors | Denis Davydov | 1 | -2/+7 | |
2016-04-03 | py-pillow: Updated for variants, but still having trouble getting it to use ↵ | Elizabeth F | 1 | -1/+62 | |
Spack-supplied libjpeg. | |||||
2016-04-03 | libxcb: Added comments on two dependencies Spack does not yet know how to build. | Elizabeth F | 1 | -0/+3 | |
2016-04-03 | git: added comment about newly discovered dependency | Elizabeth F | 1 | -0/+2 | |
2016-04-03 | dbus: Added missing dependency (expat) | Elizabeth F | 1 | -0/+2 | |