summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-03-30docs: add a link to the spack repo in the PR sectionBen Boeckel1-1/+2
2016-03-30Merge pull request #690 from glennpj/py_updatesTodd Gamblin11-9/+28
Get py-pandas working plus some python package updates
2016-03-30Merge pull request #689 from KineticTheory/pkg-subversionTodd Gamblin3-0/+159
Provide subversion (along with apr and apr-util)
2016-03-30Merge pull request #691 from davydden/petsc_remove_qunusedTodd Gamblin1-13/+4
petsc: remove no longer needed -Qunused-arguments hack
2016-03-30Merge branch 'davydden-trilinos_extra' into developTodd Gamblin3-11/+225
2016-03-30Make suite-sparse use spack compilers.Todd Gamblin1-1/+11
2016-03-30petsc: remove no longer needed -Qunused-arguments hackDenis Davydov1-13/+4
2016-03-30This commit updates pandas and fixes dependencies.Glenn Johnson1-7/+4
Added version 0.18.0. Added 'bin/f2py' to ignore so that activation works. Removed unneccessary dependencies on - libdrm - libpciaccess - llvm - mesa Added recommended dependencies from the pandas project site. http://pandas.pydata.org/pandas-docs/stable/install.html - py-numexpr - py-bottleneck The py-bottleneck is a new package that is also in this branch. Removed optional dependencies - py-scipy - py-matplotlib While those are most likely desired to be in the same python stack as pandas they are not required by pandas.
2016-03-30Added version 1.11.0.Glenn Johnson1-0/+1
2016-03-30Added version 2.5.Glenn Johnson1-1/+2
Added 'bin/f2py' to ignore so that activation works.
2016-03-30Add 'bin/f2py' to ignore so activation works.Glenn Johnson1-1/+1
2016-03-30Add version 1.3.7.Glenn Johnson1-0/+1
2016-03-30Add version 2.5.2.Glenn Johnson1-0/+1
2016-03-30Added version 2016.3.Glenn Johnson1-0/+1
2016-03-30Added version 20.5.Glenn Johnson1-0/+1
2016-03-30Added version 1.10.0.Glenn Johnson1-0/+1
2016-03-30Added version 15.0.1Glenn Johnson1-0/+1
2016-03-30New package, py-bottleneck.Glenn Johnson1-0/+14
2016-03-30+ Changes to swig are not needed with this PR.Kelly (KT) Thompson1-4/+1
2016-03-30+ Provide basic instructions for providing subversion w/o additional ↵Kelly (KT) Thompson3-16/+21
language bindings.
2016-03-29Merge pull request #672 from citibeth/efischer/160327-GEOSPython3Gregory Lee1-4/+20
[WIP] GEOS Python extension did not compile with Python3.
2016-03-29Merge branch 'develop' of https://github.com/llnl/spack into developGregory L. Lee9-17/+197
2016-03-29updated geos versionGregory L. Lee1-0/+1
2016-03-29Merge pull request #653 from citibeth/efischer/160325-Cython3FixTodd Gamblin2-2/+30
Added new Cython version; old versions don't work with Python3.
2016-03-29Merge branch 'trilinos_extra' of git://github.com/davydden/spack into ↵Todd Gamblin2-10/+214
davydden-trilinos_extra
2016-03-29Merge pull request #687 from KineticTheory/pkg-cmakeTodd Gamblin1-0/+1
+ Add a new version of cmake (3.5.1).
2016-03-29Merge remote-tracking branch 'upstream/develop' into pkg-subversionKelly (KT) Thompson17-231/+532
2016-03-29+ New version of cmake (3.5.1).Kelly (KT) Thompson1-0/+1
2016-03-29Merge pull request #684 from davydden/astyleTodd Gamblin1-0/+17
astyle@2.04: add new package
2016-03-29Merge pull request #632 from sixy6e/gdal-toolsTodd Gamblin4-0/+149
Upload of GDAL, kealib, openjpeg, py-tuiview package builds.
2016-03-29Removed googletest FIXME...Elizabeth Fischer1-16/+0
2016-03-29Merge pull request #671 from citibeth/efischer/160327-RemoveRedundantLibXML2Todd Gamblin1-15/+0
Removed redundant package py-libxml2. Use libxml2 instead.
2016-03-29astyle@2.04: add new packageDenis Davydov1-0/+17
2016-03-29Merge branch 'eschnett-eschnett/boost-mpi-osx' into developTodd Gamblin1-0/+13
2016-03-29Merge branch 'eschnett/boost-mpi-osx' of git://github.com/eschnett/spack ↵Todd Gamblin1-0/+13
into eschnett-eschnett/boost-mpi-osx
2016-03-29Merge pull request #680 from davydden/hypre_muparser_fixesTodd Gamblin2-1/+4
minor fixes to hypre and muparser on Linux
2016-03-29Merge pull request #681 from LLNL/bugfix/complete-restageTodd Gamblin1-2/+8
Fix bug in restage
2016-03-29Fix bug in restageTodd Gamblin1-2/+8
- Restage previously only removed the source directory from the stage. - Now removes any other directories in stage as well.
2016-03-29Merge branch 'eschnett-eschnett/gcc-osx-2' into developTodd Gamblin3-20/+111
2016-03-29Merge branch 'eschnett-correct-cc' into developTodd Gamblin2-178/+180
2016-03-29this allows gcc4.9.3 to build on OSX10Patrick Gartung3-1/+81
2016-03-29Handle Darwin's ld -r option properlyTodd Gamblin1-8/+27
- ld -r doesn't work with RPATH on OS X. - for GNU ld, the -r option only means 'relocatable', and doesn't affect RPATH. - This adds special handling to omit RPATHs for ld -r on OS X
2016-03-29minor fixes to hypre and muparser on LinuxDenis Davydov2-1/+4
2016-03-29Merge pull request #626 from davydden/mumps_shared_testsTodd Gamblin2-15/+50
add shared variant to mumps (needed for Trilinos) plus tests
2016-03-29add a comment on static mumpsDenis Davydov1-2/+8
2016-03-29turn off python by defaultDenis Davydov1-2/+3
2016-03-28Merge remote-tracking branch 'upstream/develop' into pkg-subversionKelly (KT) Thompson52-280/+1021
2016-03-28Merge pull request #673 from davydden/netcdf_cxxTodd Gamblin1-0/+15
new package: netcdf-cxx
2016-03-28Merge pull request #674 from davydden/petsc_extraTodd Gamblin3-18/+46
extend petsc variants by mumps, complex and debug, fix headers in superlu_dist, add variant to hypre
2016-03-28Add command to compiler input log.Todd Gamblin1-1/+1