Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-01 | AOCC-2.3.0 is now added to spack (#20089) | AMD Toolchain Support | 2 | -0/+10 | |
* AOCC-2.3.0 is now added to spack Change-Id: I18fd9606e6fd9a288cc7dc6c6ead11ea17839a7c * Added flag and version tests for AOCC-2.3.0 * Addressed review comments Co-authored-by: vkallesh <Vijay-teekinavar.Kallesh@amd.com> | |||||
2020-12-01 | quantum-espresso: Enables build with Environ library. (#20131) | fcannini | 1 | -0/+35 | |
2020-12-01 | concretizer: remove ad-hoc rule for external packages (#20193) | Massimiliano Culpo | 4 | -7/+42 | |
fixes #20040 Matching compilers among nodes has been prioritized in #20020. Selection of default variants has been tuned in #20182. With this setup there is no need to have an ad-hoc rule for external packages. On the contrary it should be removed to prefer having default variant values over more external nodes in the DAG. | |||||
2020-12-01 | concretizer: swap priority of selecting provider and default variant (#20182) | Massimiliano Culpo | 5 | -13/+72 | |
refers #20040 Before this PR optimization rules would have selected default providers at a higher priority than default variants. Here we swap this priority and we consider variants that are forced by any means (root spec or spec in depends_on clause) the same as if they were with a default value. This prevents the solver from avoiding expected configurations just because they contain directives like: depends_on('pkg+foo') and `+foo` is not the default variant value for pkg. | |||||
2020-11-30 | r-v8: new package at 3.4.0 (#20056) | Justin S | 1 | -0/+20 | |
* r-v8: new package at 3.4.0 * r-v8: remove duplicate line | |||||
2020-11-30 | OpenBLAS: More Precise GCC Conflicts (#20101) | Axel Huebl | 1 | -2/+2 | |
* OpenBLAS: More Precise GCC Conflicts Add more precise GCC conflicts so e.g. GCC 6 and GCC 7.5 don't fail. * Compact syntax Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2020-11-30 | Fix Mesa GLES conflicts (#20184) | Chuck Atkins | 3 | -15/+9 | |
2020-11-30 | Typos: add missing closing parens (#20174) | George Hartzell | 1 | -3/+3 | |
2020-11-30 | libQGLViewer: add new package (#20164) | Adam J. Stewart | 3 | -4/+56 | |
2020-11-30 | Added bedtools2 v2.29.2 and and py-bedtools versions up to v0.8.0 (#19744) | manifest | 2 | -5/+18 | |
2020-11-30 | CMake should be a build dependency (#20160) | Adam J. Stewart | 11 | -12/+12 | |
2020-11-30 | bowtie2: change to MakefilePackage and add simde dependency. (#20166) | Toyohisa Kameyama | 1 | -32/+28 | |
2020-11-30 | New versions of reframe, singularity and slurm (#20119) | Harmen Stoppels | 3 | -0/+4 | |
Adds new versions of reframe (3.2, 3.3), singularity (3.7.0) and slurm (20-11-0-1). Co-authored-by: Robert Mijakovic <robert.mijakovic@lrz.de> | |||||
2020-11-30 | llvm: conflict for CMake breaking change when treating ASM files as C (#20105) | Chuck Atkins | 1 | -0/+5 | |
2020-11-30 | intel-mkl: added v2020.4.304 (#20167) | Kai Torben Ohlhus | 1 | -0/+2 | |
2020 Update 4, Build date: 21 Oct 2020. | |||||
2020-11-30 | Hydrogen: disabling CPU half support also disables GPU half support (#20077) | Tim Moon | 1 | -0/+3 | |
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com> | |||||
2020-11-30 | kicad: new package (#20074) | Andrew W Elble | 2 | -0/+99 | |
2020-11-30 | ffb: Fixed a recipe error when using the Intel compiler. (#20133) | h-denpo | 1 | -4/+6 | |
2020-11-30 | r-rpostgresql: update config.guess reusing logic from autotools (#18917) | h-denpo | 1 | -0/+8 | |
2020-11-30 | dalton: New package. (#20130) | fcannini | 1 | -0/+46 | |
2020-11-30 | gnuradio: add gui support (#20073) | Andrew W Elble | 4 | -1/+90 | |
2020-11-30 | New package: povray (#20071) | Tom Payerle | 2 | -0/+155 | |
2020-11-30 | memkind: Add versions :1.10.1 (#20122) | Dave Love | 1 | -0/+4 | |
2020-11-30 | py-pyscf: add version 1.7.5. (#20135) | Toyohisa Kameyama | 1 | -1/+4 | |
2020-11-30 | octave: add version 6.1.0 (#20168) | Kai Torben Ohlhus | 1 | -0/+1 | |
2020-11-30 | Add libs properties to a few packages (#20163) | Adam J. Stewart | 5 | -10/+19 | |
2020-11-30 | freeglut: prevent linking to system deps (#20161) | Adam J. Stewart | 1 | -1/+17 | |
2020-11-29 | Qt: fix GCC (#19948) | Angel de Vicente | 2 | -0/+10 | |
tested only for gcc8.3.0 but should be safe for other compilers | |||||
2020-11-29 | go: added v1.15.5 and v1.14.12 (#20142) | Michael Kuhn | 1 | -0/+2 | |
2020-11-29 | mfem: apply patches from #19452 when mfem@4.1: (#20151) | Geoffrey Oxberry | 1 | -0/+3 | |
As part of pull request #19452, a patch method was added to the mfem package to delete byte order marks from 3 mfem source files. These files first appeared in a stable release of mfem as of version 4.1. Consequently, attempts to install mfem 3.4 or mfem 4.0 fail because no files exist at the path arguments of the filter_file commands used to execute this operation. Decorating the patch method so it runs only on mfem versions 4.1 and later resolves the errors that were thrown due to files not found. This commit adds that decorator. | |||||
2020-11-29 | librsvg: added v2.50.2 (#20150) | Michael Kuhn | 1 | -0/+1 | |
2020-11-29 | node-js: added v15.3.0 and v14.15.1 (#20145) | Michael Kuhn | 1 | -1/+3 | |
2020-11-29 | npm: added v6.14.9 (#20146) | Michael Kuhn | 1 | -0/+1 | |
2020-11-29 | rust: Add 1.48.0 (#20149) | Michael Kuhn | 1 | -1/+9 | |
2020-11-29 | [catch2] add versions and fix github branch (#20157) | vvolkl | 1 | -1/+7 | |
2020-11-29 | mesa: Require at least one front-end and back-end to be selected (#20144) | Chuck Atkins | 2 | -21/+20 | |
2020-11-29 | Qt: add options to disable docs and gui (#20078) | Seth R. Johnson | 2 | -116/+106 | |
* Qt: add options to disable docs and gui - Add `~gui` option for minimal build - Add `+doc` option to install docs, and attempt to disable the implicit llvm dependency if not - Removes the 'freetype' option which hasn't worked reliably in qt5, as many of the gui components implicitly rely on freetype. - Add and test version 5.15 (and skip qtlocation if disabling opengl) - Refactor some of the dependency logic I've tested this on linux with 5.15.2 and 4.8.7 in a couple of different configurations. * Address reviewer feedback and correctly disable llvm * Fix qt doc generation | |||||
2020-11-28 | Set default to range-v3~doc (#20153) | vvolkl | 1 | -1/+1 | |
This is a more sensible default, I think, as it avoids the doxygen dependency. | |||||
2020-11-28 | py-rosinstall: add new package (#20110) | Adam J. Stewart | 1 | -0/+20 | |
2020-11-28 | py-rosinstall-generator: add new package (#20109) | Adam J. Stewart | 1 | -0/+19 | |
2020-11-28 | py-rosdep: add new package (#20107) | Adam J. Stewart | 1 | -0/+19 | |
* py-rosdep: add new package * setuptools needed at run-time Co-authored-by: Andrew W Elble <aweits@rit.edu> Co-authored-by: Andrew W Elble <aweits@rit.edu> | |||||
2020-11-27 | py-rosdistro: add new package (#20108) | Adam J. Stewart | 1 | -0/+19 | |
2020-11-27 | py-rospkg: add new package (#20111) | Adam J. Stewart | 1 | -0/+19 | |
* py-rospkg: add new package * setuptools needed at run-time Co-authored-by: Andrew W Elble <aweits@rit.edu> Co-authored-by: Andrew W Elble <aweits@rit.edu> | |||||
2020-11-27 | py-catkin-pkg: add new package (#20106) | Adam J. Stewart | 1 | -0/+19 | |
* py-catkin-pkg: add new package * setuptools is needed at run-time Co-authored-by: Andrew W Elble <aweits@rit.edu> Co-authored-by: Andrew W Elble <aweits@rit.edu> | |||||
2020-11-27 | py-wstool: add new package (#20115) | Adam J. Stewart | 1 | -0/+18 | |
2020-11-27 | concretizer: treat target ranges in directives correctly (#19988) | Massimiliano Culpo | 3 | -1/+74 | |
fixes #19981 This commit adds support for target ranges in directives, for instance: conflicts('+foo', when='target=x86_64:,aarch64:') If any target in a spec body is not a known target the following clause will be emitted: node_target_satisfies(Package, TargetConstraint) when traversing the spec and a definition of the clause will then be printed at the end similarly to what is done for package and compiler versions. | |||||
2020-11-26 | py-vcstool: add new package (#20112) | Adam J. Stewart | 1 | -0/+19 | |
2020-11-26 | py-vcstools: add new package (#20114) | Adam J. Stewart | 1 | -0/+17 | |
2020-11-26 | archspec: added support for aocc (#20124) | Massimiliano Culpo | 3 | -2/+145 | |
2020-11-26 | spack recipe for gromacs with aocc compiler support (#19745) | AMD Toolchain Support | 1 | -2/+31 | |
* spack recipe for gromacs with aocc compiler support Change-Id: I364aab4a0aa2dcd44bc47eb50c81b2d94c99cfbd * Removed arch and other associated compilers flags Added cycle_subcounters variant Co-authored-by: vkallesh <Vijay-teekinavar.Kallesh@amd.com> |