summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-12-21fix a few comment typosMike Nolta2-2/+2
2015-12-21new python versionsGregory L. Lee1-0/+2
2015-12-21remove numpy compiler patchGregory L. Lee1-7/+0
2015-12-21Merge pull request #208 from epfl-scitas/features/resource_directiveTodd Gamblin8-41/+287
resource directive : implementation + clang / llvm use case
2015-12-21Merge pull request #215 from sjtbham/developTodd Gamblin1-3/+18
fix build to work against depends for modules created by setup.py and…
2015-12-20Merge pull request #255 from LLNL/bugfix/254-libtool-compiler-name-issuesTodd Gamblin23-15/+77
Fix #254: libtool & distutils want certain compiler names.
2015-12-20Merge pull request #231 from epfl-scitas/packages/scotchTodd Gamblin1-14/+100
scotch: adding dependencies + variants for mpi, shared, compression and esmumps
2015-12-20Merge pull request #251 from epfl-scitas/packages/tauTodd Gamblin6-63/+226
Improved build of tau and related dependencies
2015-12-20tau : scorep is now a variantalalazo1-3/+6
2015-12-20removing completely the write_make_inc functionNicolas Richart1-7/+3
2015-12-20moving write_make_inc into a patch functionNicolas Richart1-1/+4
2015-12-19Merge pull request #109 from justintoo/add-package-spotTodd Gamblin1-0/+18
(Package) Add Spot C++ library (v1.99.3)
2015-12-19Merge pull request #226 from epfl-scitas/packages/mpichesTodd Gamblin2-5/+38
mpich, mvapich2: changes the filter for the wrappers mpi{cc, cxx, f77, fc}
2015-12-19Merge pull request #227 from trws/fetch-depsTodd Gamblin4-4/+25
fetch: add options to fetch missing or all deps
2015-12-19Merge pull request #230 from nolta/fix-env-mod-sys-typeTodd Gamblin2-6/+12
fix environment module path when $SYS_TYPE isn't defined
2015-12-19Merge branch 'pull/256' into developTodd Gamblin5-11/+25
2015-12-19Fix empty format strings in some packages.Todd Gamblin3-8/+6
2015-12-19Fix stale code in python version test so that it actually works.Todd Gamblin2-5/+2
2015-12-19new package: cfitsioMike Nolta1-0/+19
2015-12-19fix env module sys_type on non-LLNL systemsMike Nolta1-4/+4
2015-12-19spack python: add -c optionMike Nolta1-2/+8
Allows passing program in as a string. Example: $ spack python -c 'print 2+3' 5 Also imports spack module by default into the environment.
2015-12-19Merge pull request #253 from LLNL/bugfix/244-uninstall-errorsGregory Lee5-13/+37
Bugfix/244 uninstall errors
2015-12-19Merge branch 'develop' of https://github.com/llnl/spack into developGregory L. Lee1-3/+3
2015-12-19added mrnet 5.0.1Gregory L. Lee1-0/+1
2015-12-19Fix #254: libtool & distutils want certain compiler names.Todd Gamblin23-15/+77
This changes the compiler wrappers so that they are called by the same name as the wrapped compiler. Many builds make assumptions about compiler names, and we need the spack compilers to be recognizable so that build systems will get their flags right. This adds per-compiler subdirectories to lib/spack/spack/env directory that contain symlinks to cc for the C, C++, F77, and F90 compilers. The build now sets CC, CXX, F77, and F90 to point to these links instead of to the generically named cc, c++, f77, and f90 wrappers.
2015-12-18Merge pull request #252 from JohnWestlund/developTodd Gamblin1-3/+3
remove possible trailing slash in _sp_prefix or _sp_share_dir
2015-12-18Fix #244: errors on uninstallTodd Gamblin2-9/+23
- Extension logic didn't take conditional deps into account. - Extension methods now check for whether the extnesion is in the extendee map AND whether the dependency is actually present in the spec yet.
2015-12-18minor formatting.Todd Gamblin1-0/+8
2015-12-18Fix import error.Todd Gamblin1-0/+1
2015-12-18remove possible trailing slash in _sp_prefix or _sp_share_dirJohn Westlund1-3/+3
2015-12-18Format to 80 char width.Todd Gamblin1-4/+5
2015-12-18tau : removed direct otf2 supportalalazo2-21/+9
2015-12-18Merge branch 'develop' of https://github.com/alalazo/spack into packages/taualalazo38-27/+1536
2015-12-18Improved tau build and added optional dependenciesalalazo6-64/+236
2015-12-17Merge pull request #236 from nolta/cmake-enable-sslTodd Gamblin1-1/+2
cmake: enable ssl, for https downloads
2015-12-17Merge pull request #205 from trws/shell-arg-handling-fixTodd Gamblin1-1/+7
fix for the shell arg handling issues
2015-12-17Merge pull request #250 from davidbeckingsale/features/lmodTodd Gamblin1-0/+26
Added Lmod package
2015-12-17Added Lmod packageDavid Beckingsale1-0/+26
2015-12-17Merge pull request #86 from jgalarowicz/developTodd Gamblin17-11/+1240
Add support for Krell Institute related products.
2015-12-17Change back the previous boost change and change the mrnet variant name to ↵Jim Galarowicz7-17/+16
lwthreads.
2015-12-16Merge pull request #246 from LLNL/features/245-pdb-debugTodd Gamblin1-0/+5
added option to enable pdb debug
2015-12-16added option to enable pdb debugGregory L. Lee1-0/+5
2015-12-16Merge pull request #167 from mathstuf/hdf5-fix-mpi-dependencyTodd Gamblin5-7/+17
Hdf5 fix mpi dependency
2015-12-16Merge pull request #239 from LLNL/bugfix/238-db-specs-not-concreteGregory Lee3-4/+17
Fix #238: Database specs need to be concrete when read in as well.
2015-12-16Merge pull request #241 from epfl-scitas/packages/gnuplotTodd Gamblin7-1/+174
gnuplot : added package
2015-12-16Merge pull request #242 from epfl-scitas/packages/gslTodd Gamblin1-0/+46
gsl : added package
2015-12-16Merge pull request #243 from nolta/patch-2Todd Gamblin1-2/+2
minor comment tweak in modules.py
2015-12-16minor comment tweak in modules.pyMike Nolta1-2/+2
2015-12-16gsl : added packagealalazo1-0/+46
2015-12-16gnuplot : modifications to build on RHLE 6Massimiliano Culpo3-2/+7