Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-08 | apfel: depend on python also for ~python variant (#29395) | haralmha | 1 | -1/+1 | |
2022-03-08 | spectre: add docs dependencies, `BUILD_DOCS` toggle (#29399) | Nils Vu | 1 | -0/+3 | |
New versions don't try to configure docs targets at all when the BUILD_DOCS option is turned off. This avoids CMake warnings when docs dependencies are not found. | |||||
2022-03-08 | Add pika 0.2.0 (#29398) | Mikael Simberg | 1 | -0/+4 | |
* Add pika 0.2.0 * Add apex variant to pika | |||||
2022-03-08 | version.py: set is_commit in constructor (#29369) | Harmen Stoppels | 1 | -10/+3 | |
Speeds up comparison on `Version` by ~2.5x, e.g. ```python In [1]: v = spack.version.Version('1.0.0'); w = spack.version.Version('1.0.2') In [2]: %timeit v < w 1.47 µs ± 5.59 ns per loop (mean ± std. dev. of 7 runs, 1000000 loops each) 535 ns ± 1.75 ns per loop (mean ± std. dev. of 7 runs, 1000000 loops each) ``` | |||||
2022-03-08 | Add libtree 3.1.0 (#29356) | Harmen Stoppels | 1 | -0/+1 | |
2022-03-07 | rocsolver depends on fmt@7:8.0.1 (#29391) | eugeneswalker | 1 | -1/+1 | |
2022-03-07 | landsfcutil: support Fujitsu compiler (#29367) | Qian Jianhua | 1 | -0/+6 | |
2022-03-07 | sigio: support Fujitsu compiler (#29366) | Qian Jianhua | 1 | -0/+6 | |
2022-03-07 | sfcio: support Fujitsu compiler (#29364) | Qian Jianhua | 1 | -0/+6 | |
2022-03-07 | Bug fixes for ESMF on macOS with apple-clang+gfortran, with gfortran-10+ in ↵ | Dom Heinzeller | 1 | -2/+23 | |
general, and on Cray (#29193) * Bugfix in var/spack/repos/builtin/packages/esmf/package.py * Bug fixes in var/spack/repos/builtin/packages/esmf/package.py to build ESMF on macOS with clang+gfortran and on cray * Add maintainer to var/spack/repos/builtin/packages/esmf/package.py * Fix style errors * Fix more style errors | |||||
2022-03-07 | libzmq: default to ~docs (#29372) | Valentin Volkl | 1 | -1/+1 | |
2022-03-07 | py-jupytext: add version 0.13.6 (#28688) | Valentin Volkl | 1 | -1/+9 | |
* py-jupytext: add version 0.13.6 From https://github.com/mwouts/jupytext/commit/da3fcc305db8369335b6fb4bc2fb2b5ed5f5feb2: markdown-it-py v2.0 implements some internal changes, but won't affect jupytext * py-jupytext: keep mdit-py version restricted to 1 * py-jupytext: update dependencies * Apply suggestions from code review Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Apply suggestions from code review Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2022-03-07 | PaRSEC: moved repository to GitHub, now require cmake 3.18 (#29346) | Aurelien Bouteiller | 1 | -6/+6 | |
Signed-off-by: Aurelien Bouteiller <bouteill@icl.utk.edu> | |||||
2022-03-07 | Strumpack v6.3.1 (#29353) | Pieter Ghysels | 1 | -1/+2 | |
* Add STRUMPACK version 6.3.1 * Add STRUMPACK version 6.3.1 (in URL) | |||||
2022-03-07 | man-db: add gitlab repository, new version 2.10.1 (fixes MAXDIRS issue) (#29359) | Valentin Volkl | 2 | -7/+16 | |
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com> | |||||
2022-03-07 | groff: default to ~pdf (#29373) | Valentin Volkl | 1 | -1/+1 | |
2022-03-07 | mesa, mesa18: default to ~llvm (#29360) | Valentin Volkl | 2 | -2/+2 | |
2022-03-07 | Add checksum for relax@root6 (#29314) | haralmha | 1 | -3/+1 | |
2022-03-07 | starlight: add new package (#29158) | Valentin Volkl | 1 | -0/+26 | |
2022-03-07 | butterflypack: add v2.1.1 (#29343) | liuyangzhuan | 1 | -1/+2 | |
2022-03-05 | find: deprecate `spack find -bootstrap` for `spack -bootstrap find` (#29152) | Todd Gamblin | 2 | -0/+11 | |
Since adding the `spack --bootstrap` argument we don't need `spack find --bootstrap` anymore. Deprecate it. | |||||
2022-03-05 | seacas: new version with new dependency on fmt (#29348) | Greg Sjaardema | 1 | -0/+2 | |
Removed the internal copies of lib::fmt and modified to have a dependency on lib::fmt instead. Requires fmt-8.1.0 or later | |||||
2022-03-05 | New package: py-ml-collections (#29325) | Vivian Hafener | 1 | -0/+24 | |
2022-03-05 | Rebased upon upstream (#29337) | Vivian Hafener | 1 | -0/+21 | |
2022-03-05 | fmt: add 8.1.0 and 8.1.1 (#29347) | Greg Sjaardema | 1 | -0/+2 | |
2022-03-04 | New package: py-priority (#29139) | Jen Herting | 1 | -0/+23 | |
* [py-priority] created template * [py-priority] - added homepage - added description - added dependencies - removed fixmes | |||||
2022-03-04 | hiop: add version v0.5.4 (#29301) | Asher Mancinelli | 2 | -18/+38 | |
* Add HiOp v0.5.4, update magma constraint * Add v2.6.2rc1 to magma, make hiop depend on it * Update var/spack/repos/builtin/packages/hiop/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2022-03-04 | New versions: qmcpack@3.12.0, 3.13.0 (#29345) | Paul R. C. Kent | 1 | -0/+2 | |
2022-03-04 | Add a test | Harmen Stoppels | 1 | -0/+8 | |
2022-03-04 | Fix audit | Harmen Stoppels | 5 | -3/+8 | |
2022-03-04 | VersionRange.satisfies should test non-empty intersection | Harmen Stoppels | 1 | -25/+13 | |
2022-03-04 | Initial changes needed to build paraview@5.9.0%xl_r (#22050) | Ethan Stam | 4 | -0/+62 | |
2022-03-04 | Revert "butterflypack: add v2.1.1 (#29151)" (#29339) | Massimiliano Culpo | 1 | -2/+1 | |
This reverts commit b7794cdac8de9eca93f7678c93d95368bba2a820. | |||||
2022-03-04 | amrex: add v22.03 (#29273) | Weiqun Zhang | 1 | -1/+2 | |
2022-03-04 | aws-parallelcluster: add v2.11.5 (#29286) | Enrico Usai | 1 | -1/+2 | |
2022-03-04 | kakoune: add new package (#29148) | Bambi | 1 | -0/+26 | |
2022-03-04 | New version for openCARP packages, v9.0 (#29150) | Marie Houillon | 3 | -9/+12 | |
Co-authored-by: openCARP consortium <info@opencarp.org> | |||||
2022-03-04 | butterflypack: add v2.1.1 (#29151) | liuyangzhuan | 1 | -1/+2 | |
2022-03-04 | edm4hep: Add dependencies to py-jinja2 and py-pyyaml (#28944) | haralmha | 1 | -0/+2 | |
2022-03-04 | Fix checksum for spectre@2022.02.17 (#29179) | Nils Vu | 1 | -1/+1 | |
2022-03-04 | dos2unix: add the external find feature (#29335) | Olivier Cessenat | 1 | -0/+10 | |
2022-03-04 | slurm: add external find (#29146) | Seth R. Johnson | 1 | -1/+9 | |
2022-03-04 | madx: new package, versions 5.07.00, 5.08.00, 5.08.01 (#28932) | Wouter Deconinck | 1 | -0/+44 | |
2022-03-04 | boost: update version analysis patch for fujitsu compiler. (#29198) | Toyohisa Kameyama | 2 | -1/+13 | |
2022-03-04 | charmpp: resolve conflict with '+smp' (#29243) | Nils Vu | 1 | -5/+8 | |
The 'multicore' backend always uses SMP, so reverse the logic of the `conflict` clause. This resolves an issue where the '+smp' default caused the 'backend' to switch away from 'multicore' unintentionally (#29234). | |||||
2022-03-04 | exempi: fix typo in "satisfies" condition (#29233) | Dom Heinzeller | 1 | -1/+1 | |
2022-03-04 | lhapdf: add python variant, change source tarball url to avoid python build ↵ | Valentin Volkl | 1 | -8/+14 | |
failures (#29267) | |||||
2022-03-04 | mumps: add v5.4.1 (#29330) | Carlos Bederián | 1 | -0/+1 | |
2022-03-04 | qt: add 5.15.3 (#29328) | Michael Kuhn | 1 | -1/+5 | |
2022-03-04 | Fix importing Spack packages as Python modules (#29221) | Massimiliano Culpo | 9 | -53/+82 | |
fixes #29203 This PR fixes a subtle bug we have when importing Spack packages as Python modules that can lead to multiple module objects being created for the same package. It also fixes all the places in unit-tests where "relying" on the old bug was crucial to have a new "clean" state of the package class. |