summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-08-30Edits...efischer/docs-v1Elizabeth Fischer2-229/+576
2016-08-291. Rewrite of "Getting Started": everything you need to set up Spack, even ↵Elizabeth Fischer5-559/+942
on old/ornery systems. This is not a reference manual section; items covered here are covered more systematically elsewhere in the manual. Some sections were moved here from elsewhere. 2. Beginning to write three methods of application developer support. Two methods were moved from elsewhere.
2016-08-29Transferred pending changes from efischer/developElizabeth Fischer2-0/+142
2016-08-29New URL scheme for newer (and older) PDTs (#1651)Robert D. French1-7/+7
2016-08-29Change spack --profile sort key for 2.6 compatibility. (#1656)Todd Gamblin1-1/+1
2016-08-29Ole' GNU nano; Actually ran flake8 (#1649)Robert D. French1-0/+40
2016-08-29Merge pull request #1564 from adamjstewart/features/createTodd Gamblin1-1/+2
Suggest setuptools when creating Python package
2016-08-29Merge pull request #1563 from adamjstewart/features/sphinxTodd Gamblin13-41/+279
Add all Sphinx dependencies
2016-08-29Merge pull request #1619 from davydden/pkg/nwchem_macos_fixTodd Gamblin1-0/+5
nwchem: use basename for CC and FC
2016-08-29nwchem: use basename for CC and FCDenis Davydov1-0/+5
2016-08-29Merge pull request #1650 from davydden/pkg/ape_octopus_commentsTodd Gamblin2-4/+14
ape octopus: in-code comments
2016-08-29octopus: in-code comments to explain compiler flagsDenis Davydov1-4/+7
2016-08-29ape: in-code comments to explain compiler flagsDenis Davydov1-0/+7
2016-08-28Merge pull request #1041 from adamjstewart/features/matplotlibTodd Gamblin11-175/+233
Matplotlib Python package overhaul
2016-08-28add versions 2.2rc2 and 2.1 to the mvapich2 package (#1630)Abhinav Bhatele1-6/+8
2016-08-28Hot-fix for qthreads (#1632)Erik Schnetter1-4/+19
The download tarball for qthreads vanished. Install it from a git branch instead as temporary work-around.
2016-08-28New package: opencoarrays (#1633)Jeffrey Salmond1-0/+54
* opencoarrays: new package * opencoarrays: remove tests from install due to (unimportant) failures in some configurations * opencoarrays: fix flake8 errors
2016-08-28Documentation: Fix accidental quotation. version() takes expand as a ↵Tyler Esser1-1/+1
keyword. (#1640)
2016-08-28Run flake8 checks on new untracked files (#1510)Adam J. Stewart1-0/+2
2016-08-28Provide mpi-less variant for nco (#1643)Robert D. French1-0/+3
2016-08-28Update Julia to 0.5 release branch; install some Julia package as well (#1637)Erik Schnetter1-15/+130
* Update Julia to 0.5 release branch; install some Julia package as well * Add comments, correct flake8 error * Correct flake8 error
2016-08-28Variant for building cdo without mpi (#1638)Robert D. French1-0/+4
2016-08-28New package for the Mercurial (hg) version control system (#1644)Erik Schnetter1-0/+44
* New package "mercurial" * Disable self-checks The self-checks require subversion, which we don't want to require.
2016-08-27Make clang detection work on AWS Ubuntu14.Todd Gamblin1-1/+1
2016-08-25Remove stale operating_system.py test per discussion in #1631Todd Gamblin1-75/+0
- Test has not been registered in `__init__.py` for a while and needs a refresh.
2016-08-25Merge pull request #1558 from mcfadden8/mmcfadden-features/gcc-pic-librariesbecker332-0/+67
Added variant to gcc package to install PIC versions of libgfortran and libstdc++
2016-08-25Merge pull request #1379 from LLNL/features/graphlib3Gregory Lee15-10/+374
added stat 3.0 beta and added pygtk and dependent packages
2016-08-25and the missing word is... (#1628)Massimiliano Culpo1-1/+1
2016-08-25Merge pull request #1574 from ARCCA/plumed-pushTodd Gamblin1-5/+43
Update plumed package to include optional modules
2016-08-25Reverted url to point to tarball rather than git tagAndrew Williams1-2/+2
2016-08-25Merge pull request #1580 from davydden/pkg/trilinos_url_fixTodd Gamblin1-12/+17
trilinos: switch to github url; fix missing py-numpy dependency
2016-08-25Merge pull request #663 from citibeth/efischer/160327-DocumentationImprovementsTodd Gamblin5-3/+183
[RtM] Documentation Improvements
2016-08-24Merge pull request #1621 from KineticTheory/boost-intelTodd Gamblin1-7/+7
Boost: fix recipe for Intel compilers.
2016-08-24+ Boost: fix recipe for intel compilers.Kelly (KT) Thompson1-7/+7
This is the same patch provided by PR #550, but rebased against the current develop branch. It also passes the flake8 checks.
2016-08-24Make `spack info` print deps in sorted orderTodd Gamblin1-1/+1
2016-08-24Fix build dependency.Todd Gamblin1-1/+2
2016-08-24Merge branch 'eschnett/sympol' of git://github.com/eschnett/spack into ↵Todd Gamblin14-0/+680
eschnett-eschnett/sympol
2016-08-24Merge pull request #1596 from eschnett/eschnett/git-updateTodd Gamblin1-0/+7
Update git to 2.9.3
2016-08-24Merge pull request #1582 from eschnett/eschnett/gcc-updateTodd Gamblin1-2/+5
Update gcc to @6.2.0
2016-08-24Put url_for_version() after versions in example.Elizabeth Fischer1-1/+2
2016-08-24Merge pull request #1615 from trws/module_delim_portabilityTodd Gamblin1-12/+45
avoid specifying --delim unless required
2016-08-24appeasing flake8, also cleaning up headerTom Scogland1-38/+43
The header append lines were too long, so I just converted it into a multi-line string template so it's all one piece now instead of a bunch of appends.
2016-08-24avoid specifying --delim unless requiredTom Scogland1-7/+35
This increases portability of generated module files to versions of environment_modules hearkening back to just after the turn of the millennium.
2016-08-24Merge pull request #1613 from eschnett/eschnett/cmake-updateTodd Gamblin1-0/+1
Update cmake to 3.6.1
2016-08-24Merge pull request #1575 from davydden/pkg/nwchemTodd Gamblin20-0/+8508
nwchem: add new package
2016-08-24Merge pull request #1565 from adamjstewart/features/fftwTodd Gamblin2-10/+18
Add latest version of fftw
2016-08-24Only run tests if explicitly requestedAdam J. Stewart1-4/+8
2016-08-24Update cmake to 3.6.1Erik Schnetter1-0/+1
2016-08-24py-cclib: new packageDenis Davydov1-0/+42
2016-08-24nwchem: add python moduleDenis Davydov1-2/+3