Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-17 | add new package : nicstat (#14173) | darmac | 1 | -0/+27 | |
* add new package : nicstat * refine nicstat edit operation * refine CMODEL regex expression | |||||
2019-12-17 | Added package for Half C++ header-only library. (#14189) | Brian Van Essen | 4 | -2/+33 | |
* Added package for Half C++ header-only library. Fixed an checksum for Hydrogen 1.3.2. Cleaned up the Clara package to not create an empty bin directory. * Fixed flake8 * Added maintainer | |||||
2019-12-17 | add new package : haproxy (#14160) | darmac | 1 | -0/+29 | |
* add new package : haproxy * add url_for_version() and refine haproxy build code | |||||
2019-12-17 | add new package : cosbench (#14171) | darmac | 1 | -0/+29 | |
* add new package : cosbench * add cosbench depends and remove unstable version * Update var/spack/repos/builtin/packages/cosbench/package.py Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/cosbench/package.py Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2019-12-17 | tf verbosity to better enable debugging (#14177) | Sajid Ali | 1 | -0/+9 | |
* tf verbosity * Add more debug flags modified: var/spack/repos/builtin/packages/py-tensorflow/package.py * Fix later * More debug/verbose options. modified: var/spack/repos/builtin/packages/py-tensorflow/package.py | |||||
2019-12-17 | sollve: add a version 1.0a2 (#14188) | Shintaro Iwasaki | 1 | -0/+35 | |
2019-12-17 | LAMMPS: Fix USER-REAXC package variant (#14192) | Yuanqi Wang | 1 | -2/+2 | |
2019-12-17 | Fix argparse rST parsing of help messages (#14014) | Adam J. Stewart | 1 | -2/+3 | |
Thanks! | |||||
2019-12-17 | Add py-scipy 1.4.0 (#14193) | Adam J. Stewart | 1 | -2/+4 | |
2019-12-17 | adios2: Fix use of builtin __clear_cache (#14123) | t-karatsu | 2 | -0/+218 | |
2019-12-17 | microarchitectures: readable names for AArch64 vendors (#13825) | Massimiliano Culpo | 4 | -29/+102 | |
Vendors for ARM come out of `/proc/cpuinfo` as hex numbers instead of readable strings. - Add support for associating vendor names with the hex numbers. - Also move these mappings from Python code to `microarchitectures.json` - Move darwin feature name mappings to `microarchitectures.json` as well | |||||
2019-12-16 | mrnet: remove nonexisting cti dependency (#14178) | Todd Gamblin | 1 | -10/+1 | |
MRNet had an optional dependency on `cti`, which doesn't exist. Remove it from the repo, at least until someone adds `cti` back. | |||||
2019-12-16 | Harden shell detection when procfs is available (#13950) | Massimiliano Culpo | 1 | -3/+6 | |
2019-12-16 | New ACTS version (#14180) | Hadrien G | 1 | -0/+1 | |
2019-12-16 | add new package : py-s3cmd (#14166) | darmac | 1 | -0/+31 | |
* add new package : py-s3cmd * add some depends and move depends behind the version | |||||
2019-12-16 | Travis exits at the first failing test, pin codecov at v4.5.4 (#14179) | Massimiliano Culpo | 2 | -2/+2 | |
Before this commit we used to run the entire unit test suite in the presence of a failure. Since we currently rely a lot on the state of the filesystem etc. the end report was most of the time showing spurious failures that were a consequence of the first failing test. This PR makes unit tests exit at the first failing test Also, pin codecov at v4.5.4 (last one supporting Python 2.6) | |||||
2019-12-14 | match bootstrapped compiler to architecture (#14059) | Greg Becker | 1 | -0/+1 | |
2019-12-14 | package hash: gracefully handle @when with non-string args (#14153) | Peter Scheibel | 4 | -27/+95 | |
* when constructing package hash, default to including a method in the content hash if we can't determine whether it would be included by examining the AST * add a test for updated content-hash calculations * refactor content hash tests to eliminate repeated lines | |||||
2019-12-14 | hpctoolkit: update git branch for version 'gpu' (#14155) | Mark W. Krentel | 1 | -1/+1 | |
2019-12-14 | Updated Hydrogen version to 1.3.2 (#14156) | Brian Van Essen | 1 | -0/+1 | |
2019-12-14 | add new package : memcached (#14162) | darmac | 1 | -0/+40 | |
2019-12-14 | add new package : jstorm (#14163) | darmac | 1 | -0/+20 | |
2019-12-14 | add new package : logstash (#14164) | darmac | 1 | -0/+23 | |
2019-12-14 | add new package : pig (#14165) | darmac | 1 | -0/+23 | |
2019-12-14 | add new package : rabbitmq (#14167) | darmac | 1 | -0/+23 | |
2019-12-14 | add new package : zookeeper (#14170) | darmac | 1 | -0/+21 | |
2019-12-14 | add new package : bind9 (#14172) | darmac | 1 | -0/+21 | |
2019-12-14 | add new package : rt-tests (#14174) | darmac | 1 | -0/+22 | |
2019-12-14 | Patch: explicitly use xbitmaps include dir in the automake package (#14128) | Andras Wacha | 2 | -0/+51 | |
* Patch: explicitly use xbitmaps include dir in the automake package * Added dependencies required for autoreconf: libtool, autoconf, automake, m4 | |||||
2019-12-13 | add new package : cassandra (#14144) | darmac | 1 | -0/+23 | |
* add new package : cassandra * make stable version as a preferred one | |||||
2019-12-13 | Add latest version of jq (#14134) | Adam J. Stewart | 2 | -2/+16 | |
2019-12-13 | FIX: Making berkeley-db package fetch from correct links (#14147) | Matthieu Dorier | 1 | -6/+12 | |
* making berkeley-db package fetch from oracle website * removed blank space * making flake8 happy * fixing typos and order of versions | |||||
2019-12-13 | Add shared option to ParaView. (#14131) | Dan Lipsa | 1 | -0/+12 | |
* Add shared option to ParaView. * Use append for one attribute | |||||
2019-12-13 | Add new aws-parallelcluster package (#14139) | Adam J. Stewart | 1 | -0/+26 | |
2019-12-13 | Add latest version of py-tabulate (#14138) | Adam J. Stewart | 1 | -1/+3 | |
2019-12-13 | Add latest version of py-ipaddress (#14137) | Adam J. Stewart | 1 | -1/+2 | |
2019-12-13 | Add latest version of py-botocore (#14136) | Adam J. Stewart | 1 | -3/+4 | |
2019-12-13 | Add latest version of py-boto3 (#14135) | Adam J. Stewart | 1 | -2/+4 | |
2019-12-13 | Add latest version of oniguruma (#14133) | Adam J. Stewart | 1 | -1/+20 | |
2019-12-13 | Update CMake to version 3.16 (#14152) | Seth R. Johnson | 1 | -0/+2 | |
2019-12-13 | gmodel: fix error (#14140) | noguchi-k | 2 | -0/+59 | |
2019-12-13 | add new package : activemq (#14142) | darmac | 1 | -0/+21 | |
2019-12-13 | add new package : alluxio (#14143) | darmac | 1 | -0/+23 | |
2019-12-13 | docker: add `file`, adjust locale, and use python3 for ubuntu (#13508) | Scott Wittenburg | 2 | -16/+56 | |
* docker: add missing module to ubuntu images * docker: fix issue with missing locale * docker: one package per line + rm python2 support * docker: ubuntu image also needs 'file' for buildcache creation | |||||
2019-12-13 | Split out CDash options to a separate help document (#13704) | Zack Galbreath | 3 | -13/+58 | |
Prevent `spack help install` from getting too cluttered with CDash-specific documentation. | |||||
2019-12-13 | Patch fetching: remove unnecessary argument | Peter Josef Scheibel | 3 | -8/+4 | |
2019-12-13 | Mirrors: skip attempts to fetch BundlePackages | Peter Josef Scheibel | 1 | -0/+10 | |
BundlePackages use a noop fetch strategy. The mirror logic was assuming that the fetcher had a resource to cach after performing a fetch. This adds a special check to skip caching if the stage is associated with a BundleFetchStrategy. Note that this should allow caching resources associated with BundlePackages. | |||||
2019-12-13 | Mirrors: avoid re-downloading patches | Peter Josef Scheibel | 2 | -20/+28 | |
When updating a mirror, Spack was re-retrieving all patches (since the fetch logic for patches is separate). This updates the patch logic to allow the mirror logic to avoid this. | |||||
2019-12-13 | Mirrors: perform checksum of fetched sources | Peter Josef Scheibel | 1 | -0/+1 | |
Since cache_mirror does the fetch itself, it also needs to do the checksum itself if it wants to verify that the source stored in the mirror is valid. Note that this isn't strictly required because fetching (including from mirrors) always separately verifies the checksum. | |||||
2019-12-13 | Mirrors: fix cosmetic symlink targets | Peter Josef Scheibel | 2 | -1/+34 | |
The targets for the cosmetic paths in mirrrors were being calculated incorrectly as of fb3a3ba: the symlinks used relative paths as targets, and the relative path was computed relative to the wrong directory. |