summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2021-07-25freetype: add v2.11.0 (#25075)Michael Kuhn1-0/+3
2021-07-24`spack style`: automatically bootstrap dependenciesvsoch2-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-24Only add hwloc to tpl/dep list for certain versions of Trilinos (#25071)Paul Kuberry1-3/+5
2021-07-23Added versions of py-grpcio upto 1.39.0 (#25056)iarspider1-0/+11
Tested only `py-grpcio@1.39.0 ^grpcio@1.39.0`
2021-07-23nvhpc: add v21.7 (#25040)Filippo Spiga1-0/+4
2021-07-23Add grpc upto 1.39.0 and update dependencies (#25037)iarspider1-1/+11
2021-07-23pgplot: fix with gcc<10 (#25042)Dylan Simon1-1/+2
2021-07-23sdl2: add v2.0.14 (#25046)Tom Stitt1-0/+1
2021-07-22py-omegaconf: add new package (#25052)Caleb Robinson1-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-22amrex: add variant plotfile_tools (#25038)Satish Balay1-0/+3
2021-07-22Adding CUDA SDK 11.4.0 (#24609)Filippo Spiga1-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-22Add smoke test for darshan-util (#25016)Kevin Harms1-0/+41
2021-07-22Add test operation to tau package (#25036)wspear1-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-22Trilinos: enable x11 when +exodus (#25033)Seth R. Johnson1-94/+59
* trilinos: rearrange dependencies * trilinos: refactor tpl enables and add libx11 for +exodus Fixes #25028
2021-07-22Archer: Add E4S testsuite stand alone test (#24729)Richarda Butler1-0/+34
2021-07-22py-torch: fix build on blue waters (#25026)Adam J. Stewart1-9/+16
2021-07-22PROJ: set PROJ_LIB env var (#25029)Adam J. Stewart1-0/+14
2021-07-22Update MVAPICH2 Maintainers and GDR Dependencies (#25027)natshineman3-5/+4
Co-authored-by: Nick Contini <contini.26@buckeyemail.osu.edu> Co-authored-by: Nat Shineman <shineman.5@buckeyemail.osu.edu>
2021-07-22py-tensorboard-plugin-wit: fix build on Ubuntu (#25025)Adam J. Stewart1-1/+8
2021-07-22boost: conflict with GCC on macOS (#24917)albestro1-0/+8
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
2021-07-22nut: reflect conflict with nvhpc (#25023)Iman Hosseini1-1/+3
'random123' is a template library and cannot be compiled with nvhpc Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2021-07-21ParaView: Add cli11 dependency (#24732)Ethan Stam1-0/+4
2021-07-21fix rocprofiler includes (#25009)Harmen Stoppels2-0/+28
2021-07-21flecsi: package updates (#24986)Robert Pavel1-21/+26
Worked with flecsi developers to tighten, relax, and clarify constraints and better understand how the flecsi project uses legion. In the process, discovered that flecsi@1.4 cannot be built with legion without heavy changes/reverts to the legion and gasnet spackages. Also, most importantly, fixed branding as to how flecsi is spelled
2021-07-21py-segmentation-models-pytorch: add new package (#25022)Adam J. Stewart1-0/+22
2021-07-21Bolt: Add E4S testsuite stand alone test (#24846)Richarda Butler1-0/+38
2021-07-21libpmemobj-cpp: fixing package not building because of valgrind flag (#24967)Matthieu Dorier1-0/+4
2021-07-21pmdk: added versions up to 1.11.0 (#24972)Matthieu Dorier1-5/+11
2021-07-21py-efficientnet-pytorch: add new package (#25021)Adam J. Stewart1-0/+19
2021-07-21py-pretrainedmodels: add new package (#25020)Adam J. Stewart1-0/+21
2021-07-21helics: added "main" version (#24987)Ryan Mast1-1/+2
2021-07-21py-timm: add new package (#25019)Adam J. Stewart1-0/+20
2021-07-21metis: suppress warnings causing issues for %nvhpc builds (#25014)Tom Payerle1-0/+11
We add compilation flags when using %nvhpc to suppress warnings (which due to global -Werror flag in the build get promoted to errors) for the following: Diagnostic 111: statement is unreachable Diagnostic 177: variable "foo" was declared but never referenced Diagnostic 188: enumerated type mixed with another type Diagnostic 550: variable "foo" was set but never used
2021-07-21Kokkos: allow c++17 starting with CUDA v11.0.0 (#25018)Martin Pokorny1-1/+1
2021-07-21timemory package: add versions including 3.2.3; update options (#24825)Jonathan R. Madsen1-153/+301
* add variants: python hatchet/line-profiler support and likwid nvmon support * removed ompt_standalone/ompt_llvm variants
2021-07-21py-python-xmp-toolkit: add new package (#25008)Manuela Kuhn1-0/+20
2021-07-21tkrzw: added more versions and compression variant (#24953)Matthieu Dorier1-0/+48
2021-07-21py-soupsieve: add 1.9.6 and 2.2.1 (#24973)Manuela Kuhn1-0/+4
2021-07-21py-requests-ftp: add new package (#24975)Manuela Kuhn1-0/+18
2021-07-21py-duecredit: add new package (#25006)Manuela Kuhn1-0/+22
2021-07-21z3: disable python binding by default (#25007)Harmen Stoppels1-1/+1
z3 is a dependency of llvm and llvm-amdgpu, and when z3 python bindings are enabled it depends on py-setuptools as a run dependency. That's fine, except that py-setuptools now influences the hash of llvm/llvm-amdgpu, which can be very annoying when another package restricts the py-setuptools version -- you'll end up recompiling llvm for no good reason :(.
2021-07-21yaml-cpp: add v0.7.0 (#24996)Erik Schnetter1-0/+2
2021-07-21lbann: update darwin build (#24998)Brian Van Essen1-1/+5
* Updated the lbann package to not enabled OpenMP in BLAS package when working on Darwin systems. * Add the Sphinx RTD theme as an explicit dependency when building documentation
2021-07-21pgplot: add libs method (#24999)Erik Schnetter1-0/+7
2021-07-21lorene: Use correct library names of dependencies (#25000)Erik Schnetter1-4/+17
Query `spec[...].libs` to find out library flags and names of dependencies. Also define `libs` property.
2021-07-21ssht: add v1.4.0 (#25001)Erik Schnetter1-0/+1
2021-07-21sz: add v2.1.12 (#25004)Robert Underwood1-0/+1
2021-07-21py-citeproc-py: add new package (#25005)Manuela Kuhn1-0/+20
2021-07-21exempi: add new package (#24982)Manuela Kuhn1-0/+35
2021-07-21gperftools: New version 2.9.1 (#24997)Erik Schnetter1-0/+1