Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-23 | adding debugedit package. (#22458) | Vanessasaurus | 1 | -0/+32 | |
This package used to be a part of rpm, but now is being developed separately. It will supposedly be moved to a sourceware branch (it is maintained by redhat) but I do not know if this will happen soon. We need it in order to change locations in binaries that are built in /tmp and then moved elsewhere. I will ping @woodard who might be able to give us an estimate if we should include this development repository or wait for it to be moved elsewhere. Once this is merged, we will want to use the bootstrap approach to install and use the library from spack. Signed-off-by: vsoch <vsoch@users.noreply.github.com> | |||||
2021-03-23 | new package py-pyem (#22425) | Desmond Orton | 1 | -0/+27 | |
* new package py-pyem * Added patch note and removed homepage * Style fixes * Moved the version above deps * Style fix on line 20 | |||||
2021-03-23 | Add stdcxx_libs for PGI and Cray compilers (#22491) | Sergey Kosukhin | 3 | -0/+12 | |
2021-03-23 | Grace: new package (#22476) | Rémi Lacroix | 1 | -0/+54 | |
2021-03-23 | Allow DataTransferKit to be built with external ArborX package (#22486) | Daniel Arndt | 2 | -1/+7 | |
2021-03-23 | Add older versions fo py-msgpack-numpy (#22490) | Robert Rosca | 1 | -0/+6 | |
2021-03-23 | bootstrap: account for platform specific configuration scopes (#22489) | Massimiliano Culpo | 1 | -7/+18 | |
This change accounts for platform specific configuration scopes, like ~/.spack/linux, during bootstrapping. These scopes were previously not accounted for and that was causing issues e.g. when searching for compilers. | |||||
2021-03-23 | OpenFOAM-org: Fix compilation of version 2.4.0. (#22472) | Rémi Lacroix | 2 | -0/+32 | |
Fix "isnan" errors when compiling version 2.4.0 with recent compilers. | |||||
2021-03-23 | OpenFOAM: Depend on CGAL 4.X. (#22474) | Rémi Lacroix | 1 | -1/+2 | |
CGAL 5.X is currently not supported. | |||||
2021-03-23 | Initial version of libsakura (#22488) | Martin Pokorny | 2 | -0/+69 | |
2021-03-23 | VAPOR: new package (#22477) | Rémi Lacroix | 1 | -0/+50 | |
2021-03-23 | cryptsetup: new version (#22470) | Robert Mijakovic | 1 | -0/+1 | |
Co-authored-by: Robert Mijakovic <robert.mijakovic@lrz.de> | |||||
2021-03-23 | intel: new version, 20.0.4 (#22484) | Robert Mijakovic | 1 | -0/+1 | |
Co-authored-by: Robert Mijakovic <robert.mijakovic@lrz.de> | |||||
2021-03-23 | Channelflow: Fix the package. (#22483) | Rémi Lacroix | 1 | -1/+1 | |
A search and replace went wrong in 2264e30d99d8b9fbdec8fa69b594e53d8ced15a1. Thanks to @wadudmiah who reported this issue. | |||||
2021-03-23 | git: new version (#22479) | Robert Mijakovic | 1 | -0/+15 | |
Co-authored-by: Robert Mijakovic <robert.mijakovic@lrz.de> | |||||
2021-03-23 | flexiblas: add 3.0.4 (#22485) | Michael Kuhn | 1 | -0/+1 | |
2021-03-23 | cuda: add v11.2.2 (#22471) | Robert Mijakovic | 1 | -0/+4 | |
Co-authored-by: Robert Mijakovic <robert.mijakovic@lrz.de> | |||||
2021-03-23 | OpenMPI: require ssh run dependency (#22115) | Harmen Stoppels | 5 | -26/+32 | |
* Bump gdbm * Add libedit 3.1 * Bump OpenSSH to 8.5p1 * Bump lz4 * Add openssh as a runtime dep of openmpi | |||||
2021-03-23 | gmake: add v4.3 (#22480) | Robert Mijakovic | 1 | -0/+1 | |
Co-authored-by: Robert Mijakovic <robert.mijakovic@lrz.de> | |||||
2021-03-23 | cmake: new version (#22469) | Robert Mijakovic | 1 | -0/+1 | |
Co-authored-by: Robert Mijakovic <robert.mijakovic@lrz.de> | |||||
2021-03-23 | orthofinder: retrieve sources, overhaul recipes (#22423) | Desmond Orton | 1 | -8/+26 | |
2021-03-23 | fujitsu-ssl2: fix to library list and env variables (#22462) | takanori-ihara | 1 | -5/+10 | |
2021-03-22 | Oneapi packages: update URLs, environment management, and dependencies (#22202) | Robert Cohn | 14 | -253/+341 | |
* Replace URL computation in base IntelOneApiPackage class with defining URLs in component packages (this is expected to be simpler for now) * Add component_dir property that all oneAPI component packages must define. This property names a directory that should exist after installation completes (useful for making sure the install was successful) and also defines the search location for the component's environment update script. * Add needed dependencies for components (e.g. intel-oneapi-dnn requires intel-oneapi-tbb). The compilers provided by intel-oneapi-compilers need some components under certain circumstances (e.g. when enabling SYCL support) but these were omitted since the libraries should only be linked when a dependent package requests that feature * Remove individual setup_run_environment implementations and use IntelOneApiPackage superclass method which sources vars.sh (located in a subdirectory of component_dir) * Add documentation for IntelOneApiPackge build system Co-authored-by: Vasily Danilin <vasily.danilin@yandex.ru> | |||||
2021-03-22 | clingo-bootstrap: account for cray platform (#22460) | Massimiliano Culpo | 1 | -3/+7 | |
2021-03-22 | Add Kokkos smoke test support (#22071) | Jan Ciesko | 1 | -3/+52 | |
Co-authored-by: Jan Ciesko (-EXP) <jciesko@sandia.gov> Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> | |||||
2021-03-22 | Invoke ctest -j1 from spack install --test, and build_with_parsec from spack ↵ | Aurelien Bouteiller | 1 | -2/+35 | |
test run (#22070) Signed-off-by: Aurelien Bouteiller <bouteill@icl.utk.edu> | |||||
2021-03-22 | IPython: add v7.21.0 and updated dependencies accordingly (#22448) | Harmen Stoppels | 4 | -2/+15 | |
2021-03-22 | rpm: add new package. (#22382) | Vanessasaurus | 2 | -0/+153 | |
For rpm to build with lua, we additionally need to add a lua.pc file that the configure script can find. Patch from : https://git.pantherx.org/mirror/guix/-/blob/dcaf70897a0bad38a4638a2905aaa3c46b1f1402/gnu/packages/patches/lua-pkgconfig.patch Co-authored-by: vsoch <vsoch@users.noreply.github.com> Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2021-03-22 | Spack recipes for AOCL 3.0 (#22376) | AMD Toolchain Support | 7 | -48/+75 | |
Added Spack recipes for AOCL 3.0 blis, ambles, amdlibflame, amdlibm, amdscalapack, aocl-sparce. | |||||
2021-03-22 | openssh: support spack external find (#22445) | Seth R. Johnson | 1 | -0/+11 | |
2021-03-22 | GENIE: new package package (#22438) | David Hadley | 2 | -0/+194 | |
Add GENIE MC (https://www.genie-mc.org) package. | |||||
2021-03-22 | use link/run deps only to compare extensions (#22396) | Greg Becker | 1 | -2/+2 | |
2021-03-22 | py-tensorflow: remove bazel restriction to /tmp (#22250) | André Brandenburger | 1 | -1/+1 | |
2021-03-22 | lammps: add most recent stable and patch release (#22435) | TZ | 1 | -0/+2 | |
2021-03-22 | lammps: patch for CUDA-11.x with lammps 21 Jul 2020 (#22434) | TZ | 1 | -0/+3 | |
apply upstream patch to make lammps 21 Jul 2020 work with CUDA-11.x (support for compute_30 removed) | |||||
2021-03-22 | freetype: new version (#22454) | Robert Mijakovic | 1 | -0/+1 | |
2021-03-22 | extrae: new version (#22453) | Robert Mijakovic | 1 | -0/+3 | |
Co-authored-by: Robert Mijakovic <robert.mijakovic@lrz.de> | |||||
2021-03-22 | blis: new version (#22449) | Robert Mijakovic | 1 | -0/+1 | |
2021-03-22 | doxygen: new version (#22452) | Robert Mijakovic | 1 | -0/+2 | |
2021-03-22 | cryptsetup: new version (#22451) | Robert Mijakovic | 1 | -0/+1 | |
Co-authored-by: Robert Mijakovic <robert.mijakovic@lrz.de> | |||||
2021-03-22 | cmake: new version (#22450) | Robert Mijakovic | 1 | -0/+1 | |
Co-authored-by: Robert Mijakovic <robert.mijakovic@lrz.de> | |||||
2021-03-22 | r-lwgeom: new package (#22437) | Glenn Johnson | 1 | -0/+26 | |
2021-03-22 | r-s2: new package plus new dependency r-wk (#22443) | Glenn Johnson | 2 | -0/+50 | |
2021-03-22 | r-pool: new package (#22441) | Glenn Johnson | 1 | -0/+24 | |
2021-03-22 | r-microbenchmark: new package (#22440) | Glenn Johnson | 1 | -0/+18 | |
2021-03-22 | r-mapview: added packages and dependencies (#22439) | Glenn Johnson | 6 | -0/+182 | |
2021-03-22 | pegtl: add v3.2.0 and a patch for <2.8.3 with gcc 10. (#22422) | Robert Mijakovic | 1 | -0/+6 | |
Co-authored-by: Robert Mijakovic <robert.mijakovic@lrz.de> | |||||
2021-03-22 | dtf: new package. (#22446) | Toyohisa Kameyama | 1 | -0/+64 | |
2021-03-22 | py-s3fs: new package (#22260) | a-saitoh-fj | 1 | -0/+21 | |
2021-03-22 | clingo: fix typo (#22444) | Maxim Belkin | 1 | -1/+1 | |