Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | Removed redundant package py-libxml2. Use libxml2 instead. | citibeth | 1 | -15/+0 | |
2016-03-27 | uninstall : added recursive option | Massimiliano Culpo | 1 | -50/+101 | |
2016-03-27 | rework netcdf | Denis Davydov | 1 | -2/+10 | |
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 | add tests and netcdf-cxx4 | Denis Davydov | 1 | -2/+36 | |
2016-03-27 | Run post-install hoooks before build stage is removed. | Todd Gamblin | 1 | -3/+3 | |
- Build will properly fail when post-install hoooks fail. - Post-install hooks have a proper working directory set now. | |||||
2016-03-27 | Better blas/lapack and scipy packages: more robust, added `shared` variants. | Todd Gamblin | 3 | -16/+88 | |
- py-scipy now builds with netlib-lapack, openblas, and atlas. - started a convention for passing lib info from blas/lapack implementations. - Improved netlib-lapack: - Also build static libs when `shared` variant is enabled. - Enable CBLAS build - needed minor patch to build correctly. - Added `shared` variant to OpenBLAS. - Made OpenBLAS build properly shared and static. | |||||
2016-03-27 | Add a method to find the containing directory of a library. | Todd Gamblin | 1 | -1/+16 | |
2016-03-27 | Add a dso_suffix variable to build_environment | Todd Gamblin | 1 | -0/+8 | |
- Consolidate this in one place so that we don't have to do it in every build. - Will update further once better OS support is committed. Shoudl really be an attribute of the forthcoming `Platform` class. | |||||
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-27 | use global tool to fix install_name | Denis Davydov | 1 | -4/+1 | |
2016-03-27 | fix install name on Darwin | Denis Davydov | 1 | -1/+8 | |
2016-03-27 | lower requirement on mumps | Denis Davydov | 1 | -4/+1 | |
2016-03-26 | Added googletest package. | citibeth | 1 | -0/+40 | |
2016-03-26 | Added new py-cython version | Elizabeth F | 1 | -0/+1 | |
2016-03-26 | minor changes to variants | Denis Davydov | 1 | -2/+2 | |
2016-03-26 | cleanup variants | Denis Davydov | 1 | -27/+13 | |
2016-03-26 | qualify Amesos link errors | Denis Davydov | 1 | -1/+1 | |
2016-03-25 | Added new version; old versions don't work with Python3. | Elizabeth F | 1 | -2/+5 | |
2016-03-25 | update dependencies. Builds fine on OSX | Denis Davydov | 1 | -16/+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 | add when to depends_on scalapack | Denis Davydov | 1 | -1/+1 | |
2016-03-25 | minor cleanup | Denis Davydov | 1 | -11/+35 | |
2016-03-25 | builds on OSX again (modulo CC wrappers are solved) | Denis Davydov | 1 | -7/+12 | |
2016-03-25 | add missing sys | Denis Davydov | 1 | -1/+1 | |
2016-03-25 | try to disable VerifyFortranC tests on Darwin | Denis Davydov | 1 | -0/+7 | |
2016-03-25 | minor cleanup | Denis Davydov | 1 | -9/+3 | |
2016-03-25 | fix w GCC 4.8 on Ubuntu but broke w GCC 5.3/Clang on OSX | Denis Davydov | 1 | -7/+19 | |
2016-03-25 | fix filter_file | Denis Davydov | 1 | -1/+1 | |
2016-03-25 | fix python installation | Denis Davydov | 1 | -0/+11 | |
2016-03-25 | same | Denis Davydov | 1 | -8/+9 | |
2016-03-25 | add variants | Denis Davydov | 1 | -42/+69 | |
2016-03-25 | minor cleanup | Denis Davydov | 1 | -9/+5 | |
2016-03-25 | finally builds | Denis Davydov | 1 | -1/+1 | |
2016-03-25 | keep fiddling | Denis Davydov | 1 | -6/+11 | |
2016-03-25 | fiddle more | Denis Davydov | 1 | -9/+2 | |
2016-03-25 | remove tbb | Denis Davydov | 1 | -2/+0 | |
2016-03-25 | fiddle with fortran | Denis Davydov | 1 | -7/+14 | |
2016-03-25 | remove gfortran as we have libnotfound... | Denis Davydov | 1 | -1/+1 | |
2016-03-25 | minor | Denis Davydov | 1 | -1/+6 | |
2016-03-25 | minor | Denis Davydov | 1 | -1/+4 | |