Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-18 | Docs: fix rst link to spack ci (#17147) | Adam J. Stewart | 1 | -3/+3 | |
2020-06-18 | minimap2: fix a typo in the recipe (#17148) | Toyohisa Kameyama | 1 | -1/+1 | |
2020-06-17 | glib: fix 2.56 build with python@2 (#17144) | Seth R. Johnson | 1 | -3/+11 | |
* glib: fix 2.56 build with python@2 * flake8 | |||||
2020-06-17 | python: fix patch issue for 2.7.X, 3.7.X (#17140) | Joseph Ciurej | 6 | -3/+539 | |
* python: fixing patch issue for 2.7.X, 3.7.X versions (#17128) * python: fixing the C/C++ 'distutils' patching for @3.7.0:3.7.1 | |||||
2020-06-17 | cray module do not work without CRAY_LD_LIBRARY_PATH (#17031) | Greg Becker | 2 | -5/+9 | |
Co-authored-by: Gregory Becker <becker33.llnl.gov> | |||||
2020-06-17 | oneDNN: add v1.5.0 (#17137) | Adam J. Stewart | 1 | -1/+2 | |
2020-06-17 | slurm: Fix build with gcc@10: | Michael Kuhn | 1 | -0/+9 | |
gcc@10: defaults to -fno-common, which breaks slurm up to version 20-02-1. For more details, see https://gcc.gnu.org/gcc-10/porting_to.html | |||||
2020-06-17 | openmpi: options for local transport (#16831) | Sergey Kosukhin | 5 | -30/+309 | |
2020-06-17 | axom conduit mfem build fixes (#17121) | Chris White | 3 | -18/+91 | |
* honor global compiler flags * Honor debug variant when using global compiler flags * Add cppflags to c/cxx flags, clarify flag handling | |||||
2020-06-17 | Split hepmc Into hepmc and hepmc3 (#16892) | vvolkl | 3 | -46/+59 | |
2020-06-17 | FrontISTR: various updates to the package (#17089) | Michio Ogawa | 1 | -6/+13 | |
* Added maintainers * Refined dependencies * Changed git url | |||||
2020-06-17 | openmpi: fixes for NAG compiler (#17073) | Sergey Kosukhin | 7 | -21/+700 | |
* openmpi: fixes for NAG compiler * openmpi: more fixes | |||||
2020-06-17 | Fix/clarify some trilinos variants/dependencies (#17006) | Seth R. Johnson | 1 | -5/+4 | |
- Parallel HDF5 isn't required -- the comment seems to be about a transitive dependency with pnetcdf. - Boost usage should respect the variant, not automatically be reenabled when choosing DTK. | |||||
2020-06-17 | py-tensorflow: Update for use with Fujitsu compiler (#17088) | takanori-ihara | 2 | -0/+21 | |
* py-tensorflow: Update for use with Fujitsu compiler * py-tensorflow: remove -march option * fix flake8 error | |||||
2020-06-16 | New package: lynx (#17099) | darmac | 1 | -0/+29 | |
2020-06-16 | lua: requires -ltermcap when building (#17108) | Muhammad Haseeb | 1 | -1/+1 | |
2020-06-16 | libnetworkit: add version 7.0 (#17111) | Fabian Brandt | 1 | -0/+1 | |
2020-06-16 | helics: Add version 2.5.2 | Ryan Mast | 1 | -0/+1 | |
2020-06-16 | vecgeom: add version 1.1.7 (#17120) | Seth R. Johnson | 1 | -0/+6 | |
2020-06-16 | Modified for Fujitsu compiler. (#17124) | h-denpo | 3 | -12/+49 | |
2020-06-16 | Add patch for older versions of py-tensorflow (#17122) | Glenn Johnson | 5 | -0/+64 | |
Versions of py-tensorflow between versions 1.1 and 1.14 need a patch to avoid an import error on the cloud package even if built without support for the cloud package. | |||||
2020-06-16 | mxnet: avoid GNU parallel shuffle without openmp. (#17095) | Toyohisa Kameyama | 2 | -0/+14 | |
2020-06-16 | bazel: Update for use with Fujitsu compiler (#16860) | takanori-ihara | 3 | -0/+62 | |
* bazel: Update for use with Fujitsu compiler * bazel: Fix for use with Fujitsu compiler * bazel: Fix flake8 error * bazel: add conflicts setting for use with Fujitsu compiler * fix flake8 error * fix flake8 error | |||||
2020-06-16 | Add compiler option to use with Fujitsu compiler (#17067) | takanori-ihara | 1 | -1/+3 | |
* Add compiler option to use with Fujitsu compiler * Fix flake8 error * remove 1-1_fcc_tf_patch.patch * fix flake8 error | |||||
2020-06-16 | Doc: E4S Build Cache Link (#16986) | Axel Huebl | 1 | -0/+6 | |
Link to the E4S build cache in the according section of the docs. | |||||
2020-06-16 | pango: add libffi, glib, and other dependencies (#12384) | Geoffrey Oxberry | 1 | -1/+9 | |
2020-06-16 | ruby: add version 2.7.1 (#17112) | Andrew W Elble | 1 | -0/+1 | |
2020-06-16 | VTK: add version 9.0.0; update Python dependency constraints (#17019) | Tom Payerle | 1 | -5/+15 | |
In Python 3.8, the reserved "tp_print" slot was changed from a function pointer to a number, which broke the Python wrapping code in vtk@8 (causing "cannot convert 'std::nullptr_t' to 'Py_ssize_t'" errors in various places). This is fixed in vtk@9.0.0. This patch: 1) adds vtk@9.0.0 2) updates depends_on constraints to only use python@3.8: for vtk@9: vtk@:8 depends on python@2, and vtk@8.0.1:8.9.9 depends on python@:3.7 3) Adds CMake flag VTK_PYTHON_VERSION=3 when using python@3 with vtk@9 | |||||
2020-06-16 | Yaml spec parsing corner case (#17101) | psakievich | 2 | -7/+28 | |
* Catch yaml filename corner case in spec parser * improved regex and remove redundant error checking Co-authored-by: Gregory Becker <becker33@llnl.gov> | |||||
2020-06-16 | fix docker image entrypoints (#17105) | Omar Padron | 7 | -436/+269 | |
Also removes extraneous prompt and ssh handling logic. | |||||
2020-06-16 | python: fix distutils for python modules (e.g. matplotlib) with C and C++ ↵ | Joseph Ciurej | 4 | -0/+772 | |
source files (#16856) * python: adding a distutils fix to improve build compatibility for C++ extension modules (e.g. py-matplotlib) * python: added C/C++ distutils patches for python@3.6:3.8 | |||||
2020-06-16 | gobject-introspection: build sequentially when using the Fujitsu compiler. ↵ | Tomoki, Karatsu | 1 | -0/+4 | |
(#17092) | |||||
2020-06-16 | reframe: fix package bugs with v3.0 (#17104) | victorusu | 1 | -3/+3 | |
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2020-06-15 | ROOT: set LD_LIBRARY_PATH when ~rpath (#16899) | vvolkl | 1 | -0/+4 | |
Allow Spack to build with ROOT as an external dependency by setting LD_LIBRARY_PATH: given that the external package was not built by Spack, dependents would not be able to locate libraries using RPATHs when running ROOT binaries. | |||||
2020-06-16 | Add new package: lzop (#17098) | darmac | 1 | -0/+23 | |
2020-06-15 | chill: Update dependency versions | John Jolly | 1 | -4/+5 | |
Specified Python to be v2.7 only, as Python3 support is not currently implemented in chill. Update chill dependency versions for the following libraries to the specific versions: * rose: v0.9.13.0 * bison: v3.4.2 Both rose and iegenlib are build time dependencies, but are also run time dependencies. Added 'run' to the build type for both dependencies. | |||||
2020-06-15 | hdf5: fix libtool files (#17009) | Sergey Kosukhin | 3 | -1/+52 | |
2020-06-15 | CUDA: remove preexisting log file before install (#17018) | Andrew W Elble | 1 | -0/+13 | |
cuda: 10.1 and onward, installers will crash if /tmp/cuda-installer.log exists Try to help if user owns the file, otherwise try to provide useful info. Clean up the file post-install to try to avoid the whole issue. | |||||
2020-06-15 | [py-torchvision] added dependency of ffmpeg (#17032) | Jen Herting | 1 | -0/+2 | |
* [py-torchvision] added dependency of ffmpeg * [py-torchvision] needs ffmpeg >= 3.1. See: https://github.com/pytorch/vision/issues/1597 * [py-torchvision] ffmpeg dependency is only for py-torchvision versions >= 0.4.2. | |||||
2020-06-15 | pcre2: add version 10.35; JIT support (#17037) | Amjad Kotobi | 1 | -0/+6 | |
2020-06-16 | SLEPc: added v3.13.3 (#17085) | Jose E. Roman | 1 | -0/+1 | |
2020-06-16 | openblas: added v0.3.10. (#17086) | Kai Torben Ohlhus | 1 | -0/+1 | |
[OpenBLAS 0.3.10](https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.10) was released. | |||||
2020-06-16 | arrayfire: added new package at v3.7.0 (#15598) | Sinan | 1 | -0/+46 | |
Co-authored-by: Sinan81 <Sinan81@github> Co-authored-by: Sinan81 <sbulut@3vgeomatics.com> | |||||
2020-06-16 | netdata: added new package at v1.22.1 (#17094) | darmac | 1 | -0/+22 | |
2020-06-16 | cyrus-sasl: added new package at 2.1.27 (#17096) | darmac | 1 | -0/+26 | |
2020-06-16 | memtester: added new package at v4.3.0 (#17097) | darmac | 1 | -0/+24 | |
2020-06-16 | heffte: added v1.0 (#17102) | Miroslav Stoyanov | 2 | -11/+44 | |
2020-06-16 | Update master to main for RAJA and Umpire (#17107) | David Beckingsale | 2 | -2/+2 | |
2020-06-16 | ffb: prevent the architecture to be always "x86_64" (#17093) | h-denpo | 1 | -0/+4 | |
2020-06-15 | README: Update LLNL release number to Apache-2.0/MIT version (#17109) | Todd Gamblin | 1 | -1/+1 | |
The release number in the README had not been updated since we did the relicense to Apache-2.0 OR MIT in v0.12.0. LLNL-CODE-811652 is Spack's new LLNL release number. |