summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2017-03-30Extendable Perl (#3614)Milton Woods2-1/+85
* perl: make extendable and add Module::Build package * perl: allow 'spack create' to identify perl packages from their contents * perl-module-build: fix indenting of package docstring * perl: split install() method for extensions into phases * perl: auto-detect build method (Makefile.PL vs Build.PL) and define a 'check' method * PerlPackage: use import statements similar to those in AutotoolsPackage * PerlModule: fix detection of Build.PL * PerlPackageTemplate: remove extraneous lines to avoid flake8 warnings * PerlPackageTemplate: split into separate templates for Makefile.PL and Build.PL * PerlPackage: add cross-references to docstrings * AutotoolsPackage: fix ambiguous cross-references to avoid errors in doc tests * PerlbuildPackageTemplate: depend on perl-module-build if Build.PL exists
2017-03-30support OpenFOAM package(s) (#3528)Mark Olesen12-221/+2495
* ENH: add package for building OpenFOAM (1612) from www.openfoam.com - provide 'openfoam' as virtual package. - package as openfoam-com to reflect the distribution point. This initial spack packaging for OpenFOAM supports a number of possible variants and should handle 64-bit labels properly now that the scotch package has been updated accordingly. * ENH: update package for foam-extend (extend-project.de) - provide 'openfoam' as virtual package. - much of the build is now aligned with how the openfoam-com package looks, with the aim of future refactoring. - avoid installing intermediate targets. - contains its own environment sourcing script for the build, for more flexibility and robustness (doesn't touch the python build environ) * ENH: added package for building from openfoam.org - provide 'openfoam' as a virtual package. - this is largely a direct copy of the openfoam-com package. It has been supplied as a courtesy for users and to ensure maximum consistency in quality and naming between the foam-extend, openfoam-com and openfoam-org packages. * CONFIG: add openfoam into bash completion providers list * ENH: have openfoam-com use spack as USERMPI - also simplify the generation of mplib/compiler rules * ENH: have openfoam-org use spack as SYSTEMMPI - this setup requires more environment settings than USERMPI (openfoam-com), but is currently the only means of integration for openfoam-org - simplify generation of mplib/compiler rules * ENH: simplify generation of mplib/compiler rules (foam-extend) - rename mpi rules from SPACK,SPACKMPI to USER,USERMPI for consistency with openfoam-com and to generalize for any build system. * STYLE: record spack tree as a log file (openfoam) - can be useful for future diagnostics and general record keeping
2017-03-30add package py-spykeutils (#3633)healther1-0/+39
* add package py-spykeutils * fixed dependency version restriction
2017-03-30cp2k: update to 4.1 + update of dependencies (#3561)Massimiliano Culpo8-122/+160
* libint: updated version, ported to AutotoolsPackage * elpa: updated version, ported to AutotoolsPackage * wannier90: updated version, ported to MakefilePackage * pexsi: updated version, ported to MakefilePackage * cp2k: updated version, removed wannier 90 from dependencies if cp2k@4.1 * plumed: updated version Modifications: * modules has been turned into a single variant, as different versions have different modules available * added dictionaries for patches * netlib-scalapack: ported to CMakePackage
2017-03-30Move py-dev to the proper repo directory (#3630)Adam J. Stewart2-0/+0
2017-03-30Fix url fetching for GnuTLS (#3631)Adam J. Stewart1-5/+9
2017-03-29Concretization problem breaks httpie dependency (#3629)George Hartzell1-1/+5
* Concretization problem breaks httpie dependency Concretization problem breaks this. Unconditional for now... https://github.com/LLNL/spack/issues/3628 * Flake8 cleanups
2017-03-29Add package for snakemake (#3605)George Hartzell2-0/+73
* Add package for snakemake * Flake8 cleanups * Add package for py-wrapt * Address PR feedback Switch to pypi URL. Tighten Python3 dependency spec. Add missing dependencies (wrapt, requests). - add package for wrapt.
2017-03-29Add package for httpie (#3609)George Hartzell1-0/+43
* Add package for httpie * Remove wayward FIXME and flake8 cleanup * Update dependencies, address PR feedback Fine tune dependencies (version constraints). Add missing dependency. Make SOCKS support a variant. * Flake8 cleanup
2017-03-29petsc: a workaround for macOS Clang 8.1.0 and XCode 8.3 (#3615)Denis Davydov2-0/+25
2017-03-29add package py-bokeh (#3618)healther1-0/+45
* add package py-bokeh * remove setuptools dependency * add missing dependencies
2017-03-29Allow py-py2cairo to be built with cairo~X (#3620)healther1-1/+1
2017-03-29add package py-pympler (#3621)healther1-0/+42
* add package py-pympler * add python@2.5: dependency
2017-03-29Add package py-pynn (#3622)healther1-0/+50
* add package py-pynn * fix docstring * fix dependency mess * add python dependency
2017-03-29Add py-pymongo dependencies (#3624)healther1-0/+4
* add package py-mongo * add dependencies
2017-03-29htslib depends_on version must match samtools (#3625)George Hartzell1-1/+3
2017-03-29Add abipy package and dependencies (#3352)Adam J. Stewart13-15/+459
* Add abipy package and dependencies * Add first official release of py-abipy * Ignore files from dependencies during activation
2017-03-29add package py-mongo (#3619)healther1-0/+34
2017-03-29add package py-brian2 (#3617)healther1-0/+50
2017-03-29Add version 3.5.9 to package gnutls (#3616)healther1-2/+14
2017-03-28Add Blast+ package. (#3562)George Hartzell2-0/+229
* Add Blast+ package. Adds support for NCBI's blast+@2.6.0. I'll be adding a few historical versions in the near future. It's a fairly direct transliteration of the [Homebrew Science recipe][hbs]. I skipped the mysql support. There is a problem with HDF5 support. Blast's configure script test program defines a macro 'HOST' to a string value and one of the HDF5 bits has an variable named 'HOST'. Fun things happen. I've disabled support for now. I've run very very basic tests. I'll get this out to my users and ensure that it works and fine tune the options and etc.... [hbs]: https://github.com/Homebrew/homebrew-science/blob/master/blast.rb * Flake8 fixes * Update w.t.r. mamelara's PR and cleanup Add paths to things in the --with-* config args Add add'l config flags from #3394. Update patch to no-op and add comment. Add add'l dependencies after studying `configure --help`. * Flake8 cleanup * Add support for blast+@2.2.30 Need to work around a configure bug. See https://github.com/Homebrew/homebrew-science/issues/2337#issuecomment-170011511. * Re-wrap comment, line length not a problem. I'd broken a comment across to line in a fit of flake8 induced fear. Adam pointed out that it's ok. * Remove explicit prefix config Remove explicit prefix config, the autotools package does it for us.
2017-03-28Add info for version 2.16 (#3601)George Hartzell1-0/+1
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-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.