Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-09 | "No Spack mirror configured": demoted the warning to a debug message (#13082) | Massimiliano Culpo | 1 | -1/+1 | |
fixes #12010 | |||||
2019-10-08 | perl-perlio-gzip: add zlib dependency. (#13060) | Toyohisa Kameyama | 1 | -0/+6 | |
2019-10-08 | psmc: add zlib dependency. (#13061) | Toyohisa Kameyama | 1 | -0/+2 | |
2019-10-08 | seqprep: add zlib dependency. (#13062) | Toyohisa Kameyama | 1 | -0/+2 | |
2019-10-08 | tabix: add zlib dependency. (#13064) | Toyohisa Kameyama | 1 | -0/+1 | |
2019-10-08 | Added py-certipy package. Dependency of py-jupyterhub. (#13068) | wspear | 1 | -0/+19 | |
* Added py-certipy package. Dependency of py-jupyterhub. * Changed url to pypi | |||||
2019-10-08 | QMCPACK Oct2019 fix buglets (#13069) | Nichols A. Romero | 1 | -5/+11 | |
* Support different CMake build types correctly. * LIBXML2 variables no longer used. * Fix E501 as part of https://github.com/spack/spack/pull/13069 | |||||
2019-10-08 | Fixed hash of version .0.5 and added latest version (.0.7.1) (#13077) | wspear | 1 | -2/+3 | |
2019-10-08 | Build older openfoam (#13071) | Mark Olesen | 2 | -19/+18 | |
* adjust building of OpenFOAM 1806 and earlier - spack now unpacks into spack-src, but earlier OpenFOAM versions still expect particular directory names (eg, OpenFOAM-v1806). Resolve by creating a symlink during patching. * replace openfoam 1806 patch with URL version | |||||
2019-10-08 | Added py-pamela package. Dependency of py-jupyterhub. (#13075) | wspear | 1 | -0/+17 | |
2019-10-08 | Add headsup note re cryptsetup patch for v2.2.2 (#13076) | George Hartzell | 1 | -0/+4 | |
2019-10-08 | travis: bump python version for flake8 and build tests | Massimiliano Culpo | 1 | -7/+7 | |
2019-10-08 | pmdk: added v 1.7 (#13067) | Phil Carns | 1 | -0/+1 | |
2019-10-07 | Add macOS Catalina support (#13070) | Adam J. Stewart | 1 | -12/+22 | |
2019-10-07 | py-apipkg: Fix mix up of checksums (#13066) | Oliver Breitwieser | 1 | -2/+2 | |
Change-Id: Ibae329c5a6cf7e3741a879612da523e11e3b0ab9 | |||||
2019-10-07 | Spack environments can concretize specs together (#11372) | Massimiliano Culpo | 4 | -4/+171 | |
This PR adds a 'concretize' entry to an environment's spec.yaml file which controls how user specs are concretized. By default it is set to 'separately' which means that each spec added by the user is concretized separately (the behavior of environments before this PR). If set to 'together', the environment will concretize all of the added user specs together; this means that all specs and their dependencies will be consistent with each other (for example, a user could develop code linked against the set of libraries in the environment without conflicts). If the environment was previously concretized, this will re-concretize all specs, in which case previously-installed specs may no longer be used by the environment (in this sense, adding a new spec to an environment with 'concretize: together' can be significantly more expensive). The 'concretize: together' setting is not compatible with Spec matrices; this PR adds a check to look for multiple instances of the same package added to the environment and fails early when 'concretize: together' is set (to avoid confusing messages about conflicts later on). | |||||
2019-10-07 | watch: added new package (#13044) | Adam J. Stewart | 1 | -0/+49 | |
2019-10-06 | Added go 1.13.1 and 1.12.10 (#12977) | Paul | 1 | -0/+2 | |
2019-10-06 | gnuplot: add 5.2.7 and fix qt dep (#13058) | Denis Davydov | 2 | -1/+3 | |
2019-10-06 | freeimage: new package (#13049) | Matthias Wolf | 2 | -0/+40 | |
* freeimage: new package * Address comments. * Whitespace | |||||
2019-10-06 | unrar: Add package (#12908) | Ruben Di Battista | 1 | -0/+31 | |
2019-10-06 | Add missing py-contextlib2 (#13056) | Oliver Breitwieser | 1 | -0/+20 | |
Change-Id: I8e0a90d4aa2c9f46230a6fe35ce5f4fa44672faf | |||||
2019-10-05 | qt: help pick up dependencies (#11172) | Denis Davydov | 2 | -5/+39 | |
* qt: help pick up dependencies * qt: add 5.12.5 | |||||
2019-10-05 | doc: fix #12245 non-functional libdwarf dependency (#12515) | Pariksheet Nanda | 1 | -4/+4 | |
Applying accepted fix from spack/spack.io#4 | |||||
2019-10-05 | Consistently support pkg-config files in share subdirectory (#12838) | Michael Kuhn | 6 | -2/+9 | |
While the build environment already takes share/pkgconfig into account, the generated module files etc. only consider lib/pkgconfig and lib64/pkgconfig. | |||||
2019-10-05 | Package/fujitsu mpi (#12807) | t-karatsu | 1 | -0/+40 | |
* fujitsu-mpi: commit new package * Add homepage. * * Modified the MPI commands to a simple form. * Unnecessary processing has been deleted. * Add conflict for all compilers except the Fujitsu compiler. * Fix typo. * Delete versions. * Delete conditions for specifying the Fujitsu compiler. | |||||
2019-10-05 | expect: fix darwin install name (#13042) | Adam J. Stewart | 1 | -0/+12 | |
* expect: fix darwin install name * Fix expect binary as well | |||||
2019-10-05 | New package: cxxopts (#13035) | Teodor Nikolov | 1 | -0/+42 | |
* New package: cxxopts * Use +unicode instead of unicode=True - Make the unicode option more explicit * [cxxopts] Fix white space warnings | |||||
2019-10-05 | procps: new package (#13043) | Adam J. Stewart | 1 | -0/+43 | |
2019-10-04 | bugfix: issue with custom dotkit root in config.yaml (#13046) | Massimiliano Culpo | 2 | -1/+25 | |
When removing support for dotkit in #11986 the code trying to set the paths of the various module files was not updated to skip it. This results in a failure because of a key error after the deprecation warning is displayed to user. This commit fixes the issue and adds a unit test for regression. Note that code for Spack chains has been updated accordingly but no unit test has been added for that case. | |||||
2019-10-04 | grpc: new package (#13054) | Federico Ficarelli | 1 | -0/+43 | |
* Add grpc@1.23.1 * Let version in url match actual one | |||||
2019-10-04 | llvm: update link to the document explaining codesign (#13047) | Andreas Baumbach | 1 | -2/+2 | |
Change-Id: I01242cbb43b0c62a659739a5d7e9d998dd27e794 | |||||
2019-10-04 | Update the VTK-m package with better defaults and cuda corrections (#12850) | Robert Maynard | 1 | -6/+16 | |
2019-10-04 | superlu-dist: add openmp variant (#13052) | Cody Balos | 1 | -0/+6 | |
2019-10-04 | migrate: add zlib dependency. (#13039) | Toyohisa Kameyama | 1 | -4/+8 | |
* migrate: add zlib dependency. * flake8. * autotools related tools change to build. | |||||
2019-10-04 | LLVM 9.0.0 (#13050) | Felix Thaler | 1 | -0/+16 | |
2019-10-03 | fftw: simplify the recipe and make use of specific targets (#12889) | Massimiliano Culpo | 1 | -123/+68 | |
* fftw: grouped precisions in a single variant * fftw: simd options are now based on target features and not on variants * fftw: simplified computing the selected precisions | |||||
2019-10-03 | boost: Use gcc toolset for bootstrap with Fujitsu compiler. (#12876) | t-karatsu | 1 | -1/+1 | |
2019-10-03 | graphmap: add zlib dependency. (#13031) | Toyohisa Kameyama | 1 | -0/+2 | |
2019-10-03 | fastqvalidator: add zlib dependency and Removes erroneous deletes in ↵ | Toyohisa Kameyama | 2 | -0/+29 | |
Chromosome (#13030) | |||||
2019-10-03 | hapcut2: add zlib dependency. (#13032) | Toyohisa Kameyama | 1 | -0/+2 | |
2019-10-03 | liblbxutil: Add zlib dependency. (#13033) | Toyohisa Kameyama | 1 | -0/+1 | |
2019-10-03 | metabat: Add zlib and ncurses dependency. (#13034) | Toyohisa Kameyama | 1 | -0/+2 | |
2019-10-03 | muse: add zlib dependency. (#13040) | Toyohisa Kameyama | 1 | -0/+2 | |
2019-10-03 | ngmlr: add zlib dependency. (#13041) | Toyohisa Kameyama | 1 | -0/+2 | |
2019-10-03 | fix ipykernel dependency, newer versions are python3-only (#13019) | Andreas Baumbach | 1 | -2/+3 | |
* fix ipykernel dependency, newer versions are python3-only * Update var/spack/repos/builtin/packages/py-ipykernel/package.py Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-ipykernel/package.py Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2019-10-03 | Update cctools to v7.0.18 (#13037) | George Hartzell | 1 | -1/+2 | |
- add version/checksum info for v7.0.18 - update checksum for v6.1.1 to use sha256, while I have the editor open... | |||||
2019-10-03 | updated manta checksum (#13038) | Owen Solberg | 1 | -0/+1 | |
2019-10-03 | Add py-flye 2.6 (#13025) | Adam J. Stewart | 1 | -2/+13 | |
2019-10-03 | Update compilers.yaml location in Getting Started docs (#13029) | Adam J. Stewart | 1 | -11/+14 | |