summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages
AgeCommit message (Collapse)AuthorFilesLines
2020-11-03py-pygobject: new version 3.38.0 (#19709)Andrew W Elble7-0/+53
fix to allow Gtk and others work from 'import gi' etc.
2020-11-03Add new package: libbinio (#19706)darmac1-0/+16
2020-11-03Add new package: jose (#19707)darmac1-0/+22
2020-11-03Add new package: libdatrie (#19708)darmac1-0/+19
2020-11-03Use commit instead of branch as version for dtk 3.1-rc2 (#19712)Daniel Arndt1-1/+1
2020-11-03Trilinos: support cuda, hwloc, Kokkos_ARCH_* and c++ std (#19119)Char Aznable1-1/+74
2020-11-03[julia]: CPU names are LLVM-style, must map across (#19549)Elliot Saba1-0/+2
In this case, the `zen2` architecture is unknown; Spack must use the LLVM-style `znver2` target instead.
2020-11-03Trilinos: Add STRUMPACK dependency (#19560)Pieter Ghysels1-0/+17
* Trilinos: Add STRUMPACK dependency * break long lines, flake8 cleanup * Use spec['strumpack'].libs.directories[0] instead of spec['strumpack'].prefix.lib because libraries may be in lib or lib64. Likewise use headers.directories[0] iso prefix.include. Suggested by adamjstewart
2020-11-03[dire] dire is included in pythia8@8300: so dire depends_on adjusted (#19628)Wouter Deconinck1-1/+1
2020-11-03range-v3: add version 0.11.0 (#19639)Geoffrey Gunter1-1/+3
* range-v3: add version 0.11.0 This release drops support for llvm-3.9 per the release notes. https://github.com/ericniebler/range-v3/releases/tag/0.11.0 * range-v3: rename 'develop' version to 'master' Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-11-03superlu-dist: update to version 6.4.0 (#19682)Satish Balay1-0/+1
2020-11-03petsc@3.14 update superlu-dist dependency [keep it open-ended for both petsc ↵Satish Balay1-2/+2
and superlu-dist future versions] (#19686)
2020-11-03py-petsc4py: add version 3.14.0 (#19681)Satish Balay1-1/+3
2020-11-03Elfutils: added v0.182 (#19700)Tim Haines1-0/+1
2020-11-03Add new package: istio (#17829)darmac1-0/+50
2020-11-03Add new package: py-boom (#18811)darmac1-0/+22
* Add new package: py-boom * change name to py-boom-boot-manager
2020-11-03snakemake: add upper limit to allowed python versions (#19705)dunatotatos1-1/+1
Running v3.1.2 with Python 3.7 returns a SyntaxError close to `async=True`.
2020-11-03Add new package: abi-dumper (#18738)darmac1-0/+27
* Add new package: abi-dumper * refine dependencies
2020-11-02Update cuDNN packages to check Power installation (#19620)Brian Van Essen1-5/+9
* Updated cuDNN package to check to make sure that target directory exists before linking it. * Fixed flake8 * Fixed Flake8
2020-11-02allow ucx to build with more recent version of gdrcopy (#19606)Hervé Yviquel1-1/+2
* allows UCX since v1.7 to build with more recent version of gdrcopy (v2.X) * Update var/spack/repos/builtin/packages/ucx/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-11-02pumi add version 2.2.5 (#19680)Satish Balay1-0/+3
2020-11-02omega-h: add version 9.32.5 (#19679)Satish Balay1-0/+1
2020-11-02ROOT: use native CMakePackage functions in packages.py (#19642)Seth R. Johnson1-171/+143
* root: update to built-in CMakePackage functions * root: Disable options from missing variants * Remove modification of CMAKE_PROGRAM_PATH
2020-11-02Fix issue with NAMD patch not applying cleanly (#19675)Scott McMillan2-2/+2
Co-authored-by: Scott McMillan <smcmillan@nvidia.com>
2020-11-02llvm: fix +lldb build with external ncurses on openSUSE (#19627)Tiziano Müller2-0/+35
fixes #19625
2020-11-02hip: revert using libs.directories[0] instead of prefix.lib (#19671)Harmen Stoppels1-1/+1
Currently fails with: Error: NoLibrariesError: Unable to recursively locate rocm-device-libs libraries
2020-11-01hip: setup run environments (#19637)eugeneswalker1-1/+14
* hip: rocminfo is a runtime requirement * hip: +setup_run_environment, +setup_dependent_run_environment * hip: run environment: get lib dir using libs.directories[0], not prefix.lib Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-11-01Scalapack: don't apply patches twice (#19662)Adam J. Stewart1-7/+0
2020-11-01meson: add new version, external find support (#19658)Adam J. Stewart2-1/+31
2020-11-01libepoxy: remove meson dependency (#19659)Adam J. Stewart1-1/+0
2020-11-01krb5: fix build with Apple Clang 12 (#19657)Adam J. Stewart1-10/+23
2020-11-01Fix rdma-core package installation (#19643)Hervé Yviquel2-0/+13
* add python-docutils dependency * adds symlink to script for better compatibility if py-docutils installation * Improve post_install phase of py-docutils Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * fix review of rdma-core package * improve formating of py-docutils package Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-11-01arborx: fix depends_on conditional (missing '+') (#19655)Andrew W Elble1-1/+1
2020-11-01hpl: fix conflict directive (missing '^') (#19656)Andrew W Elble1-1/+1
2020-11-01root: conflict is with a dependency (#19654)Andrew W Elble1-1/+1
2020-11-01gromacs: simplified use of targets (#19646)Massimiliano Culpo1-8/+5
2020-10-31opencv: fixed conflict firectives (missing '^') (#19645)Massimiliano Culpo1-6/+2
See https://github.com/spack/spack/pull/19501#issuecomment-718406357
2020-10-31elfutils: add support for version 0.181 (#19634)Tim Haines1-1/+7
This also includes handling of the new libdebuginfod flags.
2020-10-31mercury: update to v2.0.0 (#19635)Jerome Soumagne1-11/+18
Remove deprecated selfforward option, on by default Rename verbose option to debug option
2020-10-31fmt: add version 7.1.0 (#19638)Geoffrey Gunter1-1/+2
2020-10-31[NEW] Added amdfftw, amdlibflame and amdscalapack recipes (#19457)vijay kallesh8-70/+361
* [NEW] Added amdfftw, amdlibflame and amdscalapack recipes Updated base fftw, libflame and netlib-scalapack recipes to accommodate the above listed AMD Optimizing CPU Libraries which are a set of numerical routines optimized for AMD platforms. Updated amdblis spack recipe amdblis: 1. updated with amdblis 2.2 release amdfftw: 1. "--enable-single" now work as synonym for "--enable-float" amdlibflame: 1. Added enable_or_disable_threads() to set value for "--enable-multithreading" flag Libflame: 1. Added enable_or_disable_threads() to set value for "--enable-multithreading" flag 2. Corrected invocation of "enable_or_disable('threads')" Change-Id: I9da0a2c2c4e2075b7fa2776e7cfe6548a2e0b32f * Added amd-toolchain-support as maintainers Added team github account amd-toolchain-support as maintainers for all the recipes owned by AMD Optimizing CPU Libraries (AOCL) team Change-Id: I9a7969bd48fc42cfbb88dd7bd93e0802c6138582 * Incorporated review comments Updated packages.yaml with aocl components Handled Flake8 test failures Change-Id: I0a03f02d8c9f326b2434ec907958c3de3a8e18eb * Readded accidental removal of stream recipe amdfftw: 1. Updated the aocc clang selection as per spack standards fftw: 1. Currently apple-clang section is redundant, already it is handled in the conflict checks. Change-Id: Idef4a3f61717eb81f321e0cd16e7ba9619eac846 * Fix for style and docs/validate (pull_request) test unnumbered format placeholders from {} to {0} Change-Id: If67a3374177ec067573e5504462d257712fafc05 * changed compiler references to Spack's compiler wrapper:spack_cc, spack_cxx, spack_fc Change-Id: I7ae29c978fff16e37773913f14c84df232499763 * Removed 'single' variant from amdfftw recipe Instead of conflict for apple-clang + openmp, handled this senario via below available feature: depends_on('llvm-openmp', when='%apple-clang +openmp') Change-Id: I701b23d83e822a500ca3aaf2b60cc9ace09e13dc * Added relevant info for users who prefers to use single precision Change-Id: I3506e21da428ddef5fb7895b5aaed32c2a061ef6 * Minor changes on fftw, amdfftw and libflame amdfftw: 1. Removed escape symbol to the single quotes 2. Rewording the conflict line from Recommended to Required fftw: 1. Reorded to following recommended sections: versions, variants, dependencies, providers, patches libflame: 1. Added provides entry for 5.1.0 version Change-Id: I21ebff99b6dfde031763154693ecb3f1fa47b476 * Removed single quote from amdfftw docstring to fix style failures Change-Id: Ife939a5a2f5ccbc8879b730c7bebfe2fcfef9332
2020-10-31py-vermin: add latest version 1.0.1 (#19641)Morten Kristensen1-1/+2
2020-10-30py-pandas: add v1.1.4 (#19632)Adam J. Stewart1-1/+2
2020-10-30New package: gqrx (#19633)Andrew W Elble6-0/+179
* gqrx and dependencies * changes * forgot log4cpp * misc dep fixes
2020-10-30changes to support hip build of camp (#19502)Danny Taller2-6/+70
* camp: changes to support hip build * hip: add fallback path for external hip to detect other rocm components Co-authored-by: Greg Becker <becker33@llnl.gov>
2020-10-30Make archspec a vendored dependency (#19600)Massimiliano Culpo1-6/+6
- Added archspec to the list of vendored dependencies - Removed every reference to llnl.util.cpu - Removed tests from Spack code base
2020-10-30update to OPPPY-0_1_4 release (#17716)Mathew Cleveland1-0/+1
Co-authored-by: Cleveland <cleveland@lanl.gov>
2020-10-30Add new package: wayland (#18826)darmac1-0/+35
* Add new package: wayland * remove duplicated dependency
2020-10-30Patched hypre to better add flags based on compiler. (#19498)David M. Rogers2-0/+118
* Patched hypre to better add flags based on compiler. * Update package.py This file seems to have lots of edits, so the patch may succeed with offsets. Has anyone checked with spack patch to be sure it'll work with versions 2.15 - 2.20?
2020-10-30py-pycbc: Fix for aarch64 (#19563)t-nojiri2-0/+13
* py-pycbc: Fix for aarch64 * py-pycbc: Change patch application conditions