Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-26 | superlu-dist: add 5.1.3 (#3559) | Denis Davydov | 1 | -0/+1 | |
2017-03-26 | suite-sparse: add 4.5.4 (#3558) | Denis Davydov | 1 | -0/+1 | |
2017-03-25 | Add url_for_version and depends_on('libiconv') (#3555) | George Hartzell | 1 | -0/+5 | |
* Add url_for_version and depends_on('libiconv') Fetching is broken. See https://github.com/LLNL/spack/issues/3554. libgd, when used in gnuplot at least, needs a dependency on libiconv. * Undo change from debugging pokery | |||||
2017-03-25 | pnfft: new package (#2646) | Michael Kuron | 4 | -58/+231 | |
* pnfft: new package * Convert some packages with overridden install from AutotoolsPackage to Package * pnfft: fix URL * Switch FFTW-derived packages back to AutotoolsPackage * Disable unneeded build phases in FFTW and derived packages * Separate build phases for FFTW and derived packages * Fix broken merge * fftw: pfft_patches for 3.3.6 * fftw: address @adamjstewart’s review comments | |||||
2017-03-24 | Added a package for Nvida NCCL (#3552) | Brian Van Essen | 1 | -0/+41 | |
2017-03-24 | make git fetching quite (#3180) | Denis Davydov | 1 | -12/+31 | |
also output repo and branch/commit/tag in one line | |||||
2017-03-24 | Add latest version of util-linux (#3551) | Adam J. Stewart | 1 | -10/+18 | |
2017-03-24 | Add mozjs package (#3550) | Adam J. Stewart | 2 | -0/+85 | |
2017-03-24 | Add old version of zlib (#3549) | Adam J. Stewart | 1 | -0/+1 | |
2017-03-24 | Add NSPR package (#3548) | Adam J. Stewart | 1 | -0/+45 | |
2017-03-24 | Add linux-headers package (#3547) | Adam J. Stewart | 1 | -0/+45 | |
2017-03-24 | Add libcap package (#3546) | Adam J. Stewart | 2 | -0/+82 | |
2017-03-24 | Various updates to the intltool package (#3545) | Adam J. Stewart | 1 | -14/+27 | |
2017-03-24 | Add autogen package (#3542) | Adam J. Stewart | 1 | -0/+62 | |
2017-03-24 | coreutils can no longer be built in-source (#3543) | Adam J. Stewart | 1 | -1/+4 | |
2017-03-24 | Fix r package, tk no longer has an X variant (#3544) | George Hartzell | 1 | -2/+0 | |
Tk recently lost its X variant (it now always uses X). That broke r, this commit fixes it. Tested on CentOS 7. | |||||
2017-03-24 | Add latest version of GNU Guile (#3541) | Adam J. Stewart | 1 | -9/+10 | |
2017-03-24 | Add latest version of bdw-gc (#3539) | Adam J. Stewart | 1 | -9/+7 | |
2017-03-24 | Convert libatomic-ops to AutotoolsPackage (#3540) | Adam J. Stewart | 1 | -7/+3 | |
2017-03-24 | Add latest version of libunistring (#3538) | Adam J. Stewart | 1 | -3/+2 | |
2017-03-24 | Clean up the gcc package (#3511) | Adam J. Stewart | 2 | -19/+33 | |
* Clean up the gcc package * Add preliminary testing support * Older versions of GCC do not depend on MPC * DejaGnu 1.4.4 cannot be built in parallel * Fix GCC test dir * Add two more deps required to run the testsuite | |||||
2017-03-24 | CONFIG: update mxml versions (#3534) | Mark Olesen | 1 | -0/+1 | |
2017-03-24 | Initial add of dev package (#3533) | Jimmy Tang | 2 | -0/+48 | |
* Initial add of dev package * Use a more acceptable URL | |||||
2017-03-24 | Add cuda support for gromacs. (#3527) | 健美猫 | 1 | -2/+7 | |
2017-03-23 | Add release info for git v2.12.1 (#3532) | George Hartzell | 1 | -0/+5 | |
Add info for git and git-manpages. Built/tested on CentOS7. | |||||
2017-03-23 | Add env vars for Intel VTune Amplifier (#3531) | Adam J. Stewart | 2 | -10/+10 | |
* Add env vars for Intel VTune Amplifier * Flake8 fix | |||||
2017-03-23 | Add DejaGnu package (#3518) | Adam J. Stewart | 1 | -0/+39 | |
2017-03-23 | Add Expect package (#3517) | Adam J. Stewart | 5 | -5/+113 | |
* Add Expect package * Ignore patches during flake8 tests for package.py files * Remove controversial changes | |||||
2017-03-23 | Only configure requested lammps features (#3526) | Adam J. Stewart | 1 | -8/+7 | |
* Only configure requested lammps features * Run configure from root and make from src | |||||
2017-03-22 | Add patch to fix xcb-proto make check (#3520) | Adam J. Stewart | 2 | -1/+53 | |
2017-03-22 | Open MPI: add new packages (#3519) | Howard Pritchard | 1 | -1/+5 | |
there were various updated packages, both for the 2.x, 2.0.x, and 1.10.x release branches of Open MPI. Signed-off-by: Howard Pritchard <howardp@lanl.gov> (cherry picked from commit 3b671935783fc3af76dc642a54461c2f02ab8ebf) | |||||
2017-03-22 | configure vtk with external hdf5 and netcdf packages (#3504) | Jeffrey Salmond | 1 | -0/+8 | |
* configure vtk with external hdf5 and netcdf packages * remove ~mpi constraints from hdf5 and netcdf | |||||
2017-03-22 | llvm: Install utilities into libexec (#3516) | Erik Schnetter | 1 | -1/+1 | |
2017-03-22 | Update googletest (#3514) | Jimmy Tang | 1 | -0/+2 | |
2017-03-21 | patch readline to fix ipython seg fault (#3512) | Gregory Lee | 2 | -0/+93 | |
2017-03-21 | Convert gettext to AutotoolsPackage (#3510) | Adam J. Stewart | 1 | -7/+6 | |
2017-03-21 | Fix for `find --explicit` #3374 (#3492) | George Hartzell | 1 | -1/+1 | |
This fixes the problem described in #3374, which describes `spack find` ignore explicit/implicit. I believe that this was broken in #2626. This restores the behavior of implicit/explicit for me. I believe that it does not screw anything else up, but .... | |||||
2017-03-21 | Convert isl to AutotoolsPackage (#3507) | Adam J. Stewart | 1 | -10/+10 | |
2017-03-21 | Add recommended patches to mpfr package (#3506) | Adam J. Stewart | 3 | -1/+179 | |
2017-03-21 | Replacing failing git clone by valid url (#3505) | Kim Serradell | 1 | -6/+5 | |
* Replacing failing git clone by valid url * Moving to previous version package (0.163) * Removing automake and autoconf dependencies and adding url_list to pick up newer versions * Corrected typo * Reorder versions and removed libtool | |||||
2017-03-21 | Add package openfst. (#3324) | 健美猫 | 1 | -0/+54 | |
2017-03-20 | llvm: Don’t copy “prefix/bin” into “prefix” during install (#3460) | Erik Schnetter | 1 | -2/+1 | |
2017-03-20 | Fix: setuptools is a runtime dependency for pudb (#3502) | Adam J. Stewart | 1 | -4/+7 | |
2017-03-20 | Add latest version of binutils (#3500) | Adam J. Stewart | 1 | -8/+8 | |
2017-03-20 | Update leveldb to 1.20 (#3441) | Michael Kuhn | 1 | -4/+21 | |
2017-03-20 | gasnet: Update to 1.28.2 (#3496) | Erik Schnetter | 1 | -0/+1 | |
2017-03-20 | cereal: Update to 1.2.2 (#3499) | Erik Schnetter | 4 | -16/+32 | |
2017-03-20 | jemalloc: Update to 4.5.0 (#3497) | Erik Schnetter | 1 | -0/+1 | |
2017-03-20 | py-yt: Update to 3.3.5 (#3498) | Erik Schnetter | 1 | -0/+2 | |
2017-03-20 | Improve output for compiler commands (#3480) | scheibelp | 2 | -1/+14 | |
* Order listed compiler sections "spack compiler list" output compiler sections in an arbitrary order. With this commit compiler sections are ordered primarily by compiler name and then by operating system and target. * Compiler search lists config files with compilers If a compiler entry is already defined in a configuration file that the user does not know about, they may be confused when that compiler is not added by "spack compiler find". This commit adds a message at the end of "spack compiler find" to inform the user of the locations of all config files where compilers are defined. |