summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-05-02sqlitebrowser: add v3.12.2 (#37300)Alec Scott1-0/+1
2023-05-02intel-tbb: backport GCC 13 support patch (#37291)Jonathon Anderson2-0/+31
2023-05-02steps: add version 4.1.1, remove others (#37250)Tristan Carel1-30/+97
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2023-05-02dealii: add support for 9.4.1 and 9.4.2 (#36627)Luca Heltai1-3/+19
* Make sure the standard is cxx17 for 9.4: * Fix patches for > 9.4
2023-05-02libpfm4: add version 4.13.0 (#37364)Mark W. Krentel1-0/+1
2023-05-02gdb: add missing zstd, add system dep for zlib (#37369)Harmen Stoppels1-4/+10
2023-05-02Disable module file generation by default (#37258)Massimiliano Culpo4-16/+52
* Disable module generation by default (#35564) a) It's used by site administrators, so it's niche b) If it's used by site administrators, they likely need to modify the config anyhow, so the default config only serves as an example to get started c) it's too arbitrary to enable tcl, but disable lmod * Remove leftover from old module file schema * Warn if module file config is detected and generation is disabled --------- Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
2023-05-02visit: python 3.9 and above acceptable (#37071)Olivier Cessenat1-1/+1
2023-05-02gh: add v2.28.0 (#37302)Alec Scott1-0/+1
2023-05-02amrex: add 23.05 (#37362)Weiqun Zhang1-1/+2
2023-05-02tree: add v2.1.0 (#37349)Alec Scott1-0/+1
2023-05-02gnupg: add v2.4.1 (#37326)Alec Scott1-0/+1
2023-05-01libibumad: add v44.1 (#37332)Alec Scott1-0/+1
2023-05-01pharokka: add v1.3.2 (#37342)Alec Scott1-0/+1
2023-05-02jsoncpp: add v1.9.5 (#37303)Alec Scott1-0/+1
2023-05-02nco: add v5.1.5 (#37338)Alec Scott1-0/+1
2023-05-02kubernetes: add v1.27.1 (#37331)Alec Scott1-0/+1
2023-05-02libyogrt: add v1.33 (#37305)Alec Scott1-0/+1
2023-05-02brynet: add v1.12.2 (#37309)Alec Scott1-0/+1
2023-05-02oniguruma: add v6.9.8 (#37307)Alec Scott1-0/+1
2023-05-02nanomsg: add v1.2 (#37306)Alec Scott1-0/+1
2023-05-02faust: add v2.54.9 (#37310)Alec Scott1-0/+1
2023-05-02liblouis: add v3.25.0 (#37304)Alec Scott1-0/+1
2023-05-01mapserver: add v8.0.1 (#37312)Alec Scott1-0/+1
2023-05-01libmmtf-cpp: add v1.1.0 (#37311)Alec Scott1-0/+1
2023-05-01beakerlib: add v1.29.3 (#37316)Alec Scott1-0/+1
2023-05-01kubectl: add v1.27.1 (#37330)Alec Scott1-0/+1
2023-05-01bedtools2: add v2.31.0 (#37301)Alec Scott1-0/+1
2023-05-01wsmancli: add v2.6.2 (#37351)Alec Scott1-0/+1
2023-05-01new package: py-lcls-krtc (#37263)eugeneswalker2-0/+38
* new package: py-lcls-krtc * new package: py-pykerberos * py-lcls-krtc: ^py-pykerberos for link
2023-05-01heaptrack: add v1.3.0 (#37327)Alec Scott1-0/+1
2023-05-01mixcr: add v4.3.2 (#37336)Alec Scott1-0/+1
2023-05-01c-blosc: add v1.21.2 (#37317)Alec Scott1-0/+1
2023-05-01nginx: add v1.24.0 (#37339)Alec Scott1-0/+1
2023-05-01alembic: add v1.8.5 (#37315)Alec Scott1-0/+1
2023-05-01tippecanoe: add v1.36.0 (#37313)Alec Scott1-0/+1
2023-05-01mpi-bash: add v1.3 (#37337)Alec Scott1-0/+1
2023-05-01petsc, py-petsc4py: add v3.19.1 (#37356)Satish Balay2-0/+2
2023-05-01Update py-editdistance@0.6.2 (#37365)Benjamin Meyers1-0/+8
* Update py-editdistance@0.6.2 * [@spackbot] updating style on behalf of meyersbs
2023-05-01console-bridge: add v1.0.2 (#37321)Alec Scott1-0/+1
2023-05-01dropwatch: add v1.5.4 (#37322)Alec Scott1-0/+1
2023-05-01flibcpp: add v1.0.2 (#37323)Alec Scott1-0/+1
2023-05-01helib: add v2.2.2 (#37328)Alec Scott1-0/+1
2023-05-01hunspell: add v1.7.2 (#37329)Alec Scott1-0/+1
2023-05-01procenv: add v0.60 (#37343)Alec Scott1-0/+1
2023-05-01restic: add v0.15.2 (#37345)Alec Scott1-0/+1
2023-05-01shapeit4: add v4.2.2 (#37347)Alec Scott1-0/+1
2023-05-01py-sphinx: add v7.0.0 (#37352)Adam J. Stewart1-0/+2
2023-05-01scons: add v4.5.2 (#37346)Alec Scott1-0/+1
2023-05-01Factor YAML manifest manipulation out of the Environment class (#36927)Massimiliano Culpo14-502/+978
Change the signature of the Environment.__init__ method to have a single argument, i.e. the directory where the environment manifest is located. Initializing that directory is now delegated to a function taking care of all the error handling upfront. Environment objects require a "spack.yaml" to be available to be constructed. Add a class to manage the environment manifest file. The environment now delegates to an attribute of that class the responsibility of keeping track of changes modifying the manifest. This allows simplifying the updates of the manifest file, and helps keeping in sync the spec lists in memory with the spack.yaml on disk.