Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-02 | Add boost 1.62.0 (#1882) | Bruno Turcksin | 1 | -0/+1 | |
2016-10-02 | Added bash-completion package (#951) | Jean-Paul Pelteret | 1 | -0/+64 | |
2016-09-30 | pdt url change to download full installer tarball (#1881) | Pramod Kumbhar | 1 | -6/+7 | |
2016-09-30 | Fix read locks on read-only file systems (#1857) | Michael Kuhn | 1 | -1/+2 | |
2016-09-29 | Add cube variant for building GUI component with qt, parallel built ↵ | Pramod Kumbhar | 1 | -4/+9 | |
supported (#1525) | |||||
2016-09-29 | updated to latest available package and fixed installation issue (old ↵ | Pramod Kumbhar | 1 | -2/+8 | |
packages are no longer available for download) (#1523) | |||||
2016-09-29 | added libxstream (#1454) | Mitchell Devlin | 1 | -0/+50 | |
2016-09-29 | Add libint package (#1264) | Adam J. Stewart | 3 | -5/+127 | |
* Add libint package * Add Intel optimization flags recommended by CP2K * Add new version and Intel compiler optimization flags for libxc * Add older version of libint * Libint depends on GMP C++ library | |||||
2016-09-28 | Library for manipulating grib1 and grib2 files (#1736) | Robert D. French | 1 | -0/+50 | |
Pro tips from @adamjstewart: * line too long in package description * name it grib-api instead of grib_api * depend on netcdf without reference to unnecessary constraints | |||||
2016-09-28 | py-pil: Protect against building with Python3. (#1868) | Elizabeth Fischer | 2 | -0/+4 | |
* py-pil: Does not build with Python3. * Set py-pillow to be the default pil provider * Update package.py * Change to comments requested by adamjstewart * Remove version constraint from extends(), avoid a Spack bug. | |||||
2016-09-28 | Update Qthreads to 1.11 (#1863) | Erik Schnetter | 1 | -2/+3 | |
2016-09-28 | Fixes #1860. Subversion builds sequentially due to race. | Todd Gamblin | 2 | -1/+4 | |
2016-09-28 | vim8 is out! (#1753) | Robert D. French | 1 | -0/+3 | |
* depends on ncurses for 8.0 or higher | |||||
2016-09-28 | Fixes #1720: spack reindex fails with invalid ref count. (#1867) | Todd Gamblin | 3 | -49/+80 | |
* Fixes #1720: spack reindex fails with invalid ref count. - Database graph wasn't being built properly; dependencies were set up incorrectly in the nodes that ended up in the graph on reindex. - Reworked _add to increment ref count properly and to always build bottom-up to make the logic simpler to understand. * Add checks to ensure DB is a valid merkle tree. | |||||
2016-09-28 | Tell Mercurial where to find CA certs (#1873) | Adam J. Stewart | 1 | -5/+30 | |
2016-09-28 | Prohibit Python3 in Python version check. (#1872) | Elizabeth Fischer | 1 | -2/+2 | |
2016-09-28 | Add single letter arg flags for spack graph (#1871) | Adam J. Stewart | 1 | -3/+3 | |
2016-09-28 | Merge pull request #1862 from LLNL/features/graph-improvements | Todd Gamblin | 9 | -164/+259 | |
spack graph improvements | |||||
2016-09-27 | Make graph_ascii support deptypes. | Todd Gamblin | 6 | -27/+37 | |
- fix deptype support - by default, graph command omits build depedencies - update docs to use deptype args | |||||
2016-09-27 | Fixes #1098: spack graph crashes for large graphs. | Todd Gamblin | 1 | -6/+15 | |
- Fixed logic for collapsing backward edges - Last collapse now depends on whether prior step in left collapse sequence alrady did the collapse. | |||||
2016-09-27 | Improvements to the Spack graph command. | Todd Gamblin | 3 | -29/+103 | |
- Distinguish between static (package) and dynamic (spec) graphs. - static graphs ignore conditions and multiple instances (hashes) and plot raw dependencies among packages. - dynamic graphs include information from particular specs (instances of packages) and can have multiple instances with hashes. - Allow graphing all packages in the install DB. - useful for debugging. | |||||
2016-09-27 | Factor out canonical_deptype function, cleanup spec.py | Todd Gamblin | 2 | -41/+100 | |
2016-09-27 | Clean up Exceptions in `spec.py` | Todd Gamblin | 2 | -63/+6 | |
2016-09-27 | Various updates to scipy and numpy (#1856) | Adam J. Stewart | 2 | -4/+14 | |
2016-09-27 | Update cdo to 1.7.2 (#1858) | Michael Kuhn | 1 | -2/+2 | |
2016-09-26 | Make PETSc build on Darwin (#1835) | Erik Schnetter | 1 | -4/+7 | |
Don't set cpp when building on Darwin. | |||||
2016-09-26 | Update OpenSSL (#1853) | Erik Schnetter | 1 | -0/+1 | |
2016-09-26 | some fixes to blas/lapack usage in packages (#1852) | Denis Davydov | 12 | -43/+29 | |
* atlas: fix unit test * openblas: remove symlinks; use lapack_libs.ld_flags in the test * mkl: fix openmp variant of blas/lapack libs * intel-parallel-studio: fix openmp variant of blas/lapack libs * netlib-scalapack: fix blas/lapack for multilib case (e.g. mkl) * arpack-ng: fix blas/lapack for multilib case (e.g. mkl) * petsc: explicitly specify blas/lapack * minor * cantera: fix blas/lapack usage * ipopt: fix blas/lapack usage * netlib-lapack: fix external blas usage * mfem: fix lapack/blas usage * superlu-mt: fix blas usage * flake8 fixes | |||||
2016-09-23 | Fix doc bugs, widen columns in the package list | Todd Gamblin | 2 | -2/+2 | |
2016-09-23 | a few package used in HEP including ROOT6 | Patrick Gartung | 10 | -0/+607 | |
2016-09-23 | Remove duplicate ICU package (#1837) | Adam J. Stewart | 7 | -65/+17 | |
* Remove duplicate ICU package * Ignore deleted files during flake8 tests * Rename Boost ICU variant | |||||
2016-09-23 | m4: fix compilation on Sierra with GCC (#1844) | Denis Davydov | 1 | -0/+6 | |
* m4: fix compilation on Sierra with GCC * m4: check macOS version | |||||
2016-09-23 | Add Trilinos 12.8.1 (#1843) | Bruno Turcksin | 1 | -0/+1 | |
2016-09-23 | Don't require git for Julia @0.5: (#1834) | Erik Schnetter | 1 | -1/+2 | |
2016-09-23 | Update jemalloc to 4.2.1 (#1839) | Erik Schnetter | 1 | -0/+2 | |
2016-09-23 | Add libmesh, needed for some FEM applications (#1846) | Robert D. French | 1 | -0/+42 | |
2016-09-23 | hypre: fix a bug with blas/lapack names (#1841) | Denis Davydov | 1 | -7/+2 | |
2016-09-23 | Update OpenSSL (#1836) | Erik Schnetter | 1 | -0/+2 | |
This is a security update with priority "HIGH". | |||||
2016-09-22 | boost: fix a bug which broke it on macOS with clang+gfortran (#1816) | Denis Davydov | 2 | -4/+19 | |
* dealii: add missing python dependency * boost: fix a bug which broke it on macOS with clang+gfortran Boost was using gcc compiler instead of clang++, which lead to cryptic Undefined symbols linking errors for boost::python::objects::function_object() when building other packages against boost+python. * boost: add exceptions for intel * boost: use spack_cxx | |||||
2016-09-22 | Updates to CGAL and ICU4C packages (#1828) | Adam J. Stewart | 2 | -26/+42 | |
2016-09-22 | package: fix variable name usage (#1829) | Ben Boeckel | 1 | -1/+1 | |
2016-09-22 | Fix spack checksum output indentation (#1826) | Adam J. Stewart | 1 | -1/+1 | |
2016-09-22 | suitesparse: Added +fpic (for linking with shared libraries) (#1542) | Elizabeth Fischer | 1 | -0/+3 | |
2016-09-22 | New package "charm" for the Charm++ parallel programming framework (#1766) | Erik Schnetter | 2 | -0/+191 | |
2016-09-22 | Fix sbang for perl (#1802) | Eric | 2 | -7/+13 | |
* Perform shebang fix for all files * Fix sbang for perl scripts Otherwise perl would look at the #! line and call sbang again, resulting in an infinite loop. | |||||
2016-09-22 | Remove SPACK_DIRTY env var (#1818) | Elizabeth Fischer | 3 | -10/+6 | |
* Removed SPACK_DIRTY env var support. * Finished removing SPACK_DIRTY support. * Minor changes. | |||||
2016-09-22 | fix : stops infinite recursion for python 2.6 (#1823) | Massimiliano Culpo | 1 | -2/+3 | |
2016-09-21 | Reworking of `lapack_shared_libs` and similar properties (#1682) | Massimiliano Culpo | 33 | -244/+526 | |
* Turned <provider>_libs into an iterable Modifications : - added class LibraryList + unit tests - added convenience functions `find_libraries` and `dedupe` - modifed non Intel blas/lapack providers - modified packages using blas_shared_libs and similar functions * atlas : added pthread variant * intel packages : added lapack_libs and blas_libs * find_library_path : removed unused function * PR review : fixed last issues * LibraryList : added test on __add__ return type * LibraryList : added __radd__ fixed unit tests fix : failing unit tests due to missing `self` * cp2k and dependecies : fixed blas-lapack related statements in package.py | |||||
2016-09-21 | Flake8 fixes. | Todd Gamblin | 1 | -23/+23 | |
2016-09-21 | Merge branch 'qt-osx' of git://github.com/mathstuf/spack into mathstuf-qt-osx | Todd Gamblin | 7 | -12/+158 | |