summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2020-11-30r-v8: new package at 3.4.0 (#20056)Justin S1-0/+20
* r-v8: new package at 3.4.0 * r-v8: remove duplicate line
2020-11-30OpenBLAS: More Precise GCC Conflicts (#20101)Axel Huebl1-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-30Fix Mesa GLES conflicts (#20184)Chuck Atkins2-14/+8
2020-11-30libQGLViewer: add new package (#20164)Adam J. Stewart1-0/+25
2020-11-30Added bedtools2 v2.29.2 and and py-bedtools versions up to v0.8.0 (#19744)manifest2-5/+18
2020-11-30CMake should be a build dependency (#20160)Adam J. Stewart11-12/+12
2020-11-30bowtie2: change to MakefilePackage and add simde dependency. (#20166)Toyohisa Kameyama1-32/+28
2020-11-30New versions of reframe, singularity and slurm (#20119)Harmen Stoppels3-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-30llvm: conflict for CMake breaking change when treating ASM files as C (#20105)Chuck Atkins1-0/+5
2020-11-30intel-mkl: added v2020.4.304 (#20167)Kai Torben Ohlhus1-0/+2
2020 Update 4, Build date: 21 Oct 2020.
2020-11-30Hydrogen: disabling CPU half support also disables GPU half support (#20077)Tim Moon1-0/+3
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
2020-11-30kicad: new package (#20074)Andrew W Elble2-0/+99
2020-11-30ffb: Fixed a recipe error when using the Intel compiler. (#20133)h-denpo1-4/+6
2020-11-30r-rpostgresql: update config.guess reusing logic from autotools (#18917)h-denpo1-0/+8
2020-11-30dalton: New package. (#20130)fcannini1-0/+46
2020-11-30gnuradio: add gui support (#20073)Andrew W Elble4-1/+90
2020-11-30New package: povray (#20071)Tom Payerle2-0/+155
2020-11-30memkind: Add versions :1.10.1 (#20122)Dave Love1-0/+4
2020-11-30py-pyscf: add version 1.7.5. (#20135)Toyohisa Kameyama1-1/+4
2020-11-30octave: add version 6.1.0 (#20168)Kai Torben Ohlhus1-0/+1
2020-11-30Add libs properties to a few packages (#20163)Adam J. Stewart5-10/+19
2020-11-30freeglut: prevent linking to system deps (#20161)Adam J. Stewart1-1/+17
2020-11-29Qt: fix GCC (#19948)Angel de Vicente2-0/+10
tested only for gcc8.3.0 but should be safe for other compilers
2020-11-29go: added v1.15.5 and v1.14.12 (#20142)Michael Kuhn1-0/+2
2020-11-29mfem: apply patches from #19452 when mfem@4.1: (#20151)Geoffrey Oxberry1-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-29librsvg: added v2.50.2 (#20150)Michael Kuhn1-0/+1
2020-11-29node-js: added v15.3.0 and v14.15.1 (#20145)Michael Kuhn1-1/+3
2020-11-29npm: added v6.14.9 (#20146)Michael Kuhn1-0/+1
2020-11-29rust: Add 1.48.0 (#20149)Michael Kuhn1-1/+9
2020-11-29[catch2] add versions and fix github branch (#20157)vvolkl1-1/+7
2020-11-29mesa: Require at least one front-end and back-end to be selected (#20144)Chuck Atkins2-21/+20
2020-11-29Qt: add options to disable docs and gui (#20078)Seth R. Johnson2-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-28Set default to range-v3~doc (#20153)vvolkl1-1/+1
This is a more sensible default, I think, as it avoids the doxygen dependency.
2020-11-28py-rosinstall: add new package (#20110)Adam J. Stewart1-0/+20
2020-11-28py-rosinstall-generator: add new package (#20109)Adam J. Stewart1-0/+19
2020-11-28py-rosdep: add new package (#20107)Adam J. Stewart1-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-27py-rosdistro: add new package (#20108)Adam J. Stewart1-0/+19
2020-11-27py-rospkg: add new package (#20111)Adam J. Stewart1-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-27py-catkin-pkg: add new package (#20106)Adam J. Stewart1-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-27py-wstool: add new package (#20115)Adam J. Stewart1-0/+18
2020-11-27concretizer: treat target ranges in directives correctly (#19988)Massimiliano Culpo1-0/+15
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-26py-vcstool: add new package (#20112)Adam J. Stewart1-0/+19
2020-11-26py-vcstools: add new package (#20114)Adam J. Stewart1-0/+17
2020-11-26spack recipe for gromacs with aocc compiler support (#19745)AMD Toolchain Support1-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>
2020-11-26concretizer: prioritize matching compilers over newer versions (#20020)Massimiliano Culpo1-0/+5
fixes #20019 Before this modification having a newer version of a node came at higher priority in the optimization than having matching compilers. This could result in unexpected configurations for packages with conflict directives on compilers of the type: conflicts('%gcc@X.Y:', when='@:A.B') where changing the compiler for just that node is preferred to lower the node version to less than 'A.B'. Now the priority has been switched so the solver will try to lower the version of the nodes in question before changing their compiler.
2020-11-26Add cmake 3.19.1 (#20118)Harmen Stoppels1-0/+1
2020-11-26llvm-amdgpu: fix the build for version 3.9.0 (#20029)Mark W. Krentel2-1/+30
* llvm-amdgpu: fix the build for version 3.9.0 Adapt the fix-system-zlib-ncurses.patch for version 3.9.0. Without the patch, llvm-amdgpu builds, but then rocm-device-libs fails with "cannot find -ltinfo." Tighten the version requirements for cmake according to the llvm/CMakeLists.txt file. * Add a conflict for cmake 3.19.0.
2020-11-26concretizer: allow a bool to be passed as argument for tests dependencies ↵Massimiliano Culpo3-0/+15
(#20082) refers #20079 Added docstrings to 'concretize' and 'concretized' to document the format for tests. Added tests for the activation of test dependencies.
2020-11-25concretizer: treat conditional providers correctly (#20086)Massimiliano Culpo2-0/+31
refers #20040 This modification emits rules like: provides_virtual("netlib-lapack","blas") :- variant_value("netlib-lapack","external-blas","False"). for packages that provide virtual dependencies conditionally instead of a fact that doesn't account for the condition.
2020-11-25intel-tbb: patch for arm64 on macOS (#20039)Martin Aumüller2-2/+40
* intel-tbb: patch for arm64 on macOS as submitted upstream and used in homebrew * intel-tbb: check patchable versions * intel-tbb: avoid patch breakage when 2021.1 is released 2021.1-beta05 would be considered newer than 2021.1