summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-03-28Add support for v1.9.9 (#3602)George Hartzell1-0/+1
2017-03-28Add packages for jq and ongiruma (#3607)George Hartzell2-0/+70
jq is a commandline JSON processor. Oniguruma is a regexp library on which jq depends.
2017-03-28Add package for direnv (#3608)George Hartzell1-0/+39
2017-03-28Add package for BATS (#3611)George Hartzell1-0/+38
Add package for the BASH Automated Testing System.
2017-03-28bowtie2: add support for version 2.3.1 (#3599)George Hartzell3-4/+28
* Add support for 2.3.1 Updated digest and added a dependency on tbb. * Cleanup patch name and add description
2017-03-28Update/samtools (#3595)George Hartzell3-0/+5
* Update samtools family to 1.4 * simple cleanup * Make bzip depends_on for future versions too
2017-03-28New package: ncftp client (#3603)George Hartzell1-0/+37
* Add package for ncftp * Flake8 cleanups
2017-03-28New package: staden-io-lib (#3604)George Hartzell1-0/+37
* Add package for staden-io-lib * Flake8 cleanups
2017-03-28New package: mummer (#3606)George Hartzell1-0/+55
* Add package for mummer Blocked on https://github.com/LLNL/spack/pull/3555. * Make "check" step optional and flake8 cleanups
2017-03-28new package: pigz (#3612)George Hartzell1-0/+46
* Add package for pigz * Whitespace * Remove leftover instructions (oops...) * Flake8 cleanup * Convert to MakefilePackage
2017-03-28new package: blat (#3610)George Hartzell1-0/+44
* Add package for blat * Whitespace cleanup * Flake8 cleanup
2017-03-28Add packages for miniconda[23] (#3613)George Hartzell2-0/+86
2017-03-28Add support for version 20170322 (#3598)George Hartzell1-0/+1
2017-03-28Add version info for 7.4.1 (#3600)George Hartzell1-0/+1
2017-03-28Add support for v8.0.0503 (#3596)George Hartzell1-0/+1
2017-03-28Nextflow versions 0.24.1 and 0.23.3 (#3597)George Hartzell1-1/+8
Add support for nextflow versions 0.24.1 and 0.23.3.
2017-03-28fix for #3588 (#3589)sknigh1-0/+2
* fix for #3588 * set 'build_directory' variable instead
2017-03-28Add a package: cub. (#3584)健美猫1-0/+39
2017-03-28add package double-conversion (#3585)healther1-0/+47
2017-03-28Add new version to glog (#3586)healther1-1/+2
2017-03-28Add SST/macro and Dumpi trace packages (#3025)sknigh2-0/+116
* Added packages for Structural Simulation Toolkit and Dumpi trace * sst-dumpi deps Remove extraneous dependency from sst-dumpi * Removed redundant function and fake-url from sst-dumpi package * Fixed URL, Added git branches, requested changes sst-dumpi version listed as 6.1, made an upstream change to 6.1.0 sst-macro and sst-dumpi can be installed as v6.1.0 and master branch * Added bootstrap. Tweaked URLs and description
2017-03-28Restore newlines to easy-install.pth files. (#3583)Todd Gamblin1-2/+6
Previous syntax fix in 8a873bb was not quite right.
2017-03-28Fix bug in `spack find` for installations with unknown namespaces. (#3573)Todd Gamblin1-1/+7
- Spack find would fail with "unknown namespace" for some queries when a package from an unknown namespace was installed. - Solve by being conservative: assume unknown packages are NOT providers of virtual dependencies.
2017-03-28Bugfix: allow deactivating installs that don't have packages anymore. (#3572)Todd Gamblin1-5/+4
- deactivate -a wouldn't work if the installation's package was no longer available. - Fix installed_extensions_for so that it doesn't need to look at the package.py file.
2017-03-28Add package kaldi. (#3503)健美猫4-0/+189
2017-03-28googletest: Convert to CMakePackage (#3571)Erik Schnetter1-14/+22
* googletest: New version 1.8.0 * googletest: Simplify
2017-03-28openblas: raise an error when using unsupported Apple clang (#3577)Denis Davydov1-0/+6
2017-03-28CONFIG: update versions for paraview (#3537)Mark Olesen4-68/+126
- drop old TCL support from paraview build. - add +plugins variant to have include directories installed. This is enabled by default since the additional diskspace for includes is really minimal and since this also allows re-use of the VTK libraries from ParaView without necessarily requiring a separate VTK installation. - +opengl2 is now the default. As per all newer VTK and paraview versions. BUG: broken install for paraview-5.0.1 with includes and without python - incorrect conditional for ui_pqExportStateWizard.h when python is disabled and includes are to be installed. gcc compiler detection patch. These have both been fixed in paraview 5.3.0 ENH: refactor as a CMakePackage. - Note that "spack install paraview" works as expected, but "spack build paraview" fails in weird unrelated ways.
2017-03-27this builds cvs CentOS Linux release 7.2.1511 (#3574)Peter Doak1-0/+36
2017-03-27Merge pull request #3570 from LLNL/packages/elfutils-preferred-versionGregory Lee1-1/+1
Make 0.163 the preferred version of elfutils.
2017-03-27Fix easy-install.pth syntax (#3569)Gregory Lee1-11/+2
2017-03-27Make 0.163 the preferred version of elfutils.Todd Gamblin1-1/+1
- later versions do not seem to work well with libdwarf.
2017-03-27Update to version 0.4.8-1 (#3568)George Hartzell1-0/+1
2017-03-27Bugfix/gnutls (#3565)George Hartzell1-1/+5
* Fix nettle dependency GnuTLS requires a nettle from the 2.7 series, won't work with 3.x (so sayeth configure when it crashes...). * Fix configure symlinking GNUmakefile to itself I'm confused about how this ever worked, but.... As configure runs, it does something like this: ``` config.status: linking /home/hartzelg/tmp/spack/var/spack/stage/gnutls-3.3.9-uq2u4ecucncv2l3akran765aystyvkys/gnutls-3.3.9/GNUmakefile to GNUmakefile ``` and since that is the cwd the build crashes with: ``` ==> 'make' '-j28' make: GNUmakefile: Too many levels of symbolic links make: stat: GNUmakefile: Too many levels of symbolic links make: *** No rule to make target `GNUmakefile'. Stop. ``` Since the comment in the configure script points out that the GNUmakefile is "only for the maintainer" I've just commented out the bit that leads to the symlinking. Builds for me on CentOS 7. (I do have a recent-ish set of auto-* things in my patch via linuxbrew) * Wordsmith * Fix symbolic link problem properly Autotools magic. See #3565 for the details. * Flake8 cleanup * Add some headroom on the version number constraint We really want < 3.0 but there's not a good way to express it. We'd like to avoid having to update the file if they release 2.7.2. This seems like a good compromise.
2017-03-27CONFIG: update qt package to build qt-5.7.1 (#3535)Mark Olesen1-9/+25
- adjusted formatting to reduce some flake8 complaints
2017-03-27fftw: Add 3.3.6-pl2, remove 3.3.6-pl1. (#3566)健美猫1-1/+1
2017-03-27ENH: add int64 variant to scotch (as per metis +int64) (#3536)Mark Olesen2-2/+22
BUG: provide patch for scotch 6.0.4 if building non-threaded - corresponds to issue #20179 from the scotch issue trackter
2017-03-26Update texlive digest/md5 (sigh...) (#3564)George Hartzell1-1/+1
2017-03-26Nettle: new version (#3563)George Hartzell1-2/+3
gnutls needs nettle from the 2.7 series. Might as well give it the latest.
2017-03-26tbb: add 2017.5 (#3560)Denis Davydov1-0/+2
2017-03-26mumps: add 5.1.1 (#3557)Denis Davydov1-0/+1
2017-03-26hypre: add 2.11.2 (#3556)Denis Davydov1-2/+3
2017-03-26superlu-dist: add 5.1.3 (#3559)Denis Davydov1-0/+1
2017-03-26suite-sparse: add 4.5.4 (#3558)Denis Davydov1-0/+1
2017-03-25Add url_for_version and depends_on('libiconv') (#3555)George Hartzell1-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-25pnfft: new package (#2646)Michael Kuron4-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-24Added a package for Nvida NCCL (#3552)Brian Van Essen1-0/+41
2017-03-24make git fetching quite (#3180)Denis Davydov1-12/+31
also output repo and branch/commit/tag in one line
2017-03-24Add latest version of util-linux (#3551)Adam J. Stewart1-10/+18
2017-03-24Add mozjs package (#3550)Adam J. Stewart2-0/+85