Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-27 | tutorial: Add boto3 installation to setup script (#17722) | Todd Gamblin | 1 | -0/+6 | |
2020-07-27 | Update darshan package with mpi variant (#17717) | Patrick Gartung | 1 | -6/+11 | |
* Update darshan package with nompi variant. * Change variant to mpi and default to True | |||||
2020-07-27 | r-adespatial: added new package (#17700) | Glenn Johnson | 6 | -0/+172 | |
This PR adds the r-adesaptial package and several other new packages as dependencies. - r-adegraphics - r-adephylo - r-phylobase - r-rncl - r-rnexml | |||||
2020-07-27 | r-dss: added new package at v2.36.0 with dependencies (#17661) | Glenn Johnson | 6 | -1/+93 | |
This PR adds the r-dss package and the r-bsseq package, also new, as a dependency. This includes the latest versions, which required updates to the following dependencies: - r-biocgenerics - r-iranges - r-s4vectors - r-summarizedexperiment Older versions of r-dss and r-bsseq are included as well to ensure compatibility with older versions of the above dependencies. | |||||
2020-07-27 | qt: fixed build with apple-clang (#17706) | Seth R. Johnson | 1 | -0/+1 | |
2020-07-27 | SciPy: added v1.5.2 (#17708) | Adam J. Stewart | 1 | -1/+2 | |
2020-07-27 | scons: added support to Fujitsu compilers (#17710) | ketsubouchi | 2 | -8/+180 | |
2020-07-27 | acts: added v0.29 (#17712) | Hadrien G | 1 | -0/+1 | |
2020-07-27 | openmpi: added lustre variant to openmpi (#17478) | Amjad Kotobi | 2 | -1/+39 | |
2020-07-27 | sphinxcontrib-mermaid: new package at v0.4.0 (#17630) | Claire Guilbaud | 1 | -0/+20 | |
2020-07-27 | json logger: new package at v0.1.11 (#17628) | Claire Guilbaud | 1 | -0/+18 | |
2020-07-27 | pygments pytest: new package at v1.2.0 (#17626) | Claire Guilbaud | 1 | -0/+17 | |
2020-07-27 | commonmark: new package at v0.9.0 (#17624) | Claire Guilbaud | 1 | -0/+19 | |
2020-07-27 | hieroglyph: new package at v1.0.0 (#17625) | Claire Guilbaud | 1 | -0/+22 | |
2020-07-27 | python docs theme: new package at v2020.1 (#17627) | Claire Guilbaud | 1 | -0/+19 | |
2020-07-27 | yolk3k: new package at v0.9 (#17635) | Claire Guilbaud | 1 | -0/+22 | |
2020-07-27 | sphinxcontrib trio: new package at v1.1.2 (#17631) | Claire Guilbaud | 2 | -0/+32 | |
2020-07-27 | sphinx gallery: new package at v0.7.0 (#17633) | Claire Guilbaud | 1 | -0/+23 | |
2020-07-27 | add tutorial setup script to share/spack (#17705) | Greg Becker | 1 | -0/+123 | |
* add tutorial setup script to share/spack * Add check for Ubuntu 18, fix xvda check, fix apt-get errors - now works on t2.micro, t2.small, and m instances - apt-get needs retries around it to work Co-authored-by: Todd Gamblin <tgamblin@llnl.gov> | |||||
2020-07-26 | bugfix: don't redundantly print ChildErrors (#17709) | Todd Gamblin | 2 | -5/+12 | |
A bug was introduced in #13100 where ChildErrors would be redundantly printed when raised during a build. We should eventually revisit error handling in builds and figure out what the right separation of responsibilities is for distributed builds, but for now just skip printing. - [x] SpackErrors were designed to be printed by the forked process, not by the parent, so check if they've already been printed. - [x] update tests | |||||
2020-07-26 | [root] Add version 6.22 (#17459) | Hadrien G | 1 | -9/+11 | |
* Add ROOT v6.22 * Hello xext my old friend... | |||||
2020-07-24 | Rename sas static-analysis-package (#17695) | Patrick Gartung | 1 | -1/+1 | |
2020-07-24 | Add Totalview package (#17643) | Nicholas Sly | 1 | -0/+108 | |
* Add initial totalview package. * Add maintainer and helpful comments/information. Co-authored-by: sly <sly@lanl.gov> | |||||
2020-07-24 | brltty (package): Add dependency on alsa-lib (#17616) | t-nojiri | 1 | -0/+1 | |
2020-07-24 | py-gensim (package): add version 3.8.3; update dependency constraints (#17641) | Jen Herting | 1 | -3/+13 | |
2020-07-24 | MPICH (package): add optional support for argobots (#17678) | Matthieu Dorier | 1 | -0/+10 | |
2020-07-24 | singularity: Add version 3.6.1 | Christian Tacke | 1 | -1/+2 | |
2020-07-24 | WHIZARD (package): add LCIO dependency, Openloops support (#17658) | vvolkl | 3 | -9/+107 | |
* WHIZARD: add versions 2.8.4 and 2.8.3 * New package: LCIO * WHIZARD: add optional dependency on LCIO * WHIZARD: add optional dependency on Openloops * WHIZARD: allow building with either hepmc or hepmc3 dependencies * Openloops: set process_lib_dir in configure * Openloops: fix reference to variant | |||||
2020-07-24 | Relax architecture compatibility check (#15972) | Dennis Klein | 2 | -8/+77 | |
* Relax architecture compatibility check * Add test coverage for the spack.abi module | |||||
2020-07-24 | py-astropy: force re-cythonization of distributed .pyx files (#17567) | Andrew W Elble | 1 | -0/+9 | |
astropy 3.2.1 fails to build with python 3.8.3 with errors similar to this: astropy/stats/_stats.c:318:11: error: too many arguments to function 'PyCode_New' PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) These are files that are generated by cython, but are included in the tarball. Since there's apparently been an API change to PyCode_New, they will need to be re-cythonized to compile correctly. | |||||
2020-07-24 | py-astropy-healpix: new package (#17568) | Andrew W Elble | 1 | -0/+21 | |
2020-07-24 | scorep: add libunwind dependency (#17580) | jdomke | 1 | -0/+8 | |
2020-07-24 | spack help --spec: add compiler flags (#17584) | Adam J. Stewart | 1 | -0/+4 | |
2020-07-24 | Initialize new_specs in Environment.remove() (#17592) | Dmitriy | 1 | -0/+1 | |
2020-07-24 | Ensure that the stubs directory does not end up in the rpath (#17619) | Harmen Stoppels | 1 | -1/+2 | |
2020-07-24 | imagemagick: added dependency on libsm (#17577) | Jon Rood | 1 | -0/+1 | |
2020-07-24 | netlib-scalapack: fixed compilation with gcc 10 (#17647) | rempke | 2 | -0/+35 | |
2020-07-24 | camx: change compile option for aarch64 (#17653) | t-nojiri | 1 | -0/+4 | |
2020-07-24 | Qhull: add v2019.1 and v2020.1 (#17648) | Adam J. Stewart | 1 | -2/+11 | |
* Qhull: add v2019.1 and v2020.1 * Fix compilation with Apple Clang | |||||
2020-07-24 | py-matplotlib: fix freetype and qhull dependencies (#17649) | Adam J. Stewart | 1 | -2/+10 | |
2020-07-24 | openfoam: install META-INFO directory (#17673) | Mark Olesen | 2 | -10/+14 | |
Co-authored-by: Mark Olesen <Mark.Olesen@esi-group.com> | |||||
2020-07-24 | gcc: added v10.2.0 (#17681) | Michael Kuhn | 1 | -0/+1 | |
2020-07-24 | hipsycl: switch to renamed default branch (#17689) | Federico Ficarelli | 1 | -1/+1 | |
2020-07-24 | CMake: added v3.18.0. (#17688) | Rémi Lacroix | 1 | -0/+1 | |
2020-07-24 | Updated elmer-fem recipe (#17687) | ilbiondo | 1 | -2/+31 | |
2020-07-23 | NumPy: add v1.19.1 | Adam J. Stewart | 1 | -1/+3 | |
2020-07-23 | libgd (package): update configure to find jpeg dependency (#17655) | ketsubouchi | 1 | -0/+9 | |
2020-07-23 | cctools (package): remove fstack-protector-all for Fujitsu compiler (#17656) | ketsubouchi | 1 | -0/+4 | |
The Fujitsu C compiler does not support the "fstack-protector-all" option. | |||||
2020-07-23 | XBraid (package): Switch to Github URL (#17670) | Tamara Dahlgren | 1 | -1/+1 | |
2020-07-23 | Merge tag 'v0.15.2' into develop | Gregory Becker | 4 | -6/+29 | |