Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-07 | phist: added v1.9.1 (#18529) | jthies | 1 | -0/+1 | |
2020-09-07 | kim-api: add support for Fujitsu compilers (#18533) | ketsubouchi | 2 | -0/+24 | |
2020-09-07 | [LCIO]: changes to install/CPATH for python bindings (#18512) | Andre Sailer | 1 | -0/+11 | |
2020-09-07 | Add new package: kbd (#18436) | darmac | 1 | -0/+25 | |
* Add new package: kbd * fix description error | |||||
2020-09-07 | capstone: added v4.0.2 (#18534) | Tim Haines | 1 | -0/+4 | |
This also adds the git branches "master" and "next". | |||||
2020-09-07 | jansi: added new package at v1.18 (#18549) | darmac | 1 | -0/+23 | |
2020-09-06 | gconf: add dependencies (#18406) | ketsubouchi | 1 | -8/+5 | |
* gconf: add dependencies * gconf: add run type to perl-xml-parser | |||||
2020-09-05 | new package: py-textblob (#18516) | Andrew W Elble | 3 | -1/+709 | |
* new package: py-textblob add variant to py-nltk to allow for data download/installation add dependencies to py-nltk so that bin/nltk works * add resources and resource generation script | |||||
2020-09-05 | petsc4py: repo is migrated from bitbucket to gitlab (#18519) | Satish Balay | 1 | -13/+13 | |
2020-09-05 | fujitsu: added new package (#18021) | Massimiliano Culpo | 1 | -0/+55 | |
The package is at the moment not installable, just detectable. Co-authored-by: Toyohisa Kameyama <kameyama@riken.jp> | |||||
2020-09-05 | Make spack environment configurations writable from spack external and spack ↵ | Robert Blake | 8 | -57/+126 | |
compiler find (#18165) * spack config: default modification scope can be an environment The previous model was that environments are the highest priority config scope for config reading operations, but were not considered for config writing operations. Now, the active environment is the highest priority config scope for both reading and writing operations. Now spack config add, spack external find and spack compiler set environment configuration in the environment by default if an environment is active. This is a change in default behavior for these routines, but better matches the mental model for an environment taking precedence over the user's default config file. * add scope argument to 'spack external find' to choose non-default scope * Increase testing for config modifications on environments Co-authored-by: Gregory Becker <becker33@llnl.gov> | |||||
2020-09-04 | ROCm3.5 miopen recipe (#18442) | Ganesh Kumar | 2 | -0/+90 | |
* ROCm 3.5 miopen recipe * fixing flake8 issues * cmake variant fix * min support fix * variant possible values | |||||
2020-09-04 | energyplus: add version 9.1 (#18485) | Nick Booher | 1 | -0/+2 | |
2020-09-04 | amrex:: new version 20.09 (#18486) | mic84 | 1 | -0/+1 | |
2020-09-04 | bml: Add build dependency on python (#18489) (#18491) | Tom Payerle | 1 | -0/+1 | |
At some point in the build phase a script spack-src/scripts/convert-template has a shebang looking for python in the path. Currently this picks up system python if in invoker's path, but should be using python from spack, so add a build dependency on python. | |||||
2020-09-04 | mariadb-c-client: Add 3.1.9 (#18501) | Michael Kuhn | 1 | -0/+1 | |
2020-09-04 | py-setuptools: Add 50.1.0 and 49.6.0 (#18502) | Michael Kuhn | 1 | -0/+2 | |
2020-09-04 | rocksdb: Add 6.11.4 (#18503) | Michael Kuhn | 1 | -0/+1 | |
2020-09-04 | glib: Add 2.64.5 (#18505) | Michael Kuhn | 1 | -0/+1 | |
2020-09-04 | libbson, mongo-c-driver: Add 1.17.0 (#18506) | Michael Kuhn | 2 | -0/+3 | |
2020-09-04 | libidn2: Add 2.3.0 (#18507) | Michael Kuhn | 1 | -0/+1 | |
2020-09-04 | curl: Add 7.72.0 (#18508) | Michael Kuhn | 1 | -0/+1 | |
2020-09-04 | gettext: Add 0.21 (#18509) | Michael Kuhn | 1 | -0/+1 | |
2020-09-04 | Add madgraph 2.8.0; fix recipe (#18510) | iarspider | 2 | -6/+1119 | |
2020-09-04 | Build libtinfo.so "--with-versioned-syms" when it is enabled in ncurses. ↵ | Luke Dalessandro | 1 | -1/+2 | |
(#18511) Many system-installed binaries (at least in Debian) are built against a libtinfo.so that has versioned symbols. If spack builds a version without this functionality, and it winds up in the user's LD_LIBRARY_PATH via spack load, system binaries will begin to complain. ``` $ less log.txt less: /opt/spack/.../libtinfo.so.6: no version information available (required by less) ``` Co-authored-by: Luke D'Alessandro <ldalessa@uw.edu> | |||||
2020-09-04 | new package: py-markovify (#18517) | Andrew W Elble | 1 | -0/+18 | |
2020-09-04 | fermikit: added support for aarch64 (#18480) | t-nojiri | 2 | -0/+47 | |
2020-09-04 | Rely on E4S project variable for SPACK_REPO | Scott Wittenburg | 1 | -2/+0 | |
2020-09-03 | Python: default to Python 3.8 (#17798) | Adam J. Stewart | 1 | -1/+1 | |
2020-09-03 | py-pillow-simd: fix concretization (#18490) | Adam J. Stewart | 1 | -1/+1 | |
2020-09-03 | depends_on cannot handle ^ sigil (#18220) | Adam J. Stewart | 5 | -6/+36 | |
* depends_on cannot handle ^ sigil * cardioid+mfem+cuda requires hypre+cuda * Document this limitation * Move warning message to Known Issues docs * Better handling of parmetis dep | |||||
2020-09-03 | Add new MavenPackage build system base class (#18185) | Adam J. Stewart | 29 | -209/+209 | |
* Add new MavenPackage build system base class * Fix flake8 and doc tests * More specific regex * Java 8 required for these packages | |||||
2020-09-03 | Hashing: force hash consistency for values read from config (#18446) | Massimiliano Culpo | 2 | -3/+56 | |
The 'external_modules' attribute on a Spec, when read from a YAML configuration file, may contain extra formatting that is lost when that Spec is written-to/read-from JSON format. This was resulting in a hashing instability (when the Spec was read back, it would report a different hash). This commit adds a function which removes the extra formatting from 'external_modules' as it is passed to the Spec in __init__ to ensure a consistent hash. | |||||
2020-09-03 | install/install_tree: glob support (#18376) | Adam J. Stewart | 48 | -373/+279 | |
* install/install_tree: glob support * Add unit tests * Update existing packages * Raise error if glob finds no files, document function raises | |||||
2020-09-03 | Pillow-SIMD: use as default PIL provider (#18097) | Adam J. Stewart | 19 | -48/+83 | |
* Pillow-SIMD: use as default PIL provider * Fix concretization of pil * Fix build of older versions of pillow | |||||
2020-09-03 | freetype: Add custom headers property (#18440) | Michael Kuhn | 4 | -6/+13 | |
freetype's headers are installed in the `freetype2` subdirectory, use a custom headers property to fix this in dependent packages. | |||||
2020-09-03 | Bugfix: terminate if a spack.yaml include path does not exist (#18074) | Tamara Dahlgren | 2 | -1/+32 | |
2020-09-03 | fermi: added patch to support aarch64 (#18479) | t-nojiri | 2 | -0/+14 | |
2020-09-02 | Add test tolerance variant to nalu-wind pkg (#18455) | psakievich | 1 | -0/+13 | |
* Add test tolerance variant to nalu-wind pkg * flake8 fixes | |||||
2020-09-02 | eospac: add version 6.4.1 (#18476) | Gabriel Rockefeller | 1 | -1/+3 | |
2020-09-02 | new package: corenlp (#18467) | Andrew W Elble | 2 | -0/+70 | |
* new package: corenlp * import os, not os.path | |||||
2020-09-02 | CUDA_HOME needs to be set, or CUDA is found based on user's PATH. (#18475) | Robert Blake | 1 | -0/+1 | |
2020-09-02 | Add rocm 3.7.0 libs (#18366) | Harmen Stoppels | 18 | -46/+212 | |
* Add rocm 3.7.0 libs * Make 3.7.0-only dependency on numactl explicit * Add rocm-device-libs dep to rocm-clang-ocl * Update the cmakelists dir in rocm-debug-agant * Make rocm-debug-agent work on 3.7.0 * Disable tensile host; following rocm-arch recommendations | |||||
2020-09-02 | Add new RubyPackage build system base class (#18199) | Adam J. Stewart | 27 | -112/+513 | |
* Add new RubyPackage build system base class * Ruby: add spack external find support * Add build tests for RubyPackage | |||||
2020-09-02 | mfem: fix transitive hdf5 static libs (#18457) | Chris White | 2 | -2/+10 | |
2020-09-02 | PythonPackage: update documentation (#18181) | Adam J. Stewart | 2 | -36/+195 | |
2020-09-02 | spack test: no gpg signing for git commits (#18454) | Adam J. Stewart | 2 | -7/+11 | |
2020-09-02 | python: switch to +uuid by default (#18252) | Adam J. Stewart | 1 | -1/+1 | |
2020-09-02 | Document test dependency type (#18365) | Adam J. Stewart | 1 | -10/+18 | |
2020-09-02 | New patch release SLEPc 3.13.4 (#18466) | Jose E. Roman | 1 | -0/+1 | |