summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-05-02missing dependencies (m4) added for netcdf and autoconfVishal Boddu2-0/+3
2016-05-02Fixes to installation with OpenMP (tested) and execution of test-suiteJean-Paul Pelteret2-11/+35
2016-05-01A few minimal test packages, fodder for testing 'spack view' command.Brett Viren8-0/+123
2016-05-01Bug fixes, tty tweaks.Brett Viren1-9/+10
2016-05-01Change the action from parameter to subcommand to fit Spack convention.Brett Viren1-17/+41
2016-05-01Added Adol-C packageJean-Paul Pelteret1-0/+69
2016-04-30Add extra dependencies for Paradiseo.Jean-Paul Pelteret1-3/+10
2016-04-30Error out if +openmp used with OS X clangPatrick Gartung1-1/+5
2016-04-30Make openmp variant false by default.Patrick Gartung1-1/+1
2016-04-30openmp needs to be an option for clang buildPatrick Gartung1-3/+4
2016-04-30Merge branch 'develop' into bugfix/glmjppelteret1-3/+3
2016-04-30Add missing dependency for glmJean-Paul Pelteret1-0/+2
2016-04-29Add add removal and status actions in addition to link and add various ways ↵Brett Viren1-23/+107
to filter what is done.
2016-04-29Merge pull request #867 from trws/cd-fixTodd Gamblin1-3/+3
switched test to use -d for location check
2016-04-29switched test to use -d for location checkTom Scogland1-3/+3
2016-04-29the_silver_searcher: add missing dependencyDenis Davydov1-0/+1
2016-04-29libxcb: add missing dependenciesDenis Davydov1-0/+1
2016-04-29glib: add missing dependenciesDenis Davydov1-0/+3
2016-04-28Merge pull request #861 from trws/cd-fixbecker331-2/+5
check that a target directory exists before committing to cd
2016-04-28check that a target directory exists before committing to cdTom Scogland1-2/+5
2016-04-28Unit tests for cflags PRGregory Becker5-20/+105
2016-04-28Make arch command print out the platform.Todd Gamblin1-5/+1
2016-04-28First try to make file system views of specs.Brett Viren1-0/+108
2016-04-28Changed yaml format for node_dicts to mitigate future incompatibilitiesGregory Becker1-8/+18
2016-04-28Merge pull request #703 from epfl-scitas/fixes/openssl_externalTodd Gamblin1-17/+28
fix : no warning when installing 'openssl@external'
2016-04-28Merge pull request #850 from mathstuf/partial-downloadsTodd Gamblin2-2/+34
fetch_strategy: download to temporary files
2016-04-28Merge pull request #855 from citibeth/efischer/160427-OpenblasFixTodd Gamblin1-1/+4
openblas: Added +fpic variant to package.
2016-04-27Merged in current develop to cflags 042716Gregory Becker749-4826/+37713
2016-04-27spack setup: Fix broken module convenience settings.Elizabeth F1-0/+15
2016-04-27Add '+fpic' variant.Elizabeth F1-0/+3
2016-04-27Merge pull request #847 from epfl-scitas/features/test_install_with_timeTodd Gamblin4-271/+349
test-install command : added elapsed time + xml is prettyprinted
2016-04-27Merge pull request #857 from citibeth/eficher/160427-HDF-NetCDFTodd Gamblin1-1/+1
hdf5: Set preferred version, so as to not break NetCDF (for now).
2016-04-27hdf5: Set preferred version, so as to not break NetCDF (for now).Elizabeth F1-1/+1
2016-04-27Added missing -lpthread to OpenBLAS check.Elizabeth F1-1/+1
See: https://github.com/xianyi/OpenBLAS/wiki/faq#static_link
2016-04-27fetch_strategy: download to temporary filesBen Boeckel2-2/+34
This supports graceful recovery if spack is killed via a signal (e.g., SIGINT) while downloading a file. Fixes #287.
2016-04-27Add to sub dirs checked for pkg-config files.Brett Viren1-2/+2
This lets me build against the pure-include package Eigen.
2016-04-27test-install : fixed error in logic exposed by testsMassimiliano Culpo1-1/+1
2016-04-27test-install : python 2.6 compatibilityMassimiliano Culpo1-2/+1
2016-04-27test-install : unit tests (hopefully) fixed for realMassimiliano Culpo1-1/+0
2016-04-27test-install : fixed unit testsalalazo4-128/+195
2016-04-27test-install : first draft that worksalalazo1-124/+125
2016-04-27preserve lookup order in PATH when invoking 'spack compiler add'Benedikt Hegner1-0/+4
2016-04-26Merge pull request #804 from jppelteret/features/paradiseoTodd Gamblin5-0/+112
Added package for Paradiseo.
2016-04-26Merge pull request #824 from adamjstewart/features/iorTodd Gamblin1-0/+42
Add IOR benchmark package
2016-04-26Update hwloc to 1.11.3Erik Schnetter1-0/+1
2016-04-26Merge pull request #829 from davydden/openblas_unit_testTodd Gamblin3-0/+84
openblas: a small unit test to make sure Lapack symbols are compiled
2016-04-26Merge pull request #838 from davydden/dealii_dependenciesTodd Gamblin1-2/+2
dealii: add missing dependencies
2016-04-26Merge pull request #837 from davydden/p4est_dependenciesTodd Gamblin1-5/+8
p4est: add missing dependencies
2016-04-26Merge pull request #836 from davydden/astyle_fixTodd Gamblin1-0/+1
astyle: fix installation of the binary
2016-04-26Merge pull request #828 from glennpj/csvkitTodd Gamblin6-0/+97
Add py-csvkit package