Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-27 | pbs: new virtual package (#24568) | Seth R. Johnson | 2 | -2/+39 | |
* pbs: new virtual package Some of our clusters have an older installation of libtorque and tm.h that are *not* from OpenPBS. Using the current openpbs dependency for openmpi causes concretization errors due to restrictions on older python and hwloc requirements that don't apply, even with an external non-buildable installation. The new 'torque' bundle package allows users to point to that external installation without problems. Detailed description of torque by Sergey Kosukhin <skosukhin@gmail.com> | |||||
2021-07-27 | aspect: add v2.3.0 (#25100) | Timo Heister | 1 | -0/+1 | |
2021-07-27 | py-sphinx: add versions up to v4.1.2 (#25092) | Adam J. Stewart | 1 | -1/+9 | |
2021-07-27 | pybind11: add v2.7.0 (#25103) | Garth N. Wells | 1 | -0/+1 | |
2021-07-27 | Add xtensor 0.23.10 and xsimd 07.5.0 version (#25105) | Garth N. Wells | 2 | -2/+4 | |
2021-07-27 | serf: add missing libuuid dependency (#25098) | Adam J. Stewart | 3 | -27/+42 | |
2021-07-27 | openmpi: fix cuda dependency (#25101) | Satish Balay | 1 | -2/+1 | |
2021-07-27 | libfuse: fix typo (#25104) | Michael Kuhn | 1 | -2/+2 | |
This caused both static and shared libraries to be disabled. | |||||
2021-07-26 | py-sphinxcontrib-serializinghtml: add new version (#25091) | Adam J. Stewart | 1 | -0/+1 | |
2021-07-26 | py-sphinxcontrib-htmlhelp: add new version (#25090) | Adam J. Stewart | 1 | -0/+2 | |
2021-07-26 | n2p2 package: Add version 2.1.4 (#25031) | Rémi Lacroix | 2 | -2/+37 | |
2021-07-26 | aws-parallelcluster: add v2.11.1 (#25089) | tilne | 1 | -2/+3 | |
* aws-parallelcluster: update maintainers list Signed-off-by: Tim Lane <tilne@amazon.com> * aws-parallelcluster: add v2.11.1 Signed-off-by: Tim Lane <tilne@amazon.com> | |||||
2021-07-26 | yoda: only depend on root if explicitly desired (#25087) | Thomas Madlener | 1 | -3/+2 | |
2021-07-26 | asdf-cxx: require a particular version of yaml-cpp (#24988) | Erik Schnetter | 1 | -1/+2 | |
2021-07-26 | roc-tracer: remove py-setuptools since it is not used (#25010) | Harmen Stoppels | 1 | -1/+0 | |
2021-07-26 | eigenexa: update stand-alone tests to use test stage work directory (#24129) | Tamara Dahlgren | 1 | -8/+23 | |
2021-07-26 | genesis: update stand-alone tests to use test stage work directory (#24193) | Tamara Dahlgren | 1 | -12/+28 | |
2021-07-26 | genesis: add v1.6.0. (#25055) | Rémi Lacroix | 1 | -0/+13 | |
2021-07-26 | Smoke test for darshan-runtime, builds a test code, runs it and check… ↵ | Kevin Harms | 1 | -0/+76 | |
(#25049) | |||||
2021-07-26 | py-pandas: add v1.3.1 (#25076) | Adam J. Stewart | 1 | -0/+1 | |
2021-07-26 | py-antlr4-python3-runtime: add v4.8 (#25078) | Adam J. Stewart | 1 | -0/+2 | |
2021-07-26 | py-torchmetrics: add new version (#25081) | Adam J. Stewart | 1 | -4/+6 | |
2021-07-26 | rstudio: add new package (#24647) | Manuela Kuhn | 1 | -0/+124 | |
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2021-07-26 | py-pyprecice: simplify package (#25077) | Adam J. Stewart | 2 | -54/+11 | |
2021-07-26 | py-omegaconf: add missing java dependency (#25080) | Adam J. Stewart | 1 | -0/+1 | |
2021-07-26 | libdc1394: add new package (#25079) | Silvio Traversaro | 1 | -0/+26 | |
2021-07-26 | Fix LBANN and related packages CMake CUDA arch flag (#25062) | romerojosh | 4 | -8/+8 | |
2021-07-26 | Fix tesseract package (#24304) | Glenn Johnson | 2 | -4/+87 | |
This PR fixes the tesseract package - add missing dependencies - build documentation - build and install java component - build and install training component | |||||
2021-07-26 | bedops: add v2.4.40 (#25065) | Alec Scott | 1 | -0/+1 | |
2021-07-26 | picard: add versions up to v2.25.7 (#25063) | Alec Scott | 1 | -0/+8 | |
2021-07-26 | lua-sol2: added new package (#25067) | Matthieu Dorier | 1 | -0/+29 | |
2021-07-25 | Rclone: add v1.56.0 (#25066) | Alec Scott | 1 | -0/+5 | |
2021-07-25 | freetype: add v2.11.0 (#25075) | Michael Kuhn | 1 | -0/+3 | |
2021-07-24 | `spack style`: automatically bootstrap dependencies | vsoch | 2 | -4/+8 | |
This uses our bootstrapping logic to automatically install dependencies for `spack style`. Users should no longer have to pre-install all of the tools (`isort`, `mypy`, `black`, `flake8`). The command will do it for them. - [x] add logic to bootstrap specs with specific version requirements in `spack style` - [x] remove style tools from CI requirements (to ensure we test bootstrapping) - [x] rework dependencies for `mypy` and `py-typed-ast` - `py-typed-ast` needs to be a link dependency - it needs to be at 1.4.1 or higher to work with python 3.9 Signed-off-by: vsoch <vsoch@users.noreply.github.com> | |||||
2021-07-24 | Only add hwloc to tpl/dep list for certain versions of Trilinos (#25071) | Paul Kuberry | 1 | -3/+5 | |
2021-07-23 | Added versions of py-grpcio upto 1.39.0 (#25056) | iarspider | 1 | -0/+11 | |
Tested only `py-grpcio@1.39.0 ^grpcio@1.39.0` | |||||
2021-07-23 | nvhpc: add v21.7 (#25040) | Filippo Spiga | 1 | -0/+4 | |
2021-07-23 | Add grpc upto 1.39.0 and update dependencies (#25037) | iarspider | 1 | -1/+11 | |
2021-07-23 | pgplot: fix with gcc<10 (#25042) | Dylan Simon | 1 | -1/+2 | |
2021-07-23 | sdl2: add v2.0.14 (#25046) | Tom Stitt | 1 | -0/+1 | |
2021-07-22 | py-omegaconf: add new package (#25052) | Caleb Robinson | 1 | -0/+27 | |
* Adding package for omegaconf * Update var/spack/repos/builtin/packages/py-omegaconf/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Changing py-omegaconf to use github source URL instead of pypi * Style fix Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2021-07-22 | amrex: add variant plotfile_tools (#25038) | Satish Balay | 1 | -0/+3 | |
2021-07-22 | Adding CUDA SDK 11.4.0 (#24609) | Filippo Spiga | 1 | -0/+4 | |
* Adding CUDA SDK 11.4.0 * Fixing import order (finger crossed) * Fixing import order (thanks alalazo for the tips) * Restored URLs for 11.4.0 | |||||
2021-07-22 | Add smoke test for darshan-util (#25016) | Kevin Harms | 1 | -0/+41 | |
2021-07-22 | Add test operation to tau package (#25036) | wspear | 1 | -0/+33 | |
Copy over the general purpose mm matmult testcase. On test run build, execute (with mpi as needed) and process profile output. | |||||
2021-07-22 | Trilinos: enable x11 when +exodus (#25033) | Seth R. Johnson | 1 | -94/+59 | |
* trilinos: rearrange dependencies * trilinos: refactor tpl enables and add libx11 for +exodus Fixes #25028 | |||||
2021-07-22 | Archer: Add E4S testsuite stand alone test (#24729) | Richarda Butler | 1 | -0/+34 | |
2021-07-22 | py-torch: fix build on blue waters (#25026) | Adam J. Stewart | 1 | -9/+16 | |
2021-07-22 | PROJ: set PROJ_LIB env var (#25029) | Adam J. Stewart | 1 | -0/+14 | |
2021-07-22 | Update MVAPICH2 Maintainers and GDR Dependencies (#25027) | natshineman | 3 | -5/+4 | |
Co-authored-by: Nick Contini <contini.26@buckeyemail.osu.edu> Co-authored-by: Nat Shineman <shineman.5@buckeyemail.osu.edu> |