Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-16 | API Docs: fix broken reference targets | Adam J. Stewart | 57 | -471/+510 | |
2021-07-16 | Python: query distutils to find site-packages directory (#24095) | Adam J. Stewart | 4 | -90/+145 | |
Third-party Python libraries may be installed in one of several directories: 1. `lib/pythonX.Y/site-packages` for Spack-installed Python 2. `lib64/pythonX.Y/site-packages` for system Python on RHEL/CentOS/Fedora 3. `lib/pythonX/dist-packages` for system Python on Debian/Ubuntu Previously, Spack packages were hard-coded to use the (1). Now, we query the Python installation itself and ask it which to use. Ever since #21446 this is how we've been determining where to install Python libraries anyway. Note: there are still many packages that are hard-coded to use (1). I can change them in this PR, but I don't have the bandwidth to test all of them. * Python: handle dist-packages and site-packages * Query Python to find site-packages directory * Add try-except statements for when distutils isn't installed * Catch more errors * Fix root directory used in import tests * Rely on site_packages_dir property | |||||
2021-07-16 | Added missing Plumed 2.5-2.7 versions to Gromacs package (#24912) | Maciej Wójcik | 2 | -11/+51 | |
* Added missing Plumed 2.5-2.7 releases * Added missing Plumed 2.5-2.7 dependencies * Merged version ranges * Simplified version ranges * Deduplicated comment | |||||
2021-07-15 | ci: build trilinos with all variants on (#24908) | eugeneswalker | 2 | -3/+2 | |
2021-07-15 | archspec: added support for arm compiler on graviton2 (#24904) | Massimiliano Culpo | 2 | -1/+7 | |
2021-07-15 | py-gast: add v0.5.0 (#24898) | Adam J. Stewart | 1 | -0/+1 | |
2021-07-15 | py-beniget: add v0.4.0, v0.2.3 (#24899) | Adam J. Stewart | 1 | -1/+5 | |
2021-07-15 | simsipm: add new package (#24903) | Valentin Volkl | 1 | -0/+38 | |
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2021-07-14 | boost: Run `b2 headers` after a git clone (#24889) | Erik Schnetter | 1 | -0/+4 | |
2021-07-14 | Change url+checksums for libpng to official sourceforge archives (#23767) | vucoda | 1 | -3/+3 | |
* Change url and checksums for libpng to official sourceforge archives * Update url scheme from http to https * switch to .xz archives Co-authored-by: Todd Gamblin <tgamblin@llnl.gov> | |||||
2021-07-14 | Update stand-alone tests to use test stage work directory (#24112) | Tamara Dahlgren | 1 | -2/+7 | |
2021-07-14 | Dask: 2021.06.2 (#24606) | Axel Huebl | 2 | -19/+46 | |
* Dask: 2021.06.2 Add the latest DASK release. * Apply suggestions from code review Co-authored-by: Sergey Kosukhin <skosukhin@gmail.com> * Update py-distributed relation Co-authored-by: Sergey Kosukhin <skosukhin@gmail.com> | |||||
2021-07-14 | Add ampl package (#24105) | robgics | 1 | -0/+58 | |
2021-07-14 | Fix inconsistent arch arguments expected in cudnn package (#24882) | Luhan Cheng | 1 | -6/+6 | |
* change aarch64sbsa to aarch64 * fixing arch in url * making ci pipeline happy * removing comments Co-authored-by: Luhan Cheng <luhan.cheng@monash.edu> | |||||
2021-07-14 | spec may be a string, use precomputed namespace (#24867) | Greg Becker | 1 | -1/+1 | |
2021-07-14 | scotch: use https (#24891) | Tamara Dahlgren | 1 | -3/+3 | |
2021-07-14 | py-setuptools-scm: change default to +toml (#24884) | Zack Galbreath | 1 | -1/+1 | |
2021-07-14 | py-particle: add version 0.15.1 (#24834) | Valentin Volkl | 1 | -1/+2 | |
2021-07-14 | Added new version 2.6.1 (#24871) | G-Ragghianti | 1 | -0/+1 | |
2021-07-14 | environment-modules: add v4.8.0 (#24874) | Xavier Delaruelle | 1 | -1/+2 | |
2021-07-14 | Add py-h5py version 3.3.0 (#24781) | Thomas Kluyver | 2 | -28/+9 | |
* Add py-h5py version 3.3.0 The mpi4py dependency was bumped to 3.0.2 in setup.py. I'm not sure if that's actually required or not, but nothing lower is still tested. * Use environment variable to stop h5py using setuptools setup_requires feature * Add myself as a maintainer for py-h5py | |||||
2021-07-14 | openblas: add version 0.3.16 (#24872) | Kai Torben Ohlhus | 1 | -0/+1 | |
2021-07-14 | [py-transformers] added version 4.6.1 (#24571) | Jen Herting | 1 | -2/+14 | |
* [py-transformers] can now use newer versions of tokenizers * [py-transformers] Added version 4.6.1 * [py-transformers] removing old patch * [py-transformers] boto3 no longer needed | |||||
2021-07-13 | New package: py-torchmeta (#24596) | Jen Herting | 1 | -0/+28 | |
* first build of py-torchmeta * updated versions for torchvision and torch * [py-torchmeta] using pil provider Co-authored-by: Sid Pendelberry <sid@rit.edu> | |||||
2021-07-13 | py-setuptools-rust: add 0.12.1 (#24863) | Manuela Kuhn | 1 | -2/+21 | |
* py-setuptools-rust: add 0.12.1 * mark 0.10.6 as deprecated and fix style | |||||
2021-07-13 | Limit Gdal Version for Grass and Add Version 7.8.5 (#24737) | Alec Scott | 1 | -2/+3 | |
2021-07-13 | flecsph package: use cxxstd=17 and external cinch (#24856) | Mauricio Ferrato | 1 | -2/+2 | |
2021-07-13 | py-cryptography: add 3.4.7 (#24866) | Manuela Kuhn | 1 | -7/+14 | |
2021-07-13 | MAGMA package: fix smoke test method (#24848) | G-Ragghianti | 1 | -17/+16 | |
The Makefile for the MAGMA smoke tests uses pkg-config to find the MAGMA compile flags, but the test() routine in the spack package was not configured to provide the location of the pkg-config file. This modification sets PKG_CONFIG_PATH correctly to allow the smoketests to successfully compile. It also removes the *_dir variables which were unused by the magma examples/Makefile. | |||||
2021-07-13 | Octave: add version 6.3.0 (#24851) | Martin Köhler | 1 | -0/+1 | |
2021-07-13 | py-jupyterlab, py-jupyter-server: fix version range (#24864) | Michael Kuhn | 2 | -2/+2 | |
Using the original concretizer, trying to concretize py-jupyterlab fails with ``` ==> Error: Invalid Version range: 6.1.0:6.1 ``` because py-tornado does not have a 6.1.0 version but only a 6.1 one. | |||||
2021-07-13 | libtirpc: Fix for #24806 (remove -pipe flag when using %nvhpc) (#24807) | Tom Payerle | 2 | -0/+27 | |
Makefiles for libtirpc have hardcoded the -pipe flag to the compiler nvhpc compilers do not recognize that flag. This PR provides a patch to remove the -pipe flag from the Makefile. Patch should work with libtirpc@1.2.6 and @1.1.4 | |||||
2021-07-13 | HOHQMesh: add version v1.0.1 (#24823) | Michael Schlottke-Lakemper | 1 | -0/+1 | |
2021-07-13 | openmpi: add direct cuda dependency (#24859) | Frank Willmore | 1 | -0/+2 | |
makes cuda a direct dependency, so it still shows up when using external hwloc+cuda | |||||
2021-07-13 | py-jupyterlab: fix startup and add 3.0.16 (#24780) | Manuela Kuhn | 1 | -4/+27 | |
jupyterlab was looking for its application directory inside the python prefix instead its own one. This was fixed by setting the according environment variable. | |||||
2021-07-13 | scotch: new versions, 6.1.0 and 6.1.1 (#24855) | Robert Mijakovic | 1 | -0/+2 | |
Co-authored-by: Robert Mijakovic <robert.mijakovic@lxp.lu> | |||||
2021-07-13 | py-torch: CUDA 9.2+ required for 1.6+ (#24808) | Adam J. Stewart | 1 | -0/+1 | |
2021-07-13 | blast-plus: add version 2.12.0 (#24828) | Jianwen | 1 | -1/+4 | |
2021-07-13 | hdf5: new version 1.12.1 (#24841) | Seth R. Johnson | 1 | -0/+1 | |
2021-07-13 | ACTS package: add version 9.02.0 (#24844) | Hadrien G | 1 | -0/+1 | |
2021-07-13 | Add new Cython version (#24853) | iarspider | 1 | -0/+1 | |
2021-07-13 | binary_distribution: relocate x-pie-executable files (#24854) | eugeneswalker | 1 | -1/+1 | |
2021-07-13 | graphviz: add python dependency to fix installation (#24852) | Manuela Kuhn | 1 | -0/+2 | |
The bootstrap script in the autoreconf procedure calls the gen_version.py script which requires python 3.6 to process f-strings. | |||||
2021-07-13 | py-awkward: add version 1.4.0 (#24838) | Valentin Volkl | 1 | -1/+3 | |
2021-07-13 | whizard: add version 3.0.1 (#24836) | Valentin Volkl | 1 | -1/+2 | |
2021-07-13 | gaudi: add version 36.0 (#24840) | Valentin Volkl | 1 | -0/+1 | |
2021-07-13 | cppunit: disable doxygen (#24850) | Valentin Volkl | 1 | -0/+4 | |
2021-07-13 | Add `spack help --spec` to `README.md` (#24849) | Todd Gamblin | 1 | -0/+2 | |
We don't really advertise `spack help --spec` enough. I think the README is a good place to start doing that. | |||||
2021-07-13 | Fix KeyboardInterrupt signal for Python 2 | Adam J. Stewart | 1 | -1/+4 | |
2021-07-12 | c-blosc2: New version 2.0.2 (#24843) | Erik Schnetter | 1 | -0/+1 | |