Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-22 | revert accidental print statements. | Todd Gamblin | 1 | -5/+0 | |
2015-12-22 | More consistent URL parsing when finding versions. | Todd Gamblin | 2 | -4/+10 | |
Versions found by wildcard URLs are different from versions found by parse_version, etc. The wildcards are constructed more haphazardly than the very specific URL patterns in url.py, so they can get things wrong. e.g., for this URL: https://software.lanl.gov/MeshTools/trac/attachment/wiki/WikiStart/mstk-2.25rc1.tgz We miss the 'rc' and only return 2.25r as the version if we ONLY use URL wildcards. Future: Maybe use the regexes from url.py to scrape web pages, and then compare them for similarity with the original URL, instead of trying to make a structured wildcard URL pattern? This might yield better results. | |||||
2015-12-22 | Merge pull request #257 from eschnett/eschnett/hwloc-1.11.2 | Todd Gamblin | 2 | -1/+9 | |
Update hwloc; don't require libpciaccess on OS X | |||||
2015-12-22 | Merge pull request #269 from eschnett/eschnett/rsync-3.1.2 | Todd Gamblin | 1 | -0/+1 | |
Update rsync to 3.1.2 | |||||
2015-12-22 | Update rsync to 3.1.2 | Erik Schnetter | 1 | -0/+1 | |
2015-12-22 | Skip installing libpciaccess on Darwin | Erik Schnetter | 2 | -2/+8 | |
2015-12-22 | Update hwloc; don't require libpciaccess on OS X | Erik Schnetter | 1 | -2/+4 | |
- hwloc 1.11.2 is available. - libpciaccess is not supported on OS X; don't require it there. | |||||
2015-12-22 | Merge pull request #266 from LLNL/bugfix/python3-setuptools-conflict | Todd Gamblin | 1 | -3/+8 | |
fix conflict with setuptools and cached pyc files | |||||
2015-12-22 | fixed site pyc regular expression | Gregory L. Lee | 1 | -1/+1 | |
2015-12-22 | Merge pull request #261 from LLNL/features/prefer-versions-in-packages | Todd Gamblin | 2 | -3/+10 | |
Add ability to prefer particular versions in packages. | |||||
2015-12-22 | only ignore cached site.py file | Gregory L. Lee | 1 | -2/+1 | |
2015-12-22 | Merge pull request #263 from nolta/hdf5-mpi | Todd Gamblin | 1 | -4/+2 | |
fix non-mpi hdf5 package build | |||||
2015-12-22 | Merge pull request #264 from nolta/typos | Todd Gamblin | 2 | -2/+2 | |
fix a few comment typos | |||||
2015-12-22 | Merge branch 'nolta-249' into develop | Todd Gamblin | 1 | -3/+12 | |
2015-12-22 | Slightly more robust tmp directory search. | Todd Gamblin | 1 | -4/+12 | |
- remove getcwd() check (seems arbitrary -- if users set their TMPDIR to this why stop them?) - try a number of common locations and try per-user directories in them first. | |||||
2015-12-22 | Merge pull request #265 from epfl-scitas/packages/valgrind | Todd Gamblin | 1 | -0/+55 | |
valgrind : added package | |||||
2015-12-22 | fix conflict with setuptools and cached pyc files | Gregory L. Lee | 1 | -2/+8 | |
2015-12-22 | valgrind : added package | alalazo | 1 | -0/+55 | |
2015-12-21 | fix a few comment typos | Mike Nolta | 2 | -2/+2 | |
2015-12-21 | fix non-mpi hdf5 package build | Mike Nolta | 1 | -4/+2 | |
Fixes a couple of issues in c5b7eba45743ebd131233c035101a0e64bb0c1c7. | |||||
2015-12-21 | fix #249 (tmp spack-stage directories conflict) | Mike Nolta | 1 | -2/+3 | |
2015-12-21 | Add ability to prefer particular versions in packages. | Todd Gamblin | 2 | -3/+10 | |
- Adding `preferred=True` to a version directive will change its sort order in concretization. - This provides us a rudimentary ability to keep the Spack stack stable as new versions are added. - Having multiple stacks will come next, but this at least allows us to specify default versions of things instead of always taking the newest. | |||||
2015-12-21 | new python versions | Gregory L. Lee | 1 | -0/+2 | |
2015-12-21 | remove numpy compiler patch | Gregory L. Lee | 1 | -7/+0 | |
2015-12-21 | Merge pull request #208 from epfl-scitas/features/resource_directive | Todd Gamblin | 8 | -41/+287 | |
resource directive : implementation + clang / llvm use case | |||||
2015-12-21 | Merge pull request #215 from sjtbham/develop | Todd Gamblin | 1 | -3/+18 | |
fix build to work against depends for modules created by setup.py and… | |||||
2015-12-20 | Merge pull request #255 from LLNL/bugfix/254-libtool-compiler-name-issues | Todd Gamblin | 23 | -15/+77 | |
Fix #254: libtool & distutils want certain compiler names. | |||||
2015-12-20 | Merge pull request #231 from epfl-scitas/packages/scotch | Todd Gamblin | 1 | -14/+100 | |
scotch: adding dependencies + variants for mpi, shared, compression and esmumps | |||||
2015-12-20 | Merge pull request #251 from epfl-scitas/packages/tau | Todd Gamblin | 6 | -63/+226 | |
Improved build of tau and related dependencies | |||||
2015-12-20 | tau : scorep is now a variant | alalazo | 1 | -3/+6 | |
2015-12-20 | removing completely the write_make_inc function | Nicolas Richart | 1 | -7/+3 | |
2015-12-20 | moving write_make_inc into a patch function | Nicolas Richart | 1 | -1/+4 | |
2015-12-19 | Merge pull request #109 from justintoo/add-package-spot | Todd Gamblin | 1 | -0/+18 | |
(Package) Add Spot C++ library (v1.99.3) | |||||
2015-12-19 | Merge pull request #226 from epfl-scitas/packages/mpiches | Todd Gamblin | 2 | -5/+38 | |
mpich, mvapich2: changes the filter for the wrappers mpi{cc, cxx, f77, fc} | |||||
2015-12-19 | Merge pull request #227 from trws/fetch-deps | Todd Gamblin | 4 | -4/+25 | |
fetch: add options to fetch missing or all deps | |||||
2015-12-19 | Merge pull request #230 from nolta/fix-env-mod-sys-type | Todd Gamblin | 2 | -6/+12 | |
fix environment module path when $SYS_TYPE isn't defined | |||||
2015-12-19 | Merge branch 'pull/256' into develop | Todd Gamblin | 5 | -11/+25 | |
2015-12-19 | Fix empty format strings in some packages. | Todd Gamblin | 3 | -8/+6 | |
2015-12-19 | Fix stale code in python version test so that it actually works. | Todd Gamblin | 2 | -5/+2 | |
2015-12-19 | new package: cfitsio | Mike Nolta | 1 | -0/+19 | |
2015-12-19 | fix env module sys_type on non-LLNL systems | Mike Nolta | 1 | -4/+4 | |
2015-12-19 | spack python: add -c option | Mike Nolta | 1 | -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-19 | Merge pull request #253 from LLNL/bugfix/244-uninstall-errors | Gregory Lee | 5 | -13/+37 | |
Bugfix/244 uninstall errors | |||||
2015-12-19 | Merge branch 'develop' of https://github.com/llnl/spack into develop | Gregory L. Lee | 1 | -3/+3 | |
2015-12-19 | added mrnet 5.0.1 | Gregory L. Lee | 1 | -0/+1 | |
2015-12-19 | Fix #254: libtool & distutils want certain compiler names. | Todd Gamblin | 23 | -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-18 | Merge pull request #252 from JohnWestlund/develop | Todd Gamblin | 1 | -3/+3 | |
remove possible trailing slash in _sp_prefix or _sp_share_dir | |||||
2015-12-18 | Fix #244: errors on uninstall | Todd Gamblin | 2 | -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-18 | minor formatting. | Todd Gamblin | 1 | -0/+8 | |
2015-12-18 | Fix import error. | Todd Gamblin | 1 | -0/+1 | |