Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-27 | ppOpen-AT: New package (#15649) | Toyohisa Kameyama | 1 | -0/+28 | |
* ppOpen-AT: New package * use install instead of install-after. * use install_tree. * forget remove mkdir. | |||||
2020-03-27 | MpiP: adding variant to build shared libraries (#10410) | Brian Homerding | 1 | -0/+10 | |
2020-03-27 | dpdk: added new package at v20.02 (#15635) | darmac | 1 | -0/+29 | |
2020-03-27 | sshpass: added new package (#15704) | darmac | 1 | -0/+29 | |
2020-03-27 | cppgsl: added v2.1.0 (#15696) | iarspider | 1 | -1/+2 | |
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2020-03-26 | New package libtlx (#15650) | Fabian Brandt | 1 | -0/+28 | |
* New package libtlx * Replaced dash characters with ascii dash | |||||
2020-03-26 | meson: Add 0.53.2 and fix setuptools dependency (#15674) | Michael Kuhn | 1 | -1/+2 | |
py-setuptools is actually required for running meson. | |||||
2020-03-26 | fix gdb installation (#15679) | Hector | 1 | -0/+7 | |
* fix gdb installation * add reference url | |||||
2020-03-26 | add new versions (#15688) | Sinan | 1 | -2/+4 | |
Co-authored-by: Sinan81 <Sinan81@github> | |||||
2020-03-26 | gtkorvo-dill: fix argument type of clear_cache (#15689) | noguchi-k | 3 | -0/+300 | |
2020-03-26 | ppOpen-MATH/MP: New package. (#15690) | Toyohisa Kameyama | 1 | -0/+51 | |
* ppOpen-MATH/MP: New package. * Fix quote. | |||||
2020-03-26 | Add include-what-you-use (#15691) | Seth R. Johnson | 2 | -0/+61 | |
2020-03-26 | xrootd: new version (4.11.2) (#15694) | iarspider | 1 | -0/+1 | |
2020-03-26 | fmt: new version (6.1.2) (#15695) | iarspider | 1 | -0/+1 | |
2020-03-26 | range-v3: add new version (0.10.0) (#15697) | iarspider | 1 | -0/+1 | |
2020-03-26 | Fix non-root installations; update homepage (#15701) | Roman Briskine | 1 | -1/+2 | |
2020-03-26 | genometools: added v1.6.1 (#15657) | Jennifer Herting | 1 | -3/+4 | |
2020-03-26 | catch2: added versions up to v2.11.3 (#15680) | Andrew Gaspar | 1 | -0/+8 | |
2020-03-26 | ppOpen-Math/VIS: added new package (#15665) | Toyohisa Kameyama | 1 | -0/+45 | |
2020-03-26 | kmod: added package at v27 (#15633) | darmac | 1 | -0/+30 | |
2020-03-25 | med package: add version 4.0.0 (#15652) | gauthier12 | 1 | -2/+4 | |
2020-03-25 | OpenJDK: add version 8u222 (#15677) | iarspider | 1 | -0/+2 | |
2020-03-25 | darshan-util and darshan-runtime: add version 3.1.8 (#15681) | Carson Woods | 2 | -0/+2 | |
2020-03-25 | UPC++ 2020.3.0 update (#15623) | Dan Bonachea | 1 | -9/+100 | |
## Summary This PR updates and improves the Spack package for [UPC++](https://upcxx.lbl.gov). I'm an LBL employee and developer on the UPC++ team, as well as the maintainer of this Spack package. ### Key Improvements: * Adding new 2020.3.0 release and support for use of develop/master branches - Our build infrastructure underwent a major change in this release, switching from a hand-rolled Python2 script to a bash-based autoconf work-alike. - The new build system is NOT using autotools (nor does it support some of the more esoteric autoconf options), but the user interface for common builds is similar. * Add explicit support for an MPI optional dependency - New `mpi` variant enables use of the MPI-based spawner (most relevant on loosely coupled clusters), and the (unofficial) mpi-conduit backend - This variant is OFF by default, since UPC++ works fine without MPI on many systems, increasing the likelihood first-time Spack users get a working build without needing to correctly setup MPI * Add support for post-install testing using the test support deployed in the new build infrastructure * Fix or workaround a few bugs observed during testing ### Status The new package has been validated with a variety of specs across over seven different systems, including: NERSC cori, ALCF Theta, OLCF Summit, an in-house Linux cluster, and macOS laptops (Mojave and Catalina). | |||||
2020-03-25 | WarpX: MPI, Backends, Ascent (#15647) | Axel Huebl | 1 | -20/+45 | |
Expose serial/parallel build (MPI), CUDA/OpenMP backends, Clang, and Ascent bindings. Interestingly, `warpx +ascent` currently leads to an infinite loop in the Spack concretizer. | |||||
2020-03-25 | openPMD-api: added v0.11.1 (#15659) | Axel Huebl | 1 | -0/+1 | |
Add the latest release with HDF5-1.12 compatibility. | |||||
2020-03-25 | mothur: specify version of vsearch (#15661) | xfzhao | 1 | -1/+1 | |
2020-03-25 | gitconddb: new package at v0.1.1 (#15651) | Ben Morgan | 1 | -0/+43 | |
Git-based conditions database for HEP and other experiments. Use latest release version and current master to support Linux and macOS. Add core known dependencies and conflicts related to C++17 support. cxxstd variant added to help transitive dependencies, and for future support for newer standards in future. | |||||
2020-03-25 | ACTS: added v0.19 (#15671) | Hadrien G | 1 | -0/+1 | |
2020-03-25 | pocl: add versions up to v1.4.0 (#15672) | Sinan | 1 | -0/+6 | |
Co-authored-by: Sinan81 <sbulut@3vgeomatics.com> | |||||
2020-03-25 | julia: added v1.4.0 (#15673) | Jeffrey Salmond | 1 | -0/+1 | |
2020-03-25 | libwebp: fix sha256 checksum (#15639) | darmac | 1 | -1/+1 | |
2020-03-24 | xz: add version 5.2.5 (#15656) | Stephanie Brink | 1 | -1/+2 | |
2020-03-24 | charmpp: add version 6.10.1+cleanups | Matthias Diener | 1 | -2/+4 | |
- change URL to http as our server only supports TLSv1.0, which not all HTTPS clients accept anymore - change name of development branch to 'master' | |||||
2020-03-24 | pmix: add version 2.2.3 (#15668) | Carson Woods | 1 | -0/+1 | |
2020-03-24 | singularity: add version 3.5.3 (#15669) | Carson Woods | 1 | -0/+1 | |
2020-03-24 | workaround for otf2's erroneous python2 configure requirement (#15653) | eugeneswalker | 1 | -1/+2 | |
2020-03-24 | r-remotes: added v2.1.1 (#15627) | Amjad Kotobi | 1 | -1/+2 | |
2020-03-24 | py-onnx: remove_dllexport_decl. (#15648) | Tomoki, Karatsu | 2 | -0/+14 | |
2020-03-23 | automake: Add 1.16.2 | Michael Kuhn | 1 | -0/+1 | |
2020-03-23 | py-ics: add version 0.7 | Andreas Baumbach | 1 | -0/+1 | |
2020-03-23 | CMake: add version 3.9.2 (#15644) | Carson Woods | 1 | -0/+1 | |
2020-03-23 | lmod: add version 7.8.1 (#15643) | Carson Woods | 1 | -0/+1 | |
2020-03-23 | xsdk-examples: add new package at version 0.1.0 (#15621) | Piotr Luszczek | 1 | -0/+39 | |
* xsdk-examples: add new package at version 0.1.0 | |||||
2020-03-22 | NCCL: add 1.2.2 (#15628) | Adam J. Stewart | 1 | -1/+4 | |
2020-03-21 | WarpX: Update ES and openPMD (#15611) | Axel Huebl | 1 | -15/+10 | |
Update WarpX for recent developments: - add openPMD I/O (default: ON) - remove electro-static solver option (now a runtime option) - enable tiny profiler by default - depend on new CXX std support in make scripts for C++14 - WarpX only supports 2D and 3D in cartesian dims | |||||
2020-03-21 | davix: add cxxstd variant (#15593) | Ben Morgan | 1 | -0/+11 | |
* davix: add cxxstd variant Davix is written in C++, so add this variant to allow dependents to specify this so a consistent ABI is used. * davix: fix flake8 errors | |||||
2020-03-21 | bash: add patches up to 5.0.16 (#15615) | Adam J. Stewart | 1 | -0/+5 | |
2020-03-21 | Fix bug in py-dgl installation, add unit tests (#15617) | Adam J. Stewart | 1 | -2/+36 | |
2020-03-21 | add new package: nfs-ganesha (#15580) | darmac | 1 | -0/+29 | |
* add new pacakge: nfs-ganesha * refine package.py * update bison & flex as build depends |