Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-05 | Add details to comment | Erik Schnetter | 1 | -1/+3 | |
2016-01-05 | Combine with other OpenSSL Darwin patch | Erik Schnetter | 1 | -17/+12 | |
Set KERNEL_BITS. Don't use Darwin-specific configure script. | |||||
2016-01-05 | Merge branch 'develop' into eschnett/openssl-darwin | Erik Schnetter | 26 | -386/+666 | |
2016-01-05 | Merge pull request #289 from trws/zsh-array-fix | Todd Gamblin | 1 | -1/+1 | |
another portability fix, this time for zsh/non-bash sh | |||||
2016-01-05 | Merge pull request #297 from eschnett/eschnett/boost-darwin | Todd Gamblin | 1 | -26/+36 | |
Support Darwin for Boost | |||||
2016-01-05 | Merge pull request #300 from eschnett/eschnett/multi-fftw | Todd Gamblin | 1 | -38/+17 | |
Build multiple FFTW variants simultaneously | |||||
2016-01-04 | Build multiple FFTW variants simultaneously | Erik Schnetter | 1 | -38/+17 | |
FFTW can build only one floating point precision (float, double, long double, quad) at once, but they can all be installed simultaneously as the libraries have different names. It is common packages to decide only at run time which precision FFTW they need, and thus FFTW should offer all precisions at once. | |||||
2016-01-01 | Support Darwin for Boost | Erik Schnetter | 1 | -26/+36 | |
Ensure that builds on Darwin use the "darwin" toolset. Also update Boost to 1.60.0. | |||||
2015-12-31 | Merge pull request #274 from eschnett/eschnett/julia | Todd Gamblin | 1 | -0/+66 | |
Add package for Julia | |||||
2015-12-31 | Merge pull request #271 from eschnett/eschnett/pcre2 | Todd Gamblin | 1 | -0/+15 | |
New package PCRE2 | |||||
2015-12-31 | Merge pull request #258 from epfl-scitas/packages/scalasca | Todd Gamblin | 5 | -208/+153 | |
Packages/scalasca | |||||
2015-12-31 | Merge pull request #290 from trws/some-packages | Todd Gamblin | 7 | -0/+113 | |
python libraries, libedit, and ninja | |||||
2015-12-30 | legacy mysql bindings for python | Tom Scogland | 1 | -0/+15 | |
2015-12-30 | python libraries, libedit, and ninja | Tom Scogland | 6 | -0/+98 | |
A pile of libraries and tools, libedit is actually important as a replacement of readline for non-GPL projects. Also ninja may be worthwhile for some of the larger CMake projects, like llvm/clang. | |||||
2015-12-30 | another portability fix, this time for zsh/non-bash sh | Tom Scogland | 1 | -1/+1 | |
Yay for non-portable declaration syntax. After the previous screwiness I ran this through a number of shells, and found that this is the most portable version I coudl seem to get. | |||||
2015-12-30 | Merge pull request #288 from trws/zsh-array-fix | Todd Gamblin | 1 | -1/+0 | |
removing ill-fated array check for non-portability | |||||
2015-12-30 | removing ill-fated array check for non-portability | Tom Scogland | 1 | -1/+0 | |
2015-12-30 | Revert "removing check as it can cause failures in zsh" | Todd Gamblin | 5 | -206/+38 | |
This reverts commit 496e4856916cb881da916539635e9bfa3e1406af. Undo overly large set of changes -- LLVM wasn't ready. Tom can recommit just the zsh stuff. | |||||
2015-12-30 | removing check as it can cause failures in zsh | Tom Scogland | 5 | -38/+206 | |
2015-12-29 | Merge pull request #285 from trws/args-check | Todd Gamblin | 1 | -5/+4 | |
fix for array handling in ancient bash | |||||
2015-12-29 | fix for array handling in ancient bash | Tom Scogland | 1 | -5/+4 | |
fixes #284 | |||||
2015-12-26 | Merge pull request #277 from LLNL/bugfix/vcs-mirror-fetch | Todd Gamblin | 2 | -16/+41 | |
Fix #85 and #228: errors fetching VCS packages from a mirror. | |||||
2015-12-25 | Use `filter_file` instead of calling perl | Erik Schnetter | 1 | -1/+1 | |
2015-12-24 | Merge pull request #211 from LLNL/bugfix/github-154 | Todd Gamblin | 1 | -11/+29 | |
Fix #154 -- better log messages for do_patch() | |||||
2015-12-24 | Fix #154 -- better log messages for do_patch() | Todd Gamblin | 1 | -11/+29 | |
2015-12-23 | Fix #85 and #228: errors fetching VCS packages from a mirror. | Todd Gamblin | 2 | -16/+41 | |
- Stage and fetcher were not being set up properly when fetching using a different fetch strategy than the default one for the package. - This is fixed but fetch/stage/mirror logic is still too complicated and long-term needs a rethink. - Spack will now print a warning when fetching a checksum-less tarball from a mirror -- users should be careful to use https or local filesystem mirrors for this. | |||||
2015-12-23 | Add comments to package file | Erik Schnetter | 1 | -17/+28 | |
2015-12-23 | Build Julia | Erik Schnetter | 1 | -0/+55 | |
2015-12-23 | Remove leftover debug statement | Erik Schnetter | 1 | -1/+0 | |
2015-12-23 | Merge pull request #276 from LLNL/bugfix/235-smarter-spider | Todd Gamblin | 4 | -82/+183 | |
Fix #235: Smarter web spidering -- use parsed links instead of recons… | |||||
2015-12-23 | Fix #235: Smarter web spidering -- use parsed links instead of reconstructing. | Todd Gamblin | 4 | -82/+183 | |
- Move `find_versions_of_archive` from spack.package to `spack.util.web`. - `spider` funciton now just uses the link parsing it already does to return links. We evaluate actual links found in the scraped pages instead of trying to reconstruct them naively. - Add `spack url-parse` command, which you can use to show how Spack interprets the name and version in a URL. | |||||
2015-12-22 | Fix bug in URL regex. | Todd Gamblin | 1 | -1/+1 | |
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 | New package PCRE2 | Erik Schnetter | 1 | -0/+15 | |
This is a major update of the package PCRE. It seems both PCRE and PCRE2 can be installed at the same time; their APIs are different. | |||||
2015-12-22 | Make OpenSSL build on Darwin | Erik Schnetter | 1 | -6/+18 | |
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 |