Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-06 | Add version 3.16.1 (#26534) | haralmha | 1 | -0/+1 | |
2021-10-05 | dd4hep: Add version 01-18 (#26525) | haralmha | 1 | -0/+1 | |
* Add 01-18 * Keep master on top and change version name format | |||||
2021-10-05 | postgresql: Add versions 14.0 and 12.2 (#26499) | haralmha | 1 | -0/+2 | |
2021-10-05 | doxygen: Add versions 1.9.2 and 1.8.18 (#26497) | haralmha | 1 | -0/+2 | |
2021-10-05 | meme: Fix compilation with `arm` and `nvhpc` compilers (#24883) | Ricardo Jesus | 2 | -2/+47 | |
* Fix compilation with `arm` and `nvhpc` compilers * Update package.py | |||||
2021-10-05 | phist: add a patch for the case +host arch=ppc64le (#26216) | Jonas Thies | 2 | -1/+15 | |
2021-10-05 | py-flatbuffers: add new package (#26444) | Guilherme Perrotta | 1 | -0/+29 | |
Python port of the "flatbuffers" package | |||||
2021-10-05 | libatomic_ops: add v7.6.12 (#26512) | Ivan Maidanski | 1 | -1/+2 | |
2021-10-05 | py-rsatoolbox: add new package (#26514) | Manuela Kuhn | 1 | -0/+31 | |
2021-10-05 | WarpX: 21.10 (#26507) | Axel Huebl | 2 | -1/+4 | |
2021-10-05 | sundials: Add 5.8.0 and sycl variant (#26524) | David Gardner | 1 | -3/+13 | |
2021-10-05 | mpl: add new package (#26522) | Heiko Bauke | 1 | -0/+20 | |
2021-10-05 | py-parsl: new package (see https://parsl-project.org/) (#26360) | Mihael Hategan | 3 | -0/+49 | |
2021-10-05 | zstd: fix install name on macOS (#26518) | Seth R. Johnson | 1 | -4/+9 | |
Reverting from CMake to Make install caused `-install_path=/usr/local/lib/libzstd.1.dylib` to be hardcoded into the zstd. Now we explicitly pass the PREFIX into the build command so that the correct spack install path is saved. Fixes #26438 and also the ROOT install issue I had :) | |||||
2021-10-05 | molden: fix build with gcc@10: (#25803) | Nisarg Patel | 1 | -3/+8 | |
2021-10-04 | Add 5.2.0 (#26481) | haralmha | 1 | -0/+1 | |
2021-10-05 | log4cxx: new version and fix for c++11 (#26480) | Martin Pokorny | 1 | -1/+8 | |
* Add version 0.12.1 * Add variant to build with C++11 standard build with c++11 standard requires boost threads, and needs explicit setting of CMAKE_CXX_STANDARD | |||||
2021-10-04 | intel-tbb: install pkgconfig file (#23977) | KoyamaSohei | 1 | -0/+20 | |
* intel-tbb: install pkgconfig file * intel-tbb: install pkgconfig file when @:2021.2.0 * intel-tbb: add blank line * intel-tbb: fix library name to refer * intel-tbb: fix library name to refer again * intel-tbb: use self.prefix.lib.pkgconfig | |||||
2021-10-04 | esys-particle: add new package esys-particle (#25338) | snehring | 1 | -0/+39 | |
* esys-particle: add new package esys-particle * esys-particle: requested changes * esys-particle: placating isort | |||||
2021-10-04 | gcc: apply nvcc patch to more versions (#24295) | Daniel Ahlin | 1 | -1/+4 | |
Apply to all known affected versions (10.1.0 to 10.3.0 and 11.1.0) | |||||
2021-10-04 | git: new version 2.29.2 (#26478) | haralmha | 1 | -0/+5 | |
2021-10-04 | Add new pythia8 variants and fix url_for_version (#26280) | iarspider | 1 | -30/+75 | |
* Add new pythia8 variants Add proper description to the existing ones * Flake-8 * Flake-8 * Style * Fix Pythia8 recipe * Fix typo in variant description * Update package.py | |||||
2021-10-04 | cppgsl: new version 3.1.0 (#26477) | haralmha | 1 | -0/+1 | |
2021-10-04 | py-scikit-learn: add 0.19.2 and 0.22.2.post1 (#26473) | Manuela Kuhn | 1 | -0/+2 | |
2021-10-04 | masurca: Fix build with glibc-2.32+ (#26173) | snehring | 1 | -0/+2 | |
remove sysctl.h which is not used by the build | |||||
2021-10-04 | use umpire version 5.0.1:5 (#26451) | Pedro Demarchi Gomes | 1 | -3/+4 | |
2021-10-04 | paraview: add v5.10.0-RC1 release (#26291) | Vicente Bolea | 1 | -0/+1 | |
2021-10-04 | octave: add support for MKL (#25952) | mcuma | 1 | -4/+14 | |
2021-10-04 | grpc: update recipe (#25261) | iarspider | 1 | -4/+9 | |
1) forward `+shared` to re2 2) add `cxxstd` variant 3) use "more idiomatic" way of setting CMake options | |||||
2021-10-04 | cp2k: bugfix for intel oneapi (#26143) | Tiziano Müller | 1 | -5/+36 | |
2021-10-04 | arm: added download and better detection (#25460) | Oliver Perks | 1 | -15/+92 | |
2021-10-04 | gnupg: Add version 1 (#23798) | Harmen Stoppels | 1 | -17/+45 | |
From the gnupg.org website: > GnuPG 1.4 is the old, single binary version which still support the > unsafe PGP-2 keys. However, it lacks many modern features and will > receive only important updates. I'm starting to appreciate gpg1 more, because it is relocatable (gng2 has hard-coded paths to gpg-agent and other tools) and it does not require gpg-agent at all. | |||||
2021-10-04 | evtgen: fix mac build and version 2.0.0 with pythia >= 8.304. (#25933) | iarspider | 2 | -0/+50 | |
2021-10-04 | py-duecredit: add v0.6.5 (#26465) | Manuela Kuhn | 1 | -2/+3 | |
2021-10-04 | py-nibabel: add v2.4.1 (#26462) | Manuela Kuhn | 1 | -3/+7 | |
2021-10-04 | podio: remove build_type variant (provided by base package class already) ↵ | Valentin Volkl | 1 | -4/+0 | |
(#26463) | |||||
2021-10-04 | freebayes: Fix running the testsuite and add pkgconfig (#26440) | Bernhard Kaindl | 1 | -0/+20 | |
freebayes needs the tools of the vcflib it includes to run tests | |||||
2021-10-04 | graph500: added option -fcommon for gcc@10.2 (#25367) | Nikolay Simakov | 1 | -0/+9 | |
* graph500: added option -fcommon for gcc@10.2:, otherwise failed to build with "multiple definition of `column'" * graph500: moved setting cflag to flag_handler | |||||
2021-10-04 | libunwind: add variants (#26099) | iarspider | 1 | -10/+44 | |
2021-10-04 | py-pybids: add v0.9.5 (#26461) | Manuela Kuhn | 1 | -3/+6 | |
2021-10-04 | Disable tests on hip for cmake 3.21 (#26460) | Harmen Stoppels | 1 | -1/+1 | |
2021-10-04 | py-mne: add new package (#26446) | Manuela Kuhn | 1 | -0/+27 | |
2021-10-04 | py-sphinxcontrib-napoleon: add new package (#26457) | Manuela Kuhn | 1 | -0/+19 | |
2021-10-04 | py-templateflow: add new package (#26458) | Manuela Kuhn | 1 | -0/+23 | |
2021-10-04 | hdf5: allow implicit functions on apple-clang (#26409) | Seth R. Johnson | 1 | -7/+7 | |
Work around issues in older hdf5 build and overzealous build flags: ``` >> 1420 /var/folders/j4/fznvdyhx4875h6fhkqjn2kdr4jvyqd/T/9te/spack-stage/spack-stage-hdf5-1.10.4-feyl6tz6hpx5kl7m33avpuacwje2ubul/spack-src/src/H5Odeprec.c:141:8: error: implicit decl aration of function 'H5CX_set_apl' is invalid in C99 [-Werror,-Wimplicit-function-declaration] ``` | |||||
2021-10-04 | python: correctly disable ~tkinter when @3.8 (#26365) | Seth R. Johnson | 2 | -0/+15 | |
The older patch does not apply so the build ends up failing: ``` 1539 In file included from /private/var/folders/fy/x2xtwh1n7fn0_0q2kk29xkv9vvmbqb/T/s3j/spack-stage/spack-stage-python-3.8.11 -6jyb6sxztfs6fw26xdbc3ktmbtut3ypr/spack-src/Modules/_tkinter.c:48: >> 1540 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/tk.h:86:11: f atal error: 'X11/Xlib.h' file not found 1541 # include <X11/Xlib.h> 1542 ^~~~~~~~~~~~ 1543 1 error generated. ``` | |||||
2021-10-04 | Update byacc (#25837) | iarspider | 1 | -3/+4 | |
Co-authored-by: Bernhard Kaindl <43588962+bernhardkaindl@users.noreply.github.com> | |||||
2021-10-04 | papi: new variants rocm and rocm_smi (#26214) | G-Ragghianti | 1 | -6/+27 | |
2021-10-04 | git-annex: add 8.20210804 for amd64 (#26449) | Manuela Kuhn | 1 | -2/+11 | |
2021-10-04 | py-pockets: add new package (#26452) | Manuela Kuhn | 1 | -0/+18 | |