Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-07 | py-args: new package at 0.1.0 (#15903) | Justin S | 1 | -0/+18 | |
* py-args: new package at 0.1.0 * py-args: update dependencies | |||||
2020-04-07 | openfoam: modified flex to be a build + link dependency (#15917) | Massimiliano Culpo | 1 | -1/+1 | |
fixes #15863 Since openfoam-org needs FlexInclude.h "flex" needs to be also a link dependency. | |||||
2020-04-07 | update gasnet spackage cmake args (#15920) | ktsai7 | 1 | -10/+35 | |
* update gasnet spackage cmake args * fix style errors * trailing whitespace | |||||
2020-04-07 | updates CCTools to version 7.1.2 (#15923) | Benjamin Tovar | 1 | -1/+2 | |
2020-04-07 | Make use of Spack's builtin CUDA build system. (#15924) | Nichols A. Romero | 1 | -16/+3 | |
2020-04-07 | Addded Draco@7.5.0:7.6.0 (#15926) | Robert Pavel | 1 | -0/+2 | |
Updated version hashes for draco spackage to specify 7.5 and 7.6 | |||||
2020-04-07 | Fix lua build, missing deref of self for spec (#15927) | George Hartzell | 1 | -1/+1 | |
Looks like something changed and a case was missed. Function doesn't have a spec arg, need to dereference it off of self. Builds on OS X. | |||||
2020-04-07 | update versions: petsc4py@3.13.0 and slepc4py@3.13.0 (#15928) | Satish Balay | 2 | -0/+4 | |
2020-04-07 | [acts-core] Add version 0.21 (#15922) | Hadrien G | 1 | -1/+2 | |
* Add ACTS v0.21 * Update var/spack/repos/builtin/packages/acts-core/package.py Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2020-04-07 | ucx: add additional variants (#15925) | Carson Woods | 1 | -0/+38 | |
* Add more variants to ucx * Fix flake8 issue | |||||
2020-04-07 | slepc 3.13 develop updates (#15897) | Jose E. Roman | 1 | -4/+21 | |
* slepc: updates for @devel - +arpack now works with int64 - +blopex add conflict with int64 - switch to using --with-arpack-lib [from --with-arpack-lib] with current slepc - use updated blopex with current slepc * slepc: conflict with blopex should be in all versions * slepc: add new downloads * slepc: add whitespace around operator Co-authored-by: Satish Balay <balay@mcs.anl.gov> | |||||
2020-04-07 | New package(s): py-pydeps and py-stdlib-list (#15828) | Andrew W Elble | 2 | -0/+37 | |
* New package(s): py-pydeps and py-stdlib-list * requested changes * Update var/spack/repos/builtin/packages/py-stdlib-list/package.py Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2020-04-07 | Add new package: shark (#15913) | darmac | 1 | -0/+25 | |
2020-04-07 | update OpenFOAM patch versions (#15916) | Mark Olesen | 2 | -1/+11 | |
Co-authored-by: Mark Olesen <Mark.Olesen@esi-group.com> | |||||
2020-04-07 | cryptsetup: restrict the version of automake if @2.2.1 (#15918) | Massimiliano Culpo | 1 | -0/+2 | |
* cryptsetup: restrict the version of automake if @2.2.1 fixes #15706 * Update var/spack/repos/builtin/packages/cryptsetup/package.py Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2020-04-07 | NAG Compiler 7.0 (Build 7014) download checksum (#15899) | Themos Tsikas | 1 | -1/+1 | |
* NAG Compiler 7.0 (Build 7009) download checksum * NAG Compiler 7.0 (Build 7014) download checksum | |||||
2020-04-07 | New package: boinc-client (#15770) | Jennifer Herting | 2 | -0/+76 | |
* [boinc-client] Created template * [boinc-client] removed non-client version * [boinc-client] added description and homepage * [boinc-client] specifically specify this as a client release * [boinc-client] added dependencies * [boinc-client] added variant: manager * [boinc-client] added graphics variant * [boinc-client] added dependency version specificity * [boinc-client] systemd install path fix * [boinc-client] added sqlite dependency * [boinc-client] flake8 * [boinc-client] cleaned up left over fixme | |||||
2020-04-07 | intel: fixed version number (update4 is 18.0.5) (#15915) | Massimiliano Culpo | 1 | -2/+4 | |
fixes #15811 See https://software.intel.com/en-us/articles/intel-compiler-and-composer-update-version-numbers-to-compiler-version-number-mapping | |||||
2020-04-07 | ppOpen-APPL/FEM: New package. (#15911) | Toyohisa Kameyama | 2 | -0/+132 | |
* ppOpen-APPL/FEM: New package. * typo fix. Update patch. | |||||
2020-04-06 | Package rename: DNNL -> oneDNN (#15910) | Adam J. Stewart | 3 | -101/+101 | |
2020-04-06 | fish: add version 3.1.0 and switch to cmake (#15812) | Matthias Diener | 1 | -4/+2 | |
Versions < 3 do not support building with CMake. | |||||
2020-04-06 | Update nano and fix coreutils on Darwin (#15883) | Diego Magdaleno | 2 | -3/+20 | |
* Fixed building coreutils on Darwin * Bump nano version to 4.9 * Coreutils: Add program prefix g so we don't conflict with Apple utilities * Fix intendation * Make format more spack like * Removed unnecesary changes * Merge branch 'develop' of github.com:DiegoMagdaleno/spack into develop Fix linking libgit2 on Darwin * Revert "Merge pull request #3 from spack/develop" This reverts commit 58dbbdb82bfa4aa689758971eb423ae2b9d2c293, reversing changes made to dd7a413f4870fc2778f801c882a50cfade18fe97. * Revert "Revert "Merge pull request #3 from spack/develop"" This reverts commit f956aa7b135c39ea0eb4ba6b9329714067098a7c. * Revert "Merge branch 'develop' of github.com:DiegoMagdaleno/spack into develop" This reverts commit 50321f798674ec30d5c62fe696b4f8bccef6ab3d. | |||||
2020-04-06 | new package: nccl-tests (#15890) | Andrew W Elble | 1 | -0/+36 | |
* new package: nccl-tests * fix dependency types | |||||
2020-04-06 | new package: py-tensorboard-plugin-wit (#15898) | Andrew W Elble | 1 | -0/+63 | |
* new package: py-tensorboard-plugin-wit dependency for py-tensorboard >= 2.2.0 * incorporate feedback | |||||
2020-04-06 | pdt: add PIC support as variant (#15851) | Carson Woods | 1 | -0/+5 | |
* Add fPIC support as variant * Fix variant to use compiler agnostic fPIC option | |||||
2020-04-06 | nccl: supports infiniband/RoCE since 2.3.5-5 (#15889) | Andrew W Elble | 1 | -0/+1 | |
loads libibverbs via dlopen(), add dependency on rdma-core | |||||
2020-04-06 | new package: py-google-auth-oauthlib (#15900) | Andrew W Elble | 1 | -0/+18 | |
2020-04-06 | py-smart-open: fix url/checksum, add deps (#15892) | Adam J. Stewart | 1 | -2/+6 | |
2020-04-06 | nanomsg: add new Package (#15894) | Dr. Christian Tacke | 1 | -0/+17 | |
2020-04-06 | new packages: libbacktrace, libpfm, numap, numamma (#15868) | François Trahay | 3 | -0/+72 | |
* new packages: libbacktrace, libpfm, numap, numamma * numap: use the existing libpfm4 package * formatting | |||||
2020-04-05 | boost: boost-python in 1.72.0 broken with cxxstd=98 (#15885) | Christoph Junghans | 2 | -1/+4 | |
* boost: boost-python in 1.72.0 broken with cxxstd=98 * py-espressopp: depend on boost with cxxstd=11 | |||||
2020-04-05 | py-spatialist: add maintainer and new version, fix url and deps (#15878) | Adam J. Stewart | 1 | -5/+13 | |
2020-04-05 | py-flake8-polyfill: fix url and deps (#15872) | Adam J. Stewart | 1 | -4/+4 | |
2020-04-05 | py-gensim: fix url and deps, add maintainer (#15870) | Adam J. Stewart | 1 | -13/+12 | |
2020-04-05 | py-humanfriendly: add new version, fix url and deps (#15873) | Adam J. Stewart | 1 | -2/+5 | |
2020-04-05 | py-pep8-naming: add new version, fix url and deps (#15874) | Adam J. Stewart | 1 | -5/+6 | |
2020-04-05 | py-progressbar2: add new version, fix url (#15875) | Adam J. Stewart | 1 | -2/+3 | |
2020-04-05 | py-python-utils: add new version, fix url and deps (#15876) | Adam J. Stewart | 1 | -1/+5 | |
2020-04-05 | py-scoop: fix url and deps (#15877) | Adam J. Stewart | 1 | -1/+2 | |
2020-04-05 | py-tblib: add new version, fix url and deps (#15879) | Adam J. Stewart | 1 | -1/+3 | |
2020-04-05 | package urls: pypi.org -> pypi.io (#15880) | Adam J. Stewart | 13 | -13/+15 | |
2020-04-05 | py-sphinx: add 3.0.0 (#15881) | Adam J. Stewart | 1 | -1/+2 | |
2020-04-05 | py-ecdsa: add new version, fix download url (#15871) | Adam J. Stewart | 1 | -3/+4 | |
2020-04-05 | py-pywcs: a new package. (#15826) | 健美猞猁 | 1 | -0/+24 | |
* py-pywcs: a new package. * Fix a flake8 issue. * Add missing dependencies. * run -> build. * Add version specifications. | |||||
2020-04-05 | Version bump: eztrace-1.1-10 (#15866) | François Trahay | 1 | -2/+3 | |
* version bump: eztrace-1.1-10 * 'trahay' is the maintainer for package 'eztrace' | |||||
2020-04-04 | py-espressopp: pin py-numpy to py2 version (#15865) | Christoph Junghans | 1 | -1/+1 | |
2020-04-04 | openjdk: support aarch64 platform (#15840) | darmac | 1 | -13/+34 | |
2020-04-04 | Package rename: intel-mkl-dnn -> dnnl (#15852) | Adam J. Stewart | 2 | -10/+39 | |
2020-04-04 | LLVM support for mlir (#15859) | Nichols A. Romero | 1 | -0/+6 | |
2020-04-04 | SIRIUS add version 6.5.1 and 6.5.2 (#15860) | Simon Pintarelli | 1 | -0/+2 | |