summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-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-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
2016-03-29fix installation of superlu_dist headers and add it as a dependency to ↵Denis Davydov3-8/+29
petsc; add a variant to hypre to disable internal superlu
2016-03-28petsc: extend variants by mumps, complex and debugDenis Davydov1-13/+20
2016-03-28Simplify cc: Remove old logic and add better tests.Todd Gamblin2-142/+123
- removed a lot of old logic that was only still needed for tests. - Added better unit tests for dependency RPATH, -L, and -I args - tests now check whether the compiler omits -I args in link mode.
2016-03-28Fix bug with lib64 RPATH setting in cc.Todd Gamblin1-2/+2
2016-03-28new package: netcdf-cxxDenis Davydov1-0/+15
2016-03-27Merge pull request #669 from glennpj/module_formatTodd Gamblin1-2/+2
Wrap the long description of an environment module so it is more readable
2016-03-27Merge pull request #658 from davydden/metis_parmetis_darwinTodd Gamblin6-27/+76
metis/parmetis/oce/boost: correct install_name on Darwin via a global tool
2016-03-28metis/parmetis/boost/oce/scalapack: correct install_name on Darwin via a ↵Denis Davydov6-27/+76
global function.
2016-03-27Wrap the long description of an environment module so it is more readable.Glenn Johnson1-2/+2
2016-03-27Merge branch 'correct-cc' of git://github.com/eschnett/spack into ↵Todd Gamblin1-126/+128
eschnett-correct-cc
2016-03-27Merge branch 'eschnett/gcc-osx-2' of git://github.com/eschnett/spack into ↵Todd Gamblin1-19/+30
eschnett-eschnett/gcc-osx-2
2016-03-27Merge pull request #662 from citibeth/efischer/160327-NewPackagesTodd Gamblin1-0/+16
New Package: py-netcdf
2016-03-27Speed up directives by skipping debug info in stack traversal.Todd Gamblin1-2/+4
- `caller_locals()` doesn't need debug info, only frame locals. - `get_calling_module()` doesn't either. - Changed calls to `inspect.stack()` -> `inspect.stack(0)`
2016-03-27mumps: add install_name / sonameDenis Davydov1-2/+2
2016-03-27Added py-netcdfcitibeth1-0/+16
2016-03-25Merge pull request #633 from davydden/netcdf_curlTodd Gamblin1-0/+7
make netcdf link against Spack's curl
2016-03-25Merge pull request #485 from epfl-scitas/packages/blas_lapack_providersTodd Gamblin2-84/+30
reworking package : netlib
2016-03-25Merge pull request #630 from davydden/metis_parmetisTodd Gamblin5-22/+95
Metis parmetis cleanup
2016-03-25Merge pull request #629 from adamjstewart/fixes/infoTodd Gamblin1-2/+2
Fix spack info indentation
2016-03-25Merge branch 'develop' of https://github.com/LLNL/spack into ↵Massimiliano Culpo15-55/+143
packages/blas_lapack_providers Conflicts: var/spack/repos/builtin/packages/py-numpy/package.py
2016-03-25add fPIC to MUMPS when building shared libsDenis Davydov1-6/+9
2016-03-25make netcdf link against Spack's curlDenis Davydov1-0/+7
2016-03-25add shared variant to mumps (needed for Trilinos) plus testsDenis Davydov2-9/+41
2016-03-24parmetis: avoid hardcoding -lm; use same approach as in METISDenis Davydov3-18/+18
2016-03-24patch parmetis to use external GKlibDenis Davydov2-4/+46