Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-30 | This commit updates pandas and fixes dependencies. | Glenn Johnson | 1 | -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-30 | Added version 1.11.0. | Glenn Johnson | 1 | -0/+1 | |
2016-03-30 | Added version 2.5. | Glenn Johnson | 1 | -1/+2 | |
Added 'bin/f2py' to ignore so that activation works. | |||||
2016-03-30 | Add 'bin/f2py' to ignore so activation works. | Glenn Johnson | 1 | -1/+1 | |
2016-03-30 | Add version 1.3.7. | Glenn Johnson | 1 | -0/+1 | |
2016-03-30 | Add version 2.5.2. | Glenn Johnson | 1 | -0/+1 | |
2016-03-30 | Added version 2016.3. | Glenn Johnson | 1 | -0/+1 | |
2016-03-30 | Added version 20.5. | Glenn Johnson | 1 | -0/+1 | |
2016-03-30 | Added version 1.10.0. | Glenn Johnson | 1 | -0/+1 | |
2016-03-30 | Added version 15.0.1 | Glenn Johnson | 1 | -0/+1 | |
2016-03-30 | New package, py-bottleneck. | Glenn Johnson | 1 | -0/+14 | |
2016-03-29 | Merge branch 'eschnett-eschnett/boost-mpi-osx' into develop | Todd Gamblin | 1 | -0/+13 | |
2016-03-29 | Merge branch 'eschnett/boost-mpi-osx' of git://github.com/eschnett/spack ↵ | Todd Gamblin | 1 | -0/+13 | |
into eschnett-eschnett/boost-mpi-osx | |||||
2016-03-29 | Merge pull request #680 from davydden/hypre_muparser_fixes | Todd Gamblin | 2 | -1/+4 | |
minor fixes to hypre and muparser on Linux | |||||
2016-03-29 | Merge pull request #681 from LLNL/bugfix/complete-restage | Todd Gamblin | 1 | -2/+8 | |
Fix bug in restage | |||||
2016-03-29 | Fix bug in restage | Todd Gamblin | 1 | -2/+8 | |
- Restage previously only removed the source directory from the stage. - Now removes any other directories in stage as well. | |||||
2016-03-29 | Merge branch 'eschnett-eschnett/gcc-osx-2' into develop | Todd Gamblin | 3 | -20/+111 | |
2016-03-29 | Merge branch 'eschnett-correct-cc' into develop | Todd Gamblin | 2 | -178/+180 | |
2016-03-29 | this allows gcc4.9.3 to build on OSX10 | Patrick Gartung | 3 | -1/+81 | |
2016-03-29 | Handle Darwin's ld -r option properly | Todd Gamblin | 1 | -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-29 | minor fixes to hypre and muparser on Linux | Denis Davydov | 2 | -1/+4 | |
2016-03-29 | Merge pull request #626 from davydden/mumps_shared_tests | Todd Gamblin | 2 | -15/+50 | |
add shared variant to mumps (needed for Trilinos) plus tests | |||||
2016-03-28 | Merge pull request #673 from davydden/netcdf_cxx | Todd Gamblin | 1 | -0/+15 | |
new package: netcdf-cxx | |||||
2016-03-28 | Merge pull request #674 from davydden/petsc_extra | Todd Gamblin | 3 | -18/+46 | |
extend petsc variants by mumps, complex and debug, fix headers in superlu_dist, add variant to hypre | |||||
2016-03-28 | Add command to compiler input log. | Todd Gamblin | 1 | -1/+1 | |
2016-03-29 | fix installation of superlu_dist headers and add it as a dependency to ↵ | Denis Davydov | 3 | -8/+29 | |
petsc; add a variant to hypre to disable internal superlu | |||||
2016-03-28 | petsc: extend variants by mumps, complex and debug | Denis Davydov | 1 | -13/+20 | |
2016-03-28 | Simplify cc: Remove old logic and add better tests. | Todd Gamblin | 2 | -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-28 | Fix bug with lib64 RPATH setting in cc. | Todd Gamblin | 1 | -2/+2 | |
2016-03-28 | new package: netcdf-cxx | Denis Davydov | 1 | -0/+15 | |
2016-03-27 | Merge pull request #669 from glennpj/module_format | Todd Gamblin | 1 | -2/+2 | |
Wrap the long description of an environment module so it is more readable | |||||
2016-03-27 | Merge pull request #658 from davydden/metis_parmetis_darwin | Todd Gamblin | 6 | -27/+76 | |
metis/parmetis/oce/boost: correct install_name on Darwin via a global tool | |||||
2016-03-28 | metis/parmetis/boost/oce/scalapack: correct install_name on Darwin via a ↵ | Denis Davydov | 6 | -27/+76 | |
global function. | |||||
2016-03-27 | Wrap the long description of an environment module so it is more readable. | Glenn Johnson | 1 | -2/+2 | |
2016-03-27 | Merge branch 'correct-cc' of git://github.com/eschnett/spack into ↵ | Todd Gamblin | 1 | -126/+128 | |
eschnett-correct-cc | |||||
2016-03-27 | Merge branch 'eschnett/gcc-osx-2' of git://github.com/eschnett/spack into ↵ | Todd Gamblin | 1 | -19/+30 | |
eschnett-eschnett/gcc-osx-2 | |||||
2016-03-27 | Merge pull request #662 from citibeth/efischer/160327-NewPackages | Todd Gamblin | 1 | -0/+16 | |
New Package: py-netcdf | |||||
2016-03-27 | Speed up directives by skipping debug info in stack traversal. | Todd Gamblin | 1 | -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-27 | mumps: add install_name / soname | Denis Davydov | 1 | -2/+2 | |
2016-03-27 | Added py-netcdf | citibeth | 1 | -0/+16 | |
2016-03-25 | Merge pull request #633 from davydden/netcdf_curl | Todd Gamblin | 1 | -0/+7 | |
make netcdf link against Spack's curl | |||||
2016-03-25 | Merge pull request #485 from epfl-scitas/packages/blas_lapack_providers | Todd Gamblin | 2 | -84/+30 | |
reworking package : netlib | |||||
2016-03-25 | Merge pull request #630 from davydden/metis_parmetis | Todd Gamblin | 5 | -22/+95 | |
Metis parmetis cleanup | |||||
2016-03-25 | Merge pull request #629 from adamjstewart/fixes/info | Todd Gamblin | 1 | -2/+2 | |
Fix spack info indentation | |||||
2016-03-25 | Merge branch 'develop' of https://github.com/LLNL/spack into ↵ | Massimiliano Culpo | 15 | -55/+143 | |
packages/blas_lapack_providers Conflicts: var/spack/repos/builtin/packages/py-numpy/package.py | |||||
2016-03-25 | add fPIC to MUMPS when building shared libs | Denis Davydov | 1 | -6/+9 | |
2016-03-25 | make netcdf link against Spack's curl | Denis Davydov | 1 | -0/+7 | |
2016-03-25 | add shared variant to mumps (needed for Trilinos) plus tests | Denis Davydov | 2 | -9/+41 | |
2016-03-24 | parmetis: avoid hardcoding -lm; use same approach as in METIS | Denis Davydov | 3 | -18/+18 | |
2016-03-24 | patch parmetis to use external GKlib | Denis Davydov | 2 | -4/+46 | |