Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-29 | compilers: add opt_flags and debug_flags properties (#16710) | Greg Becker | 11 | -0/+122 | |
2020-05-29 | gridlab-d: added new package. (#16816) | 0t1s1 | 1 | -0/+59 | |
2020-05-28 | bugfix: use flags when computing implicit rpaths (#16634) | Greg Becker | 10 | -25/+113 | |
* make verbose_flag a property * tests | |||||
2020-05-28 | legion: add v20.03.0 (#16848) | Christoph Junghans | 1 | -0/+1 | |
2020-05-28 | npm: use mkdirp instead of mkdir (#16835) | Marc Allen | 1 | -2/+2 | |
fixes #16833 Co-authored-by: Marc Allen <mrcall@amazon.com> | |||||
2020-05-28 | dealii: deal with nanoflann after 9.2.0 (#16839) | Luca Heltai | 1 | -2/+7 | |
2020-05-28 | Update checksum for PyTorch patch (#16837) | Adam J. Stewart | 1 | -1/+1 | |
2020-05-28 | opencv: fix to build version 3.2.0 with Fujitsu compiler (#16840) | Toyohisa Kameyama | 2 | -0/+21 | |
2020-05-27 | ffmpeg: add a maintainer to the package (#16830) | Joseph Ciurej | 1 | -0/+2 | |
2020-05-27 | ffmpeg: set compilers command. (#16799) | Toyohisa Kameyama | 1 | -1/+5 | |
2020-05-27 | spack containerize: allow 0.14.3 tag for next release | Massimiliano Culpo | 2 | -5/+9 | |
2020-05-27 | spack containerize: allow 0.14.1 and 0.14.2 tags | Massimiliano Culpo | 2 | -5/+16 | |
fixes #16727 | |||||
2020-05-27 | libxv: videoproto is a build and link dependency (#16821) | Tom Payerle | 1 | -1/+1 | |
fixes #16820 Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2020-05-27 | concretize: fix UnboundLocalError due to import within a function (#16809) | Sergey Kosukhin | 2 | -1/+7 | |
2020-05-27 | py-configargparse: new package at v1.2.3 (#16814) | Jen Herting | 1 | -0/+25 | |
2020-05-27 | py-fits-tools: added package at v1.1.2 (#16815) | Jen Herting | 1 | -0/+29 | |
2020-05-27 | py-torch: find openmp when %fj (#16822) | Tomoki, Karatsu | 2 | -0/+24 | |
Fix for 'FindOpenMP.cmake' to detect openmp settings used by Fujitsu compiler. | |||||
2020-05-27 | plink-ng: new package at v200511 (#16750) | Justin S | 1 | -0/+38 | |
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2020-05-27 | quicksilver: initial commit (#16811) | Christoph Junghans | 1 | -0/+63 | |
2020-05-26 | backwards compatibility for naming scheme (#16812) | Greg Becker | 4 | -3/+30 | |
* backwards compatibility for naming scheme | |||||
2020-05-26 | spack.relocate: further coverage for ELF related functions (#16585) | Massimiliano Culpo | 4 | -141/+258 | |
* make_link_relative: added docstring * make_elf_binaries_relative: added docstring, unit tests * raise_if_not_relocatable: added docstring, added unit test for exceptional case * relocate_links: removed unused arguments, added docstring and comments Also fixed a possible bug that was issuing spurious warning when a file was relocated successfully * relocate_text: added docstring and comments, renamed arguments * relocate_text_bin: added docstring and comments, renamed arguments, unit tests | |||||
2020-05-26 | openfoam: improve handling of wmake rules, version update | Mark Olesen | 4 | -40/+68 | |
- add future-proofing for wmake rules locations: Accept wmake/rules/{ARCH}{COMP} or wmake/rules/{ARCH}/{COMP} - compiler option is now '-spack' instead of 'RpathOpt' which now seems to be a bit harsh on the eyes. Now have compilations such as 'linux64GccDPInt32-spack', which is moderately easier to read. - add OpenFOAM 1912, patch 200506 STYLE: adjust for new flakey8 indentation rules | |||||
2020-05-26 | grpc: allow building shared libraries (#16356) | Dr. Christian Tacke | 1 | -0/+4 | |
2020-05-26 | su2: new package at v7.0.3 (#16787) | darmac | 1 | -0/+23 | |
2020-05-26 | blogbench: added new package at v1.1 (#16793) | darmac | 1 | -0/+16 | |
2020-05-26 | py-hypothesis: added v5.3.0 (#16804) | iarspider | 1 | -0/+1 | |
2020-05-25 | hdf: new version, variants and refactoring (#16469) | Sergey Kosukhin | 7 | -34/+143 | |
* hdf: new version, variants and refactoring. * libc provides rpc * Fix szip-related configure argument. * Update dependent packages. | |||||
2020-05-25 | openmpi: get rid of implicit system dependencies (#16758) | Sergey Kosukhin | 11 | -84/+553 | |
* openmpi: get rid of implicit system dependencies * Python 2 compatibility. * Rename pbspro to openpbs and revert packages.yaml. * Remove virtual package 'sendmail'. | |||||
2020-05-25 | py-moreitertools: added v7.0.0 (#16802) | iarspider | 1 | -0/+1 | |
2020-05-25 | r-spatialeco: New package (#16744) | Amjad Kotobi | 1 | -0/+40 | |
2020-05-25 | Fix typo for allow_sgid (#16806) | Michael Kuhn | 1 | -1/+1 | |
fixes #14425 The config: prefix should be included in the actual option name and makes it impossible to change this option. | |||||
2020-05-25 | lua: fix compilation on Cray (#16713) | Stephen Herbein | 1 | -1/+1 | |
Problem: when calling `static_to_shared_library` on the `cray` arch, it produces a non-sensical compiler command with no input files. For example, when installing lua@5.2.4, it produced: 'gcc -lm -ldl -o /big-long-spack-path/liblua.so.5.2.4' Solution: do the same thing on `cray` that is done for `linux` | |||||
2020-05-25 | netcdf-cxx4: remove erroneous variants (#16762) | Tom Payerle | 1 | -30/+0 | |
fixes #16725 The dap, jna, pnetcdf, netcdf4, and ncgen4 variants added in #16047 are _not_ supported by the configure script for netcdf-cxx4 package (These appear to be configure args for netcdf-c package). | |||||
2020-05-25 | bugfix: schema errors without line numbers (#16765) | Peter Scheibel | 1 | -4/+8 | |
* account for schema validation errors where the associated instance doesn't have a line number * fix unrelated flake error (but it must be fixed because this PR touches this file and the flake rules have been updated since the last edit to this file) | |||||
2020-05-25 | libensemble: added v0.7.0 (#16773) | Stephen Hudson | 1 | -1/+2 | |
2020-05-25 | py-gdbgui: added v0.13.2.0 (#16781) | Michael Kuhn | 1 | -8/+10 | |
2020-05-25 | py-pygdbmi: added v0.9.0.3 (#16778) | Michael Kuhn | 1 | -0/+4 | |
2020-05-25 | libmonitor: added v2019.05.31 (#16774) | Mark W. Krentel | 1 | -2/+3 | |
2020-05-25 | py-pygments: added v2.6.1 (#16776) | Michael Kuhn | 1 | -2/+4 | |
2020-05-25 | libunwind: fix build with gcc@10: (#16782) | Michael Kuhn | 1 | -1/+9 | |
2020-05-25 | python: added v3.8.3 (#16775) | Michael Kuhn | 1 | -0/+1 | |
2020-05-25 | meson: added v0.54.2 (#16777) | Michael Kuhn | 1 | -0/+3 | |
2020-05-25 | py-flask: added v1.1.2 and v0.12.4 (#16779) | Michael Kuhn | 1 | -1/+3 | |
2020-05-25 | r-matlab: new package at v1.0.2 (#16785) | Amjad Kotobi | 1 | -0/+18 | |
2020-05-25 | testdfsio: added new package at v0.0.1 (#16789) | darmac | 1 | -0/+24 | |
2020-05-25 | sqoop: added new package at v1.99.7 (#16786) | darmac | 1 | -0/+27 | |
2020-05-25 | glib: added v2.64.3 (#16800) | Michael Kuhn | 1 | -0/+1 | |
2020-05-25 | ffsb: added new package at v5.2.1 (#16791) | darmac | 1 | -0/+18 | |
2020-05-25 | netlib-scalapack: specify MPI's location for Fujitsu-MPI. (#16798) | Tomoki, Karatsu | 1 | -0/+9 | |
Fujitsu-MPI wrapper commands aren't recognized from 'FindMPI' function of 'cmake'. If we are using the Fujitsu compiler and Fujitsu MPI, specify the MPI path information explicitly. | |||||
2020-05-25 | likwid: fixed failing build on powerpc (#16797) | David Pape | 1 | -0/+1 | |
Fixes #16783 |