summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2022-06-01Version updates for SUNDIALS and CUDA (#30874)Erik1-7/+12
2022-06-01ngspice: adding version 37 (#30925)Olivier Cessenat1-0/+1
2022-06-01amrex: add v22.06 (#30951)Weiqun Zhang1-1/+2
2022-06-01nag: add new version (#30927)Sergey Kosukhin1-1/+2
* nag: add new version * nag: update maintainers
2022-06-01minc-toolkit: add version 1.9.18.2 (#30926)Ben Darwin1-0/+2
2022-06-01Adding a libunwind variant to libzmq (#30932)Ida Mjelde1-0/+6
* Adding a libunwind variant to libzmq * Remove whitespace line 46
2022-06-01tmux: support building from master and utf8 opts (#30928)Asher Mancinelli1-0/+26
* tmux: support building from master and utf8 opts * Fix style errors
2022-05-31rclone: add 1.58 (#30887)Derek Ryan Strong1-2/+4
* Add rclone 1.58 * Update rclone git repo path
2022-05-31gromacs: Add recent releases (#30892)Maciej Wójcik1-4/+9
* gromacs: Add recent releases * gromacs: Update branch name * gromacs: Update links
2022-05-31gmsh: adding version 4.10.3 (#30923)Olivier Cessenat1-0/+5
2022-05-31fenics-dolfinx: dependency updates (#30919)Garth N. Wells2-3/+6
* Add pugixml dependency * Dependency updates * Fix Spack Numpy verion * Test more generous NumPy constraint * Fix NumPy requirment
2022-05-31cfitsio: add 4.1.0 (#30920)lorddavidiii1-0/+1
2022-05-31New version for openCARP packages (#30931)Marie Houillon3-2/+5
Co-authored-by: openCARP consortium <info@opencarp.org>
2022-05-31xyce: add sha for version 7.5.0 (#30941)Paul Kuberry1-0/+1
2022-05-31xpmem package: add patches for building on FC 35 with kernel 5.16.18-200 ↵iarspider1-0/+6
(#29945)
2022-05-31Fix module support for oneapi compilers (#28901)Robert Cohn2-0/+69
Updates to improve Spack-generated modules for Intel oneAPI compilers: * intel-oneapi-compilers set CC etc. * Add a new package intel-oneapi-compilers-classic which can be used to generate a module which sets CC etc. to older compilers (e.g. icc) * lmod module logic now updated to treat the intel-oneapi-compilers* packages as compilers
2022-05-31acts-dd4hep: new package; acts: new version (#30850)Wouter Deconinck2-0/+26
* acts-dd4hep: new package, separated from new acts@19.1.0 * acts-dd4hep: improved versioning * acts-dd4hep: don't use curl | sha256sum * acts: new variant `odd` for Open Data Detector * acts-dd4hep: style changes
2022-05-31assimp: new version 5.2.4 (#30929)Wouter Deconinck1-0/+1
2022-05-31xyce: remove python packages as +pymi dependencies and hdf5 from trilinos ↵Paul Kuberry1-3/+1
dependency (#30938)
2022-05-31sentieon-genomics: adding version 202112.04 (#30876)snehring1-0/+1
2022-05-30pass CC variable to make (#30912)Joseph Wang1-1/+3
Set CC to cc
2022-05-30Add new versions of protobuf and py-protobuf (#30503)Brian Van Essen2-0/+15
* Add new versions * Updated the hashes to match the published pypi.org hashes. Added version constraints for Python.
2022-05-29HDF5 VOL-ASYNC update versions (#30900)Jean Luca Bez1-1/+2
2022-05-28protobuf: fix spack versions (#30879)Adam J. Stewart1-1/+1
2022-05-28Alinux isc buildcache (#30462)Evan Bollig1-0/+1
Add two new stacks targeted at x86_64 and arm, representing an initial list of packages used by current and planned AWS Workshops, and built in conjunction with the ISC22 announcement of the spack public binary cache. Co-authored-by: Scott Wittenburg <scott.wittenburg@kitware.com>
2022-05-28refactor: packages import `spack.package` explicitly (#30404)Tom Scogland6677-6318/+7885
Explicitly import package utilities in all packages, and corresponding fallout. This includes: * rename `spack.package` to `spack.package_base` * rename `spack.pkgkit` to `spack.package` * update all packages in builtin, builtin_mock and tutorials to include `from spack.package import *` * update spack style * ensure packages include the import * automatically add the new import and remove any/all imports of `spack` and `spack.pkgkit` from packages when using `--fix` * add support for type-checking packages with mypy when SPACK_MYPY_CHECK_PACKAGES is set in the environment * fix all type checking errors in packages in spack upstream * update spack create to include the new imports * update spack repo to inject the new import, injection persists to allow for a deprecation period Original message below: As requested @adamjstewart, update all packages to use pkgkit. I ended up using isort to do this, so repro is easy: ```console $ isort -a 'from spack.pkgkit import *' --rm 'spack' ./var/spack/repos/builtin/packages/*/package.py $ spack style --fix ``` There were several line spacing fixups caused either by space manipulation in isort or by packages that haven't been touched since we added requirements, but there are no functional changes in here. * [x] add config to isort to make sure this is maintained going forward
2022-05-28Additional BLAS/LAPACK library configuration for Numpy (#30817)JDBetteridge1-8/+12
* Add amdblis and amdlibflame as BLAS/LAPACK options * Add Cray-libsci as BLAS/LAPACK option * Use Netlib config for Cray-libsci
2022-05-28hpx: New version 1.8.0 (#30848)Erik Schnetter1-0/+1
2022-05-27Ensure same BLAS/LAPACK config from Numpy used in Scipy (#30818)JDBetteridge1-2/+12
* Call Numpy package's set_blas_lapack() and setup_build_environment() in Scipy package * Remove broken link from comment * Use .package attribute of spec to avoid import
2022-05-27Add R 4.2.0 (#30859)Derek Ryan Strong1-0/+1
2022-05-27gcc: add 9.5.0 (#30893)Michael Kuhn1-0/+1
2022-05-27Python: fix clingo bootstrapping on Apple M1 (#30834)Adam J. Stewart1-44/+75
This PR fixes several issues I noticed while trying to get Spack working on Apple M1. - [x] `build_environment.py` attempts to add `spec['foo'].libs` and `spec['foo'].headers` to our compiler wrappers for all dependencies using a try-except that ignores `NoLibrariesError` and `NoHeadersError` respectively. However, The `libs` and `headers` attributes of the Python package were erroneously using `RuntimeError` instead. - [x] `spack external find python` (used during bootstrapping) currently has no way to determine whether or not an installation is `+shared`, so previously we would only search for static Python libs. However, most distributions including XCode/Conda/Intel ship shared Python libs. I updated `libs` to search for both shared and static (order based on variant) as a fallback. - [x] The `headers` attribute was recursively searching in `prefix.include` for `pyconfig.h`, but this could lead to non-deterministic behavior if multiple versions of Python are installed and `pyconfig.h` files exist in multiple `<prefix>/include/pythonX.Y` locations. It's safer to search in `sysconfig.get_path('include')` instead. - [x] The Python installation that comes with XCode is broken, and `sysconfig.get_paths` is hard-coded to return specific directories. This meant that our logic for `platlib`/`purelib`/`include` where we replace `platbase`/`base`/`installed_base` with `prefix` wasn't working and the `mkdirp` in `setup_dependent_package` was trying to create a directory in root, giving permissions issues. Even if you commented out those `mkdirp` calls, Spack would add the wrong directories to `PYTHONPATH`. Added a fallback hard-coded to `lib/pythonX.Y/site-packages` if sysconfig is broken (this is what distutils always did).
2022-05-27llvm: 14.0.3 and 14.0.4 (#30888)Paul R. C. Kent1-0/+2
2022-05-27otf2/scorep: add versions 3.0/7.1 (#28631)Severin Strobl3-9/+23
2022-05-26Updated mfem constraints in laghos spackage (#30851)Robert Pavel1-2/+2
Updated mfme constraints in laghos spackage to better match comments and support legacy builds of `laghos@1.0:2.0`
2022-05-26q-e-sirius: remove ~apps constraint (#30857)Simon Pintarelli1-1/+4
2022-05-26Added hash for new versions (#30860)Brian Van Essen1-0/+2
2022-05-26Add new versions of GNU parallel (#30862)Derek Ryan Strong1-1/+6
2022-05-26Add newer nano versions (#30865)Derek Ryan Strong1-1/+17
2022-05-26Adding new package bricks for x86, cuda (#30863)Hans Johansen1-0/+88
* Adding new package bricks for x86, cuda * Fixed complaints from "spack style" that CI found * add license comment at top Co-authored-by: drhansj <drhansj@berkeley.edu> Co-authored-by: eugeneswalker <38933153+eugeneswalker@users.noreply.github.com>
2022-05-26py-tensorboard: add v2.9.0 (#30832)Adam J. Stewart1-13/+17
2022-05-25libtiff: remove extra dependencies/patch (#30854)Adam J. Stewart2-72/+6
2022-05-25py-numpy: add v1.22.4 (#30827)Adam J. Stewart2-1/+4
2022-05-25py-pythran: add v0.11.0 (#30829)Adam J. Stewart1-0/+4
2022-05-25openmpi: fixes for slurm and #29449 (#30299)Seth R. Johnson1-44/+19
2022-05-25Add nextflow 22.04.3 (#30855)Diego Alvarez1-0/+1
2022-05-25eagle: updating to version 1.1.3 (#30852)snehring1-3/+4
2022-05-25sed: fix recursive symlink (#30849)Seth R. Johnson1-0/+3
Use `spack build` as build dir to avoid recursive link error. ``` config.status: linking /var/folders/fy/x2xtwh1n7fn0_0q2kk29xkv9vvmbqb/T/s3j/spack-stage/spack-stage-sed-4.8-wraqsot6ofzvr3vrgusx4mj4mya5xfux/spack-src/GNUmakefile to GNUmakefile config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile ==> sed: Executing phase: 'build' ==> [2022-05-25-14:15:51.310333] 'make' '-j8' 'V=1' make: GNUmakefile: Too many levels of symbolic links make: stat: GNUmakefile: Too many levels of symbolic links make: *** No rule to make target `GNUmakefile'. Stop. ```
2022-05-25py-scikit-learn: add v1.1.1 (#30830)Adam J. Stewart1-0/+1
2022-05-25Pastix: new package (#30533)fpruvost1-0/+88