Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-19 | r-rgeos: fix build error (#19360) | darmac | 1 | -1/+1 | |
2020-10-19 | openssh: new version 8.4p1 (#19358) | Amjad Kotobi | 1 | -0/+1 | |
2020-10-19 | anaconda3: new versions (#19357) | Amjad Kotobi | 1 | -0/+2 | |
2020-10-19 | Add new package: py-mido (#19355) | darmac | 1 | -0/+21 | |
2020-10-19 | Add new package: py-cekit (#18813) | darmac | 1 | -0/+30 | |
* Add new package: py-cekit * refine dependencies | |||||
2020-10-19 | Add new package: tpm2-tss (#18824) | darmac | 1 | -0/+43 | |
* Add new package: tpm2-tss * remove patch(), there's no need to use it | |||||
2020-10-19 | Add new package: percona-server (#18818) | darmac | 1 | -0/+29 | |
2020-10-19 | py-coapthon3: added new package at v1.0.1 (#18990) | darmac | 1 | -0/+21 | |
* Add new package: py-coapthon3 * remove mistake version | |||||
2020-10-19 | premake-core: added new package at v5.0.0-alpha15 (#18807) | darmac | 1 | -0/+27 | |
2020-10-19 | wsmancli: added new package at v2.6.0 (#18906) | darmac | 1 | -0/+27 | |
2020-10-19 | junit4: added new package at v4.13 (#18769) | darmac | 1 | -0/+19 | |
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2020-10-18 | filter_compiler_wrappers: a fix for NAG (#17133) | Sergey Kosukhin | 1 | -1/+7 | |
2020-10-18 | Add testing option to dev-build command (#17293) | elsagermann | 2 | -1/+15 | |
* ADD: testing to dev-build command * RM: mutally exclusive group for testing in parser * FIX: test option to subparser and not testing * ADD: spack-completion.bash * RM: local devbuildcosmo cmd * FIX: bad merge --drop-in -b --before options forgotten * FIX: --test place in spack-completion.bash * FIX: typo * FIX: blank line removing * FIX: trailing white space Co-authored-by: Elsa Germann <egermann@tsa-ln002.cm.cluster> | |||||
2020-10-18 | butterflypack: Support fj Fortran (#17514) | ketsubouchi | 4 | -0/+1137 | |
* butterflypack: Support fj Fortran * butterflypack: split patch * butteflypack: add ieee_support_nan | |||||
2020-10-18 | nag: added external detection capabilities (#18153) | Massimiliano Culpo | 1 | -2/+61 | |
2020-10-18 | [docs] Pkg list: current version, not latest release (#18213) | Wouter Deconinck | 1 | -2/+2 | |
The package list at https://spack.readthedocs.io/en/latest/package_list.html claims "it is automatically generated based on the packages in the latest Spack release" but it is actually based on the develop branch. This leads to confusion when users find that e.g. herwigpp is included in the list, but it cannot be found when they install the latest release. That latest release has a package list at https://spack.readthedocs.io/en/stable/package_list.html which does indeed not include herwigpp. Changing the language from "the latest Spack release" to "this Spack version" might make that clearer. Maybe. | |||||
2020-10-18 | mpich: Add `external find` support (#18330) | Robert Blake | 1 | -0/+106 | |
* Adding external support to mpich * Removing debugging print statement. | |||||
2020-10-18 | remove package: libglvnd (#18363) | Omar Padron | 1 | -44/+0 | |
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> |