summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2022-06-07Add py-ytopt-autotune version v1.0.0 (#31015)Brice Videau1-0/+1
2022-06-07json-glib depends on gobject-introspection (#30963)Gregory Lee1-0/+1
2022-06-07fd: add new package (#31010)Asher Mancinelli1-0/+23
2022-06-07Visit: Allow building without rendering (#31006)kwryankrattiger1-1/+0
This is important for HPC systems.
2022-06-07gmsh: +petsc requires ~int64 variant (#30969)Carlos Bederián1-2/+4
2022-06-07Fix empty install prefix post-install sanity check (#30983)Jordan Galby1-0/+16
2022-06-07R ecosystem: cran updates (#31004)Glenn Johnson295-49/+608
2022-06-07AMReX: update the CMake requirements for v22.06+ (#31018)Axel Huebl1-0/+1
2022-06-07py-vermin: add latest version 1.4.0 (#31009)Morten Kristensen1-1/+2
2022-06-07libint: add Python as build dependency (#30870)Mosè Giordano1-0/+1
Installation process of libint runs a Python script: <https://github.com/evaleev/libint/blob/69cc7b9bc6f2498b74284d4954b0f335f1bd94df/export/cmake/CMakeLists.txt.export#L410>. If Python isn't explicitly listed as build dependency, system Python will be picked up, which can cause troubles.
2022-06-07git-annex: fix source urls (#30789)Manuela Kuhn1-4/+13
2022-06-07glib: add v2.72.2 (#31001)Michael Kuhn1-0/+1
2022-06-07Fix py-ray dependencies and build system (#31016)Brice Videau1-1/+20
* Fix py-ray dependencies and build system * Update var/spack/repos/builtin/packages/py-ray/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Added documentation for unusual dependencies. * Fixed npm preinstall script per @adamjstewart suggestion. Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2022-06-06Update decompression support on Windows (#25185)John W. Parent2-0/+110
Most package installations include compressed source files. This adds support for common archive types on Windows: * Add support for using system 7zip functionality to decompress .Z files when available (and on Windows, use 7zip for .xz archives) * Default to using built-in Python support for tar/bz2 decompression (note that Python tar documentation mentions preservation of file permissions) * Add tests for decompression support * Extract logic for handling exploding archives (i.e. compressed archives that expand to more than one base file) into an exploding_archive_catch context manager in the filesystem module
2022-06-06Package: Don't warn for missing source on bundle packages without code (#30913)Chuck Atkins2-2/+19
2022-06-06Update package rtags (#30890)miheer vaidya1-3/+5
* Update backage bear Newer versions of rtags aren't available via older url * Fix sha256 as download link has changed Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
2022-06-06atompow: remove again misplaced duplicate package (#30992)Massimiliano Culpo1-41/+0
Regression re-introduced in #30404
2022-06-06New package: py-numpy-quaternion (#29452)Jen Herting1-0/+32
* first build of numpy-quaternion and spherical-functions * [py-numpy-quaternion] removed python restriction * [py-numpy-quaternion] added scipy and numba variants * [py-numpy-quaternion] fixing unicode Co-authored-by: Sid Pendelberry <sid@rit.edu>
2022-06-06[py-httpx] added version 0.22.0 (#29806)Jen Herting1-6/+28
* [py-httpx] python dependencies are type=('build', 'run') * [py-httpx] py-wheel is now implied by PythonPackage * [py-httpx] fixed older version dependencies * [py-httpx] added version 0.22.0
2022-06-06Correcting library path of hsakmt-roct for Centos7 and cleaning up the patch ↵renjithravindrankannath2-53/+48
file. (#30885) * Correcting library path of hsakmt-roct and cleaning up the patch file. * Delete 007-library-path.patch
2022-06-06py-torchmetrics: add v0.9.0 (#31000)Adam J. Stewart2-2/+8
2022-06-06quantum-espresso: no need of patch and hdf5 is optional for pw2qmcpack (#30884)Ye Luo1-2/+12
2022-06-06Kokkos SYCL AOT flags (#30723)Daniel Arndt1-0/+15
* Kokkos SYCL AOT flags * Improve selecting the Intel GPU arch
2022-06-06py-black: new version/variants/maintainer (#30999)Adam J. Stewart2-41/+29
2022-06-06GCC: add Apple M1 support (#30825)Adam J. Stewart1-2/+8
Co-authored-by: Seth R. Johnson <johnsonsr@ornl.gov>
2022-06-06nvhpc: add v22.5 (#30845)Filippo Spiga1-0/+4
2022-06-06dihydrogen: propagate `cuda_arch` to nvshmem (#30886)Brian Van Essen1-0/+1
2022-06-06quantum-espresso: support libxc also for autotools build (#30895)Simon Pintarelli1-4/+7
2022-06-06amrvis: add configuration file and default color palette (#30942)Erik1-0/+17
2022-06-06cppcheck: add v2.8 (#30993)Jianshen Liu1-0/+1
2022-06-05cmake: New version 3.23.2 (#30994)Erik Schnetter1-0/+1
2022-06-04luajit: use GC64 on darwin (#30971)Tom Scogland2-0/+8
2022-06-04Intel oneAPI DPCPP compatibility toolkit: add new package (#30986)G-Ragghianti1-0/+27
2022-06-04py-botorch: add new package (#30989)Adam J. Stewart4-0/+77
2022-06-03protobuf: patch build error when @3.20 %gcc@12.1.0 (#30973)Carlos Bederián1-0/+4
2022-06-03petsc, py-petsc4py: add 3.17.2 (#30982)Satish Balay2-0/+2
2022-06-03rocksdb: add 7.2.2 (#30977)Michael Kuhn2-1/+17
2022-06-03doxygen: add 1.9.4 (#30975)Michael Kuhn1-0/+4
2022-06-03Include new versions of model-traits package (#30972)Jacob Merson1-0/+2
2022-06-03mpicxx does not work with icpx (#30098)Martin Diehl1-10/+26
2022-06-03py-protobuf: pin dependents to @:3 (#30880)Adam J. Stewart4-3/+22
2022-06-02geant4: enable building against spack-built geant outside of spack (#30936)Seth R. Johnson1-3/+3
2022-06-02Rust: Apple M1 support (#30823)Adam J. Stewart1-4/+11
2022-06-02py-torch: fix Apple M1 support (#30833)Adam J. Stewart1-1/+4
2022-06-02OpenJDK: fix Apple M1 support (#30826)Adam J. Stewart1-4/+4
2022-06-02git: add v2.36.1 (#30966)Alex Hedges1-0/+2
2022-06-02Add lftp 4.9.2 (#30967)Derek Ryan Strong1-1/+2
2022-06-02Abacus (#30933)Bitllion1-3/+10
* add pacakge: abacus * rename * fix some style bugs * update package:abacus * fix some style bugs * format code * Delete a line of useless comments * updatee abacus * Update package.py add new version info and fix a bug on mkl * update version info and fix a bug on mkl * Update package.py * fix style bugs * trailing whitespace
2022-06-02Use stable URLs for patch-diff GitHub patches (#30953)Adam J. Stewart2-4/+4
2022-06-02Update bear to v3.0.0 (#30835)miheer vaidya1-1/+10