Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-02 | Fix satisfaction checks for excluding variants from matrices (#16893) | Greg Becker | 8 | -50/+80 | |
Because of the way abstract variants are implemented, the following spec matrix does not work as intended: ``` matrix: - [foo] - [bar=a, bar=b] exclude: - bar=a ``` because abstract variants always satisfy any variant of the same name, regardless of values. This PR converts abstract variants to whatever their appropriate type is before running satisfaction checks for the excludes clause in a matrix. fixes #16841 | |||||
2020-06-02 | py-grpcio: fixed build with Fujitsu compilers (#16900) | takanori-ihara | 1 | -0/+4 | |
2020-06-02 | ccache: added v3.7.9 (#16902) | Axel Huebl | 1 | -1/+2 | |
Add the latest CCache release. Fixes issues with `-x cu` that are not present in the last checksummed release. This fixes workflows with CMake. | |||||
2020-06-02 | qt: add conflict for old gcc (#16904) | Sinan | 1 | -0/+4 | |
Co-authored-by: Sinan81 <Sinan81@github> | |||||
2020-06-02 | go: added v1.14.4 and v1.13.12 (#16903) | Michael Kuhn | 1 | -0/+2 | |
2020-06-01 | openmpi: add opa-psm2 dependency (#16873) | Jonathon Anderson | 2 | -1/+124 | |
Also document with_or_without and enable_or_disable, (which are used to configure the opa-psm2 dependency). | |||||
2020-06-01 | r-exactextractr: package type fixed (#16881) | Amjad Kotobi | 1 | -3/+3 | |
* r-exactextractr: should inherit from RPackage * r-exactextractr: fixed URL | |||||
2020-06-01 | Recognize system installed gcc-10 as compilers (#16884) | Massimiliano Culpo | 1 | -1/+1 | |
Now that the version number of GCC reached double digits, an update to the regex is needed to recognize gcc-10 as an executable to be inspected when searching for compilers. | |||||
2020-06-01 | netcdf-cxx4: Add 'doxygen' dependency. | t-karatsu | 1 | -0/+1 | |
2020-06-01 | miniforge3: add version 4.8.3-4. | Jianwen WEI | 1 | -0/+8 | |
2020-06-01 | amrex: add version 20.06 (#16895) | mic84 | 1 | -0/+1 | |
2020-06-01 | exampm: fix build (#16894) | Christoph Junghans | 3 | -1/+50 | |
* cabana: add mpi variant * cajita: initial import * exampm: update deps * flake8 | |||||
2020-06-01 | healpix-cxx: added new package at v3.50.0 (#16846) | 健美猞猁 | 1 | -0/+29 | |
2020-05-31 | petsc: fix conditional activation of parmetis (#16533) | Greg Becker | 1 | -4/+7 | |
2020-05-31 | Updated unison to v2.51.2 (#16772) | Hector Martinez-Seara | 4 | -7/+122 | |
The current package does not work. Also several ocaml versions do not compile such as 4.09.0. Updated to the new ocaml version to 4.10.0, which is now a prerequisite. | |||||
2020-05-31 | Add new version of py-astroid (#16805) | iarspider | 2 | -8/+18 | |
* Add new version of py-astroid * Add new version of py-lazy-object-proxy * Apply suggestions from code review Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Apply suggestions from code review Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2020-05-30 | Install libsharp header files to include/libsharp. (#16847) | 健美猞猁 | 1 | -2/+4 | |
* Install libsharp header files to include/libsharp. * Fix flake8 issues. * Simplify specification of install path. | |||||
2020-05-30 | add charliecloud 0.16 (#16810) | Jordan Ogas | 1 | -5/+7 | |
* add charliecloud/0.16 * tidy comments | |||||
2020-05-30 | Add new package: canal (#16790) | darmac | 1 | -0/+25 | |
2020-05-30 | Add new package:linsys-v (#16823) | takanori-ihara | 1 | -0/+67 | |
2020-05-30 | petsc@3.13: update superlu-dist dependency - as superlu-dist@6.3.1 has API ↵ | Satish Balay | 1 | -2/+2 | |
change (#16849) | |||||
2020-05-30 | ssht: Install include files into "include/ssht" (#16879) | Erik Schnetter | 1 | -8/+8 | |
2020-05-30 | horovod: added v0.19.4 (#16878) | Adam J. Stewart | 1 | -0/+1 | |
2020-05-30 | Pandas: add 1.0.4 (#16877) | Adam J. Stewart | 1 | -1/+2 | |
2020-05-30 | revocap-refiner: add space and remove unused function. (#16861) | noguchi-k | 3 | -0/+70 | |
2020-05-30 | Add new package: netkit-ftp (#16876) | darmac | 1 | -0/+20 | |
* Add new package: netkit-ftp * remove parallel constraint | |||||
2020-05-30 | perl-bioperl: fixed version 1.007002 (#16826) | Jen Herting | 1 | -4/+5 | |
* [perl-bioperl] fixed url for version 1.007002 * [perl-bioperl] fixed conditional method directives | |||||
2020-05-30 | r-lfe: New package | Amjad Kotobi | 1 | -0/+23 | |
2020-05-30 | cpio: add patch to fix build with gcc@10: (#16844) | Michael Kuhn | 1 | -0/+2 | |
2020-05-30 | git-lfs: add versions 2.10.0, 2.11.0 (#16850) | Amjad Kotobi | 1 | -0/+2 | |
2020-05-30 | geant4: New version 10.6.2 (#16868) | Ben Morgan | 2 | -2/+21 | |
Update both main and data packages. Data versions have not changed in new version. Provide new python variant to build Python bindings for 10.6.2 and newer. Add dependencies on python and Boost+python required by variant. | |||||
2020-05-29 | repo: fix construction of UnknownPackageError (#16865) | Sergey Kosukhin | 2 | -15/+24 | |
Also improve the error messages | |||||
2020-05-29 | Add netcdf-c~parallel-netcdf variant specification to netcdf-fortran~mpi. ↵ | Nicholas Sly | 1 | -1/+1 | |
(#16671) Co-authored-by: sly <sly@lanl.gov> | |||||
2020-05-29 | examinimd/miniaero: fix build with kokkos-legacy (#16867) | Christoph Junghans | 2 | -2/+4 | |
* examinimd/miniaero: fix build with kokkos-legacy * flake8 | |||||
2020-05-29 | Mention that packages can be uninstalled by hash (#16863) | Robert Rosca | 1 | -1/+2 | |
2020-05-29 | spack module_cmd: set LD_LIBRARY_PATH for python in subshell. (#16827) | Greg Becker | 3 | -8/+46 | |
* Ensure python runs with proper ld_library_path within Spack regardless of environment | |||||
2020-05-29 | Update error message when UnavailableCompilerVersionError is triggered (#16838) | Jane Herriman | 1 | -1/+3 | |
Co-authored-by: Herriman <herriman1@panorama.llnl.gov> | |||||
2020-05-29 | compilers: add opt_flags and debug_flags properties (#16710) | Greg Becker | 11 | -0/+122 | |
2020-05-29 | gridlab-d: added new package. (#16816) | 0t1s1 | 1 | -0/+59 | |
2020-05-28 | bugfix: use flags when computing implicit rpaths (#16634) | Greg Becker | 10 | -25/+113 | |
* make verbose_flag a property * tests | |||||
2020-05-28 | legion: add v20.03.0 (#16848) | Christoph Junghans | 1 | -0/+1 | |
2020-05-28 | npm: use mkdirp instead of mkdir (#16835) | Marc Allen | 1 | -2/+2 | |
fixes #16833 Co-authored-by: Marc Allen <mrcall@amazon.com> | |||||
2020-05-28 | dealii: deal with nanoflann after 9.2.0 (#16839) | Luca Heltai | 1 | -2/+7 | |
2020-05-28 | Update checksum for PyTorch patch (#16837) | Adam J. Stewart | 1 | -1/+1 | |
2020-05-28 | opencv: fix to build version 3.2.0 with Fujitsu compiler (#16840) | Toyohisa Kameyama | 2 | -0/+21 | |
2020-05-27 | ffmpeg: add a maintainer to the package (#16830) | Joseph Ciurej | 1 | -0/+2 | |
2020-05-27 | ffmpeg: set compilers command. (#16799) | Toyohisa Kameyama | 1 | -1/+5 | |
2020-05-27 | spack containerize: allow 0.14.3 tag for next release | Massimiliano Culpo | 2 | -5/+9 | |
2020-05-27 | spack containerize: allow 0.14.1 and 0.14.2 tags | Massimiliano Culpo | 2 | -5/+16 | |
fixes #16727 | |||||
2020-05-27 | libxv: videoproto is a build and link dependency (#16821) | Tom Payerle | 1 | -1/+1 | |
fixes #16820 Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> |