Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2016-09-21 | Add package for bedtools2 (#1572) | George Hartzell | 1 | -0/+43 | |
Add package for bedtools2, with support for v2.25.0 and v2.26.0. | |||||
2016-09-21 | Add package for bamtools (#1571) | George Hartzell | 1 | -0/+45 | |
bamtools provides a C++ API & command-line toolkit for working with BAM data. | |||||
2016-09-21 | Update espresso recipe to track change in spack internals (#1734) | Mayeul d'Avezac | 1 | -1/+1 | |
2016-09-21 | Add missing build dependencies to hdf package (#1812) | Adam J. Stewart | 1 | -7/+7 | |
2016-09-21 | Update to allow netlib-scalapack to build against netlib-lapack. (#1539) | Kelly Thompson | 1 | -5/+7 | |
2016-09-21 | Stop python from linking with system ncurses (#1672) | Glenn Johnson | 2 | -0/+13 | |
Python will look to link with libncursesw in preference to libncurses. Since ncurses in spack is built without suffixes there is no libncursesw and python will link to the system libncursesw for _curses.so and _curses_panel.so, as well as libpanelw for _curses_panel.so. This PR introduces a patch that simple removes the check for ncursesw in setup.py and therefore sets `curses_library` to `ncurses`. | |||||
2016-09-21 | Build pkg-config files for ncurses (#1673) | Glenn Johnson | 1 | -1/+4 | |
2016-09-21 | Fixed bug propagating --dirty flag to sub-installs. (#1625) | Elizabeth Fischer | 4 | -5/+18 | |
* Fixed bug propagating --dirty flag to sub-installs. * Fix syntax error * Allow --dirty flag to be set with SPACK_DIRTY env var. * Added dirty flag to `spack diy` and `spack setup`, as is currently in `spack install` * flake8 | |||||
2016-09-21 | Rework libgd package (#1679) | Glenn Johnson | 1 | -10/+25 | |
* Added missing libtiff dependency * added dependency on fontconfig * Added version 2.2.3 * use autotools rather than cmake The cmake build was not producing a complete install. * There was no versioning of the installed libraries. * gdlib-config was missing * pkgconfig directory was missing These problems do not happen when built with autotools. | |||||
2016-09-21 | Adds all available CrayPE CPU targets to platform by default. (#1745) | Matt Belhorn | 1 | -42/+67 | |
2016-09-21 | Merge branch 'efischer/160914-FixBinutils226Question' of ↵ | Todd Gamblin | 3 | -4/+5 | |
git://github.com/citibeth/spack into bugfix/efischer-160914-FixBinutils226Question | |||||
2016-09-21 | Close #1683 Apply ADIOS 1.10.0 Patch (HDF5 1.10+) (#1699) | Axel Huebl | 2 | -9/+42 | |
* Close #1683 Apply ADIOS 1.10.0 Patch Also correct version dependencies and comments. * Clean Up ADIOS - add develop - simplify HDF5 options (parallel only) - remove optional netCDF (not fully v4) | |||||
2016-09-21 | cp2k : added dependencies (#1724) | Massimiliano Culpo | 4 | -7/+157 | |
* wannier90 : added package (#24) * wannier90 : added package * cp2k : added dependency on wannier90 * elpa : updated package, added cp2k dependency (#26) Conflicts: var/spack/repos/builtin/packages/elpa/package.py | |||||
2016-09-21 | Set JAVA_HOME on module load and on dependent installs. (#1716) | Alfredo Adolfo Gimenez | 2 | -0/+7 | |
* Set JAVA_HOME on module load and on dependent installs. * Include environment setup from dependencies in dependee module (#1714) | |||||
2016-09-21 | grackle : added package (#1725) | Massimiliano Culpo | 2 | -0/+160 | |
Modifications : * grackle : added package * grackle : added version 2.2 | |||||
2016-09-21 | Wrap yt package (#1751) | Erik Schnetter | 1 | -0/+78 | |
yt is a python package for analyzing and visualizing volumetric, multi-resolution data from astrophysical simulations, radio telescopes, and a burgeoning interdisciplinary community. | |||||
2016-09-21 | Qt library: added variant to enable/disable compilation of examples (#1763) | Sergey Kosukhin | 1 | -1/+7 | |
2016-09-20 | Compiling python with gnu c++ on macos fails with toolboxglue enabled. | Patrick Gartung | 1 | -0/+2 | |
2016-09-20 | fix MacOs class for Sierra (#1811) | Denis Davydov | 1 | -1/+1 | |
2016-09-20 | added STAT release 3.0.0 | Gregory L. Lee | 1 | -2/+2 | |
2016-09-20 | Julia: Add version 0.5.0 (#1809) | Erik Schnetter | 1 | -2/+3 | |
2016-09-20 | Remove url_for_version as it breaks spack info (#1503) | Adam J. Stewart | 1 | -6/+0 | |
2016-09-20 | Update Package: Git-LFS (#1769) | Joseph Ciurej | 3 | -27/+109 | |
* Fixed a few small bugs in the 'git-lfs' install script. * Fixed a bug in the '(go|go-bootstrap)@1.4.2+test' install scripts. * Fixing a minor style issue in the 'git-lfs' install script. | |||||
2016-09-20 | PETSc: Explicitly point to cpp when configuring (#1807) | Erik Schnetter | 1 | -0/+4 | |
I encountered an HPC system where PETSc's configure stage does not find a valid `cpp` (C preprocessor). Explicitly pointing to Spack's `cpp` wrapper resolves the problem. | |||||
2016-09-20 | Remove lingering boilerplate FIXMEs (#1756) | Adam J. Stewart | 5 | -9/+8 | |
2016-09-20 | fix : failing unit tests due to missing `self` (#1806) | Massimiliano Culpo | 1 | -2/+2 | |
2016-09-20 | Update Package: Metis (#1783) | Joseph Ciurej | 2 | -84/+91 | |
* Fixed a bug that was causing post-install METIS tests to fail. * Improved the patching procedure used in the 'metis' install script. * Enabled patch skipping for the 'metis' and 'parmetis' packages. * Fixed some minor style issues in the 'parmetis' package. * Improved the 'metis' test fix and added 'run_tests' support. | |||||
2016-09-20 | Add UberFTP utility (#1780) | Robert D. French | 1 | -0/+44 | |
2016-09-20 | dealii: add 8.4.2 (#1782) | Denis Davydov | 1 | -5/+6 | |
2016-09-20 | Add Python support to gdb. (#1790) | Bruno Turcksin | 1 | -1/+10 | |
2016-09-20 | Update Package : Zoltan (#1793) | Joseph Ciurej | 1 | -44/+71 | |
* Refactored and reorganized the 'zoltan' install script. * Fixed a few bugs with the '+mpi' and '+fortan' variants of 'zoltan'. * Reintroduced and improved the '+shared' variant for the 'zoltan' package. * Improved compatibility with different MPI providers for 'zoltan'. | |||||
2016-09-20 | Fix format string (in class RemoveFailedError) (#1803) | Eric | 1 | -1/+1 | |
2016-09-20 | samtools could not find the ncurses library (#1785) | Tom Merrick | 1 | -1/+2 | |
2016-09-20 | lmod : added support for the creation of hierarchical lua module files (#1723) | Massimiliano Culpo | 10 | -149/+560 | |
Includes : - treatment of a generic hierarchy (i.e. lapack + mpi + compiler) - possibility to specify which compilers are to be considered Core - correct treatment of the 'family' directive - unit tests for most new features | |||||
2016-09-20 | Allow multi-user installations (#1804) | Eric | 1 | -1/+1 | |
When re-using previously downloaded tarballs, spack copies from `var/spack/stage/PACKAGE-VERSION-HASH/downloaded_file` to `var/spack/cache/PACKAGE/downloaded_file`. This fails if the source is owned by a different user (`shutil.copy` tries to retain all meta data including file ownership). Change to a non-meta-data copy function (`shutil.copyfile`). | |||||
2016-09-20 | Update Julia to 0.4.7 (#1805) | Erik Schnetter | 1 | -1/+2 | |
2016-09-20 | Make VisIt build again (#1762) | Erik Schnetter | 1 | -1/+4 | |
- add new version 2.10.3 - explicitly require hdf5 variant ~mpi, since we don't know how to build with mpicc - explicitly disable glew since it may not be installed | |||||
2016-09-20 | Work around cmake problems in VTK (#1761) | Erik Schnetter | 2 | -0/+23 | |
The cmake scripts can't handle the semicolons in gcc's version output. Filter them out before detecting the version. | |||||
2016-09-20 | Tighten HDF5 version requirements for Silo (#1760) | Erik Schnetter | 1 | -1/+2 | |
2016-09-20 | Make cmake @2.8 build again (#1759) | Erik Schnetter | 1 | -5/+7 | |
2016-09-20 | Update hwloc to 1.11.4 (#1752) | Erik Schnetter | 1 | -0/+1 | |
2016-09-20 | Declare py-beautifulsoup4's dependency on py-setuptools (#1748) | Erik Schnetter | 1 | -0/+2 | |
2016-09-20 | Update curl to 7.50.3 (#1747) | Erik Schnetter | 1 | -0/+2 | |
* Update curl to 7.50.2 * Update curl to 7.50.3 | |||||
2016-09-20 | Update OpenMPI to 2.0.1 (#1721) | Erik Schnetter | 1 | -0/+1 | |
2016-09-20 | Update OpenBLAS to 0.2.19 (#1702) | Erik Schnetter | 1 | -0/+1 | |
2016-09-20 | Reorder versions in openssl (#1601) | Erik Schnetter | 1 | -7/+7 | |
2016-09-20 | Update mbedtls to 2.3.0 (#1600) | Erik Schnetter | 1 | -0/+1 | |
2016-09-20 | Update cereal to 1.2.1 (#1599) | Erik Schnetter | 1 | -0/+1 | |