Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-19 | aperture-photometry: add v3.0.2, change url (#30103) | snehring | 1 | -9/+9 | |
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2022-04-19 | netcdf-c: prevent overlinking to a system installation of libcurl (#28537) | Sergey Kosukhin | 1 | -4/+14 | |
2022-04-19 | netcdf-c: fix configure check for the -fno-strict-aliasing flag (#30159) | Sergey Kosukhin | 2 | -0/+34 | |
2022-04-19 | jupyterlab-widgets: add v1.1.0 (#30161) | Andrea Valenzuela | 1 | -0/+1 | |
Co-authored-by: aandvalenzuela <andrea.valenzuela.ramirez@cern.ch> | |||||
2022-04-19 | py-fonttools: add v4.31.2 (#30153) | Andrea Valenzuela | 1 | -0/+1 | |
Co-authored-by: aandvalenzuela <andrea.valenzuela.ramirez@cern.ch> | |||||
2022-04-19 | Add a shared variant for libaec (#30087) | Theofilos Manitaras | 1 | -2/+7 | |
2022-04-19 | rocmlibs: relax rocm-cmake version requirements (#29857) | Cory Bloor | 22 | -53/+64 | |
* rocmlibs: relax rocm-cmake version requirements The rocm-cmake modules tend to be backwards-compatible, to the extent that most ROCm math libraries were built using rocm-cmake@master for a long while without anybody noticing. (That was fixed in 97f0c3ccd9f0a40896998a7580150a514ec3bc37.) Some packages, like comgr, barely use rocm-cmake for anything, and we can easily set a very minimal version requirement. For most packages, however, it would be a lot of effort to determine the minimum rocm-cmake version required for each release. For those packages, I just turned the exact version requirement into a minimum version requirement. Since I was looking through the CMakeLists.txt for a large number of libraries, I also took note of the cmake_minimum_required and adjusted the cmake minimum requirements to match. * Add rocblas build dependency to hipblas The rocblas library is required both for both building and linking hipblas. * Remove rocm-cmake from vtk-m dependency list The rocm-cmake package provides CMake scripts that facilitate common build configuration tasks in the ROCm libraries. It is never needed at link-time. Also, there are no calls to find_package(ROCM) or include(ROCM.*)in vtk-m, so this dependency will never be used. | |||||
2022-04-19 | motioncor2: update (#30094) | Glenn Johnson | 1 | -10/+26 | |
- older versions are no longer available for download so mark them deprecated - set manual_download - set url_for_version - only install the binary that matches the cuda version | |||||
2022-04-19 | ctffind: update to version 4.1.14 and add MKL support (#30095) | Glenn Johnson | 2 | -3/+45 | |
- patch error in configure for 4.1.8 - use fftw-api - enable support for MKL FFT - add needed dependencies for libtiff and jpeg | |||||
2022-04-19 | valgrind: add support for shared and static libs(#30028) | iarspider | 1 | -2/+5 | |
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com> | |||||
2022-04-19 | which: add external find support (#30056) | Robert Underwood | 1 | -0/+10 | |
Co-authored-by: Robert Underwood <runderwood@anl.gov> | |||||
2022-04-19 | nvhpc: gcc is a direct dep (#29963) | Harmen Stoppels | 1 | -0/+7 | |
2022-04-19 | or-tools: add new package. (#29858) | H. Joe Lee | 1 | -0/+37 | |
2022-04-19 | pacparser: fix compilation with clang (#29589) | Valentin Volkl | 1 | -2/+3 | |
2022-04-19 | memkind: fix minor typo (#30069) | Erik Schnetter | 1 | -1/+1 | |
2022-04-19 | truchas: add new package (#29980) | Peter Brady | 1 | -0/+109 | |
2022-04-19 | simgrid: update package description (#30111) | Erik Schnetter | 1 | -2/+5 | |
2022-04-19 | ADOL-C: Add traceless refcounting as a default variant (#30114) | Jean-Paul Pelteret | 1 | -1/+6 | |
2022-04-19 | SymEngine: add v0.9 (#30115) | Jean-Paul Pelteret | 1 | -1/+9 | |
2022-04-19 | lwtnn: add v2.13 (#30151) | iarspider | 1 | -1/+3 | |
2022-04-19 | py-frozenlist: add v1.3.0 (#30154) | Andrea Valenzuela | 1 | -0/+1 | |
Co-authored-by: aandvalenzuela <andrea.valenzuela.ramirez@cern.ch> | |||||
2022-04-19 | less: add v590 (#30127) | Alex Hedges | 1 | -0/+2 | |
2022-04-19 | direnv: add v2.31.0 (#30118) | Alex Hedges | 1 | -0/+2 | |
2022-04-19 | py-avro: add v1.11.0 (#30152) | Andrea Valenzuela | 1 | -0/+1 | |
Co-authored-by: aandvalenzuela <andrea.valenzuela.ramirez@cern.ch> | |||||
2022-04-19 | ratel: add develop and v0.1 (#29474) | Jeremy L Thompson | 1 | -0/+70 | |
2022-04-19 | glew,vapor: Move depends_on("glu") from glew to vapor (#30112) | Bernhard Kaindl | 2 | -2/+2 | |
In #26630, I assumed "glu" was needed by glew because it included glu.h, but actually, glew can be used without glu when GLEW_NO_GLU is defined and this is documented in the announcement of glew-1.6.0: > https://www.geeks3d.com/20110430/opengl-glew-1-6-0-available/ > * Define GLEW_NO_GLU for no glu dependency It is therefore the duty of users of glew to decide if they use glu, and then they need to have a depends_on("glu"). Thus, move the depends_on("glu") which I changed from "gl" in #26630 to vapor, which itself uses glu as well. | |||||
2022-04-19 | coreutils: add v9.0 and v9.1 (#30128) | Alex Hedges | 1 | -0/+2 | |
2022-04-19 | bubblewrap: add versions up to v0.6.1, use configure script (#30129) | Harmen Stoppels | 1 | -13/+17 | |
2022-04-19 | libcap: add v2.64 (#30130) | Harmen Stoppels | 1 | -1/+2 | |
2022-04-19 | CMake: add v3.23.1 and v3.22.4 (#30131) | John W. Parent | 1 | -0/+2 | |
2022-04-19 | mysqlpp: add v3.3.0 (#30136) | snehring | 1 | -0/+1 | |
2022-04-19 | Dyninst: deprecate unsupported versions (#30138) | Tim Haines | 1 | -5/+5 | |
2022-04-19 | gaussian: adding tcsh dependency (#30096) | snehring | 1 | -0/+13 | |
2022-04-19 | trinotate: add v3.2.2 (#30141) | dlkuehn | 1 | -0/+1 | |
Co-authored-by: David Kuehn <las_dkuehn@iastate.edu> | |||||
2022-04-19 | py-rtree: add v1.0.0 (#30140) | Adam J. Stewart | 1 | -1/+6 | |
2022-04-19 | openmpi: no `nvc -fexceptions` support (#30044) | Harmen Stoppels | 1 | -0/+2 | |
2022-04-19 | diamond: add v2.0.14 (#30143) | snehring | 1 | -0/+1 | |
2022-04-18 | Add music package (#30147) | Sam Grayson | 1 | -0/+40 | |
2022-04-18 | spdlog: use external fmt (#30051) | Peter Brady | 1 | -1/+7 | |
2022-04-16 | py-torch: fix cuda dependencies (#30117) | range3 | 1 | -3/+3 | |
2022-04-16 | gcc: avoid excessive stat calls (#30005) | Harmen Stoppels | 1 | -0/+5 | |
For about a decade GCC has an option `-f[no]-canonical-system-headers` which basically runs `realpath` on all "system headers", to possibly reduce the length of paths in diagnostics. [1] Spack usually installs the "system headers" of GCC in very deeply nested directories. Calling `realpath` there results in stat calls on every level, for every header file. On some slow filesystem I have, `-fno-canonical-system-headers` gives about 5x speedup to compile hello world in C, meaning that ./configure scripts would be much faster when using this flag by default. [1] https://codereview.appspot.com/6495088 | |||||
2022-04-16 | mpich: Fix @4 build with gcc@10+ (#30084) | marcost2 | 1 | -0/+3 | |
* Also set FCFLAGS for gcc@10 * Set FCFLAGS for clang/apple-clang too | |||||
2022-04-16 | octave: add version 7.1.0 (#30089) | Kai Torben Ohlhus | 1 | -0/+1 | |
https://octave.org/news/release/2022/04/06/octave-7.1.0-released.html | |||||
2022-04-16 | CMake package: use Windows SSL implementation (#29943) | John W. Parent | 1 | -7/+15 | |
Add option to allow using OpenSSL (by default this uses the SSL implementation that comes with Windows, since that is more likely to have needed certificates). | |||||
2022-04-15 | Remove assert in favor of error message (#29797) | John W. Parent | 3 | -20/+21 | |
2022-04-15 | Update: bamtools to version 2.5.2 (#29021) | dlkuehn | 1 | -1/+2 | |
Co-authored-by: las_dkuehn <las_dkuehn@gilman-0107-02.las.iastate.edu> | |||||
2022-04-15 | Backport f2py's define for threading bugfix to numpy versions 1.20.3:1.22.1 ↵ | Dom Heinzeller | 1 | -0/+5 | |
(#30065) | |||||
2022-04-15 | compose: New package (#30073) | Erik Schnetter | 0 | -0/+0 | |
* compose: New package * compose: Add maintainer * compose: Remove unused import * compose: Switch copyright date to 2021 | |||||
2022-04-15 | Adiak package: use correct CMake MPI variables (#30086) | Chris White | 1 | -2/+2 | |
2022-04-15 | llvm@14: Fix build: Add hwloc include directory for libompd (#29757) | Sajid Ali | 2 | -0/+16 | |