summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-07-11Merge pull request #1207 from davydden/pkg/dealii_update_petsc37Todd Gamblin1-93/+107
dealii: update for petsc37
2016-07-11Merge pull request #1220 from glennpj/libxml2Todd Gamblin1-2/+6
Fix libxml2 error reported on Google Groups list
2016-07-11Fix flake8 errorGlenn Johnson1-2/+2
2016-07-11Fix error reported on Google Groups listGlenn Johnson1-2/+6
Fixes the reported `TypeError: not enough arguments for format string` error.
2016-07-11Merge pull request #1217 from LLNL/features/git-submodule-initTodd Gamblin2-2/+19
Add `submodules` option for git fetching.
2016-07-11Add documentation for fetching submodules.Todd Gamblin1-0/+12
2016-07-11Add `submodules` option for git fetching.Todd Gamblin1-2/+7
2016-07-11Merge pull request #1218 from glennpj/dplyrTodd Gamblin4-0/+182
New package - r-dplyr
2016-07-11Merge pull request #1219 from glennpj/lubridateTodd Gamblin1-0/+47
New package - r-lubridate
2016-07-11New package - r-lubridateGlenn Johnson1-0/+47
Functions to work with date-times and timespans.
2016-07-11New package - r-dplyrGlenn Johnson4-0/+182
This brings in dplyr and dependencies.
2016-07-11Merge pull request #1214 from glennpj/rfilterTodd Gamblin1-0/+24
Filter compilers for R
2016-07-11Merge pull request #1190 from davydden/feature/version_devTodd Gamblin4-11/+37
add special treatment of @develop version
2016-07-11Filter compilers for RGlenn Johnson1-0/+24
This adds a filter_compilers function to have the Makeconf file for R point to the actual compilers rather than the spack wrappers. Also added version 3.3.1.
2016-07-11document special treatment of development versionDenis Davydov1-10/+21
2016-07-11Merge pull request #1210 from hartzell/patch-2Todd Gamblin1-1/+1
Typo: verison -> version
2016-07-11Typo: verison -> versionGeorge Hartzell1-1/+1
2016-07-11Merge pull request #1206 from davydden/pkg/slepc_371_fixTodd Gamblin2-5/+42
slepc: fix install_name for binaries on macOS for 3.7.1
2016-07-11Merge pull request #1209 from paulhopkins/bugfix/octave-suitesparse-variantTodd Gamblin1-1/+1
Fix typo in Octave variant suitesparse
2016-07-11Fix typo in Octave variant suitesparsePaul Hopkins1-1/+1
2016-07-11dealii: fix directory structureDenis Davydov1-0/+10
2016-07-11dealii: flake8 fixesDenis Davydov1-2/+4
2016-07-11dealii: run tests only when self.run_tests=trueDenis Davydov1-87/+88
2016-07-11dealii: add petsc/slepc 3.7 supportDenis Davydov1-6/+7
2016-07-11slepc: fix install_name for binaries on macOS for 3.7.1Denis Davydov2-5/+42
2016-07-10add special treatment of develop versionDenis Davydov3-1/+16
2016-07-09Merge pull request #1169 from ↵Todd Gamblin3-15/+30
davydden/feature/install_argument_tests_petsc_fixes --run-tests install argument and petsc fixes
2016-07-09petsc: add -lm when building exampleDenis Davydov1-1/+1
2016-07-08Merge pull request #1200 from glennpj/lowpacknameTodd Gamblin2-14/+20
Have ``spack create`` default to lower case name for package
2016-07-08Have ``spack create`` default to lower case nameGlenn Johnson2-14/+20
This will create package directories with lower case names when using `spack create`. The documentation was modified to reflect this.
2016-07-08Merge pull request #1199 from eschnett/eschnett/cereal-updateTodd Gamblin1-0/+1
Update Cereal to 1.2.0
2016-07-08Update Cereal to 1.2.0Erik Schnetter1-0/+1
2016-07-08Merge pull request #1192 from SteVwonder/developTodd Gamblin1-7/+7
docbook-xml: replace 'cp -t' with install_tree
2016-07-08Merge pull request #1194 from SteVwonder/lua-fixTodd Gamblin1-2/+2
lua: switch self.version[:2] to .up_to(2)
2016-07-08Merge pull request #1197 from SteVwonder/json-c-serial-buildTodd Gamblin1-1/+2
json-c: fix build by running serially
2016-07-08Merge pull request #1198 from hartzell/patch-1Todd Gamblin1-1/+1
Fix typo
2016-07-08Fix typoGeorge Hartzell1-1/+1
Comamnds -> Commands
2016-07-08json-c: fix build by running seriallyStephen Herbein1-1/+2
2016-07-07lua: switch self.version[:2] to .up_to(2)Stephen Herbein1-2/+2
Previous package would not install correctly, would throw: return os.path.join('share', 'lua', '%d.%d' % self.version[:2]) TypeError: %d format: a number is required, not Version
2016-07-07docbook-xml: replace 'cp -t' with install_treeStephen Herbein1-7/+7
'-t' is not supported by the default cp on Mac OS X replace with install/install_tree cannot just use install_tree since shutil.copytree insists that the dst directory not exist
2016-07-06Merge pull request #1125 from NERSC/docs/crayTodd Gamblin3-94/+237
Update documentation for use on Cray
2016-07-06Minor bug fixGregory Becker1-18/+0
2016-07-06Update target autodetection for linux platformGregory Becker1-4/+11
2016-07-06Merge pull request #1175 from davydden/pkg/arpack-3.4.0Todd Gamblin3-17/+93
Pkg/arpack 3.4.0
2016-07-06Merge pull request #1174 from LLNL/bugfix/github-1172-suite-sparseTodd Gamblin1-18/+23
Bugfix/GitHub 1172 suite sparse
2016-07-06Merge pull request #1180 from davydden/pkg/oce_update_and_fixTodd Gamblin1-19/+14
oce: add 0.17.2; fix running tests
2016-07-06oce: flake8 fixesDenis Davydov1-9/+10
2016-07-06petsc: fix unit testsDenis Davydov1-14/+16
2016-07-06add --run-tests argument for install()Denis Davydov2-5/+18
2016-07-06Merge pull request #1179 from paulhopkins/features/python-ucs4Todd Gamblin1-0/+5
Add ucs4 unicode variant to Python package