Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-18 | Add new package: vvtest (#18701) | Miranda Mundt | 1 | -0/+29 | |
* Adding vvtest to spack * Fixing flake8 failures * Adding suggestions * Removing unnecessary import * Incorporating suggested changes | |||||
2020-10-18 | Add new package: soci (#18816) | darmac | 1 | -0/+17 | |
2020-10-18 | AMD ROCm rccl - numa.h issue fix (#19317) | arjun-raj-kuppala | 3 | -1/+36 | |
2020-10-18 | Dataviz sdk update dep variants (#19327) | Chuck Atkins | 2 | -31/+18 | |
* ecp-io-sdk: Add preferred variants to all dependencies * ecp-viz-sdk: Add preferred variants to all dependencies | |||||
2020-10-18 | Revert "ipopt: Add condition for 'aarch64' to Ipopt/config.guess (#13499)" ↵ | Massimiliano Culpo | 2 | -13/+0 | |
(#19341) This reverts commit e7f574aad5e89be222fbee0dff72f685f87f165c. | |||||
2020-10-18 | Add new package: e2fsprogs (#18763) | darmac | 1 | -0/+22 | |
* Add new package: e2fsprogs * refine setup_run_environment() | |||||
2020-10-18 | vdt: Removed the -mfpu=neon option for aarch64. (#18134) | t-nojiri | 2 | -0/+13 | |
2020-10-18 | coevp: use libquadmath only x86_64 and ppcle. (#18130) | t-nojiri | 1 | -0/+7 | |
2020-10-18 | dmtcp: Fix for aarch64 (#19246) | t-nojiri | 2 | -0/+322 | |
2020-10-18 | Fix for buildcache -o (#19354) | Jason Miller | 1 | -1/+2 | |
* Fix for buildcache -o The method has more positional arguments than the caller expects. * Address length issue. Fix pylint/flake errors. | |||||
2020-10-18 | bash: add ssh flag (#18992) | Adam J. Stewart | 1 | -0/+3 | |
* bash: add flag on macOS * Add flag unconditionally | |||||
2020-10-18 | py-scipy: added v1.5.3 (#19353) | Adam J. Stewart | 1 | -14/+15 | |
2020-10-17 | Update libensemble to v0.7.1 (#19349) | Stephen Hudson | 1 | -2/+4 | |
* Update libensemble to v0.7.1 * Update var/spack/repos/builtin/packages/py-libensemble/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2020-10-17 | Removing classic flang. (#19350) | Nichols A. Romero | 4 | -523/+0 | |
2020-10-17 | helics: Add version 2.6.1 (#19348) | Ryan Mast | 1 | -0/+1 | |
2020-10-17 | Spec: fix multiple generator iteration in satisfies_dependencies (#18527) ↵ | Omri Mor | 2 | -2/+10 | |
(#18559) | |||||
2020-10-16 | Add LLVM 11.0.0 (#19309) | Nichols A. Romero | 1 | -1/+2 | |
* Add LLVM 11.0.0 * This longdouble patch was merged in. | |||||
2020-10-16 | gemini dep py-geneimpacts + (#19334) | manifest | 1 | -0/+21 | |
2020-10-16 | Fix tar detection (missing import: re) (#19338) | iarspider | 1 | -0/+2 | |
Co-authored-by: iarspider <iarpsider@gmail.com> | |||||
2020-10-16 | Add external package support to xz (#19339) | iarspider | 1 | -0/+10 | |
* Add external package support to xz * Flake-8 Co-authored-by: iarspider <iarpsider@gmail.com> | |||||
2020-10-16 | Add external package support to bzip2 (#19343) | iarspider | 1 | -2/+13 | |
* Add external package support to bzip2 * Flake-8 * Flake-8 part 2 Co-authored-by: iarspider <iarpsider@gmail.com> | |||||
2020-10-16 | New compiler: nvhpc (NVIDIA HPC SDK) (#19294) | Scott McMillan | 8 | -3/+307 | |
* Add nvhpc compiler definition: "spack compiler add" will now look for instances of the NVIDIA HPC SDK compiler executables (nvc, nvc++, nvfortran) in supplied paths * Add the nvhpc package which installs the nvhpc compiler * Add testing for nvhpc detection and C++-standard/pic flags Co-authored-by: Scott McMillan <smcmillan@nvidia.com> | |||||
2020-10-16 | ghostscript: add external package detection (#19346) | iarspider | 1 | -0/+9 | |
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2020-10-16 | Fix for MKL ScaLAPACK (#19336) | Pieter Ghysels | 1 | -1/+5 | |
2020-10-16 | parquet-format: added new package at v2.8.0 (#18544) | darmac | 1 | -0/+19 | |
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2020-10-16 | py-inheritance: added new package at v0.1.5 (#19337) | manifest | 1 | -0/+21 | |
2020-10-16 | spack external find: fix debug output (#19342) | iarspider | 1 | -2/+4 | |
Output was, e.g. `Executables in /bin and /,u,s,r,/,b,i,n are both associated with the same spec xz@5.2.2`, will be `Executables in /bin and /usr/bin are both associated with the same spec xz@5.2.2`. | |||||
2020-10-16 | diffutils: added support for external detection (#19344) | iarspider | 1 | -0/+10 | |
2020-10-16 | opium : convert to be an autotools package (#18708) | t-nojiri | 1 | -4/+8 | |
2020-10-16 | autotools: recursively patch config.guess and config.sub (#18347) | Toyohisa Kameyama | 1 | -68/+57 | |
Previously config.guess and config.sub were patched only in the root of the source path. This modification extend the previous behavior to patch every config.guess or config.sub file even in subfolders, if need be. Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2020-10-16 | GenomeWorks: added new package at v0.5.3 (#19263) | dunatotatos | 2 | -0/+59 | |
2020-10-16 | faiss: added new package at v1.6.3 (#17290) | Harsh Bhatia | 3 | -0/+1416 | |
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2020-10-15 | Environments: specify packages for developer builds (#15256) | Greg Becker | 27 | -85/+1123 | |
* allow environments to specify dev-build packages * spack develop and spack undevelop commands * never pull dev-build packges from bincache * reinstall dev_specs when code has changed; reinstall dependents too * preserve dev info paths and versions in concretization as special variant * move install overwrite transaction into installer * move dev-build argument handling to package.do_install now that specs are dev-aware, package.do_install can add necessary args (keep_stage=True, use_cache=False) to dev builds. This simplifies driving logic in cmd and env._install * allow 'any' as wildcard for variants * spec: allow anonymous dependencies raise an error when constraining by or normalizing an anonymous dep refactor concretize_develop to remove dev_build variant refactor tests to check for ^dev_path=any instead of +dev_build * fix variant class hierarchy | |||||
2020-10-15 | make opengl and spectrum-mpi set has_code = False (#19133) | Omar Padron | 2 | -0/+4 | |
* make opengl and spectrum-mpi set has_code = False | |||||
2020-10-15 | Update migraphx for rocm 3.8 (#19300) | Sreenivasa Murthy Kolam | 3 | -4/+53 | |
* update to migraphx for rocm_3.7.0 and rocm_3.8.0 * fix flake8 errors * address review comments * review changes * removed the msgpack,mentioned twice | |||||
2020-10-15 | Add new package: bdii (#18732) | darmac | 1 | -0/+26 | |
* Add new package: bdii * bdii: refine dependents | |||||
2020-10-15 | py-acme-tiny: added new package at v4.0.4 (#18808) | darmac | 1 | -0/+19 | |
2020-10-15 | GiNaC: added new package at v1.7.11, updated cln (#15730) | Jean-Paul Pelteret | 2 | -1/+82 | |
2020-10-15 | papi: restrict +sde to @6.0.0: (#19290) | Tom Payerle | 1 | -0/+1 | |
Software defined events (SDE) appear to have been introduced only in @6.0.0 (see e.g. http://icl.utk.edu/papi/software/view.html?id=275) See #19289 | |||||
2020-10-15 | pexsi: add openmp flags to fortran flags if dependencies use OpenMP (#19274) | Tom Payerle | 1 | -7/+8 | |
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2020-10-15 | xbraid: added v2.3.0 and v3.0.0 (#19280) | Cody Balos | 1 | -5/+33 | |
2020-10-15 | CMake: added v3.18.3 and v3.18.4 (#19302) | Adam J. Stewart | 1 | -0/+2 | |
2020-10-15 | blasr-libcpp: improved setup_run_environment (#18038) | manifest | 1 | -1/+11 | |
Added non standard paths to LD_LIBRARY_PATH | |||||
2020-10-15 | LIKWID: added v5.0.2, new depends_on clauses and a patch for Lua (#19164) | Thomas Gruber | 1 | -2/+4 | |
2020-10-15 | Blaspp: added v2020.10.0, v2020.09.0, reworked recipe (#19311) | G-Ragghianti | 1 | -71/+30 | |
2020-10-15 | acts: added v1.02.0 (#19305) | Hadrien G | 1 | -0/+7 | |
2020-10-15 | Py-Pillow: added v8.0.0 (#19320) | Axel Huebl | 1 | -0/+1 | |
2020-10-14 | amrex: Add CUDA variant (#19306) | Erik Schnetter | 1 | -0/+4 | |
* amrex: Add CUDA variant * amrex: require at least cuda 9 | |||||
2020-10-14 | deal.II: Fix broken include and library path concatenation (#19315) | Jean-Paul Pelteret | 1 | -7/+9 | |
2020-10-14 | Removing f18 package. (#19307) | Nichols A. Romero | 1 | -59/+0 | |