Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-25 | Rename hpx-local to pika (#28585) | Mikael Simberg | 1 | -27/+16 | |
2022-01-25 | geant4: GEANT4_INSTALL_DATA=OFF and depends_on geant4-data type=run (#28581) | Wouter Deconinck | 1 | -19/+15 | |
* [geant4] set GEANT4_INSTALL_DATA=OFF * [geant4] downgrade geant4-data dependency to type=run | |||||
2022-01-25 | charliecloud: add v0.26 (#28571) | Jordan Ogas | 1 | -0/+1 | |
2022-01-25 | octave: add v6.4.0 (#28580) | Kai Torben Ohlhus | 1 | -0/+1 | |
2022-01-24 | py-lazyarray: add versions from 0.3.3 to 0.5.2 (#28574) | Andrew Davison | 1 | -5/+15 | |
* py-lazyarray: add versions from 0.3.3 to 0.5.2 * Restore py-setuptools dependency since pip replaces distutils with setuptools | |||||
2022-01-24 | flux-core: add v0.32.0 and v0.33.0 (#28347) | Mark Grondona | 1 | -6/+6 | |
Additional changes: - update documentation of C4.1 link - do not set FLUX_PMI_LIBRARY_PATH - remove unnecessary ",master" from depends_on() | |||||
2022-01-24 | gaudi: add v36.1, v36.2 and v36.3 (#28078) | Wouter Deconinck | 1 | -1/+5 | |
2022-01-24 | cassandra: add v4.0.1, changed download url (#28551) | Daniele Cesarini | 1 | -6/+8 | |
2022-01-24 | grep: prevent recursive symlink (#28561) | Adam J. Stewart | 1 | -0/+2 | |
2022-01-24 | py-pandas: add v1.4.0 (#28563) | Adam J. Stewart | 1 | -1/+8 | |
2022-01-24 | py-pillow: add v9.0.0 (#28564) | Adam J. Stewart | 2 | -1/+4 | |
2022-01-24 | glm: add develop version (#28499) | Peter Brady | 1 | -3/+11 | |
* Add a new version to track development The released versions do not properly install via cmake which leads to errors when linking against the library. These upstream problems have been addressed on the glm development branch. * Move git to class level and remove redundant depends | |||||
2022-01-23 | dftd4: add v3.3.0 (#28558) | Sebastian Ehlert | 1 | -1/+4 | |
2022-01-23 | aspect: development branch is called main now (#28512) | Timo Heister | 1 | -1/+1 | |
2022-01-23 | m4: move patches hosted at savannah into the repo (#28515) | Todd Gamblin | 3 | -4/+60 | |
These URLs were giving 404's to me and to some of our users -- they do not seem to be reliable, so moving them into the tree. | |||||
2022-01-23 | libzmq: add variants "docs", "libbsd" (#28503) | iarspider | 1 | -4/+14 | |
2022-01-23 | compose: add new package (#28371) | Erik Schnetter | 1 | -0/+41 | |
2022-01-23 | openmpi: declare more build dependencies for `@master` (#28309) | Erik Schnetter | 1 | -4/+4 | |
2022-01-23 | petaca: add shared library variant (#28543) | Peter Brady | 1 | -1/+4 | |
2022-01-23 | palisade: add a named version for the "fppe-logreg" branch (#28544) | John Wohlbier | 1 | -0/+2 | |
Co-authored-by: John Wohlbier <jgwohlbier@sei.cmu.edu> | |||||
2022-01-23 | acts: add v15.0.1 (#28539) | Wouter Deconinck | 1 | -0/+1 | |
This is a bugfix version only, for an issue observed in production environments. | |||||
2022-01-23 | libfyaml: add v0.7.12 (#28555) | Erik Schnetter | 1 | -0/+1 | |
2022-01-22 | Python: ensurepip install instead of upgrade (#28553) | Wouter Deconinck | 1 | -1/+1 | |
2022-01-21 | openPMD-api: add version 0.14.4 (#28546) | Axel Huebl | 1 | -0/+1 | |
2022-01-21 | Bump py-brian2 to 2.5.0.2 (#28533) | Sebastian Schmitt | 1 | -0/+1 | |
2022-01-21 | bump up the version for 3.10.5 release (#28536) | Sreenivasa Murthy Kolam | 1 | -0/+1 | |
2022-01-21 | vecgeom/veccore: fix version interdependency (#28164) | Seth R. Johnson | 2 | -0/+5 | |
* vecgeom: require exact version of veccore Fixes configure error from downstream package: ``` CMake Error at /rnsdhpc/code/spack/opt/spack/apple-clang/cmake/7zgbrwt/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package): Could not find a configuration file for package "VecCore" that is compatible with requested version "0.8.0". The following configuration files were considered but not accepted: /rnsdhpc/code/spack/var/spack/environments/celeritas/.spack-env/view/lib/cmake/VecCore/VecCoreConfig.cmake, version: 0.6.0 ``` * veccore: add new versions | |||||
2022-01-21 | CUDA: add v11.6.0 (#28439) | Bram Veenboer | 1 | -0/+4 | |
2022-01-21 | [geant4-data] depends_on g4ensdfstate also @11 (#28388) | Wouter Deconinck | 1 | -0/+1 | |
I guess that one got dropped by mistake in the geant4 upgrade... | |||||
2022-01-20 | trilinos: conflict with cuda >= 11.6.0 (#28530) | Scott Wittenburg | 1 | -0/+6 | |
2022-01-20 | Add flags to cabana to enable hypre and heffte when they are part of … ↵ | Patrick Bridges | 2 | -1/+16 | |
(#28517) * Add flags to cabana to enable hypre and heffte when they are part of spec. Also add googletest to build dependencies * Fixed mixed spaced and tabs * Update package.py * Update package.py * Update package.py * Modified to request specifically heFFTe version 2.0.0 due to limitations in heFFTe cmakefiles. * Update var/spack/repos/builtin/packages/cabana/package.py Co-authored-by: Christoph Junghans <christoph.junghans@gmail.com> * Integrated more heffte and hypre versions into cabana requests Co-authored-by: Christoph Junghans <christoph.junghans@gmail.com> | |||||
2022-01-20 | SIRIUS: add Eigen dependency (#28525) | Anton Kozhevnikov | 1 | -0/+2 | |
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com> | |||||
2022-01-20 | hdf5: Add missing "close" statement (#28317) | Erik Schnetter | 2 | -0/+22 | |
* hdf5: Add missing "close" statement * hdf5: Apply fortran-kinds patch only to @1.10.7 | |||||
2022-01-20 | Julia: build without vendored dependencies (#27280) | Harmen Stoppels | 6 | -271/+317 | |
* Julia unvendored * restrict LBT | |||||
2022-01-20 | libblastrampoline: Add v4.0.0 and co-maintainer (#28521) | Mosè Giordano | 1 | -1/+2 | |
2022-01-19 | Remove unnecessary CMAKE_C_COMPILER from nalu-wind. (#28513) | Jon Rood | 1 | -1/+0 | |
2022-01-19 | New package: SpECTRE numerical relativity code (#28399) | Nils Leif Fischer | 3 | -0/+369 | |
* New package: SpECTRE numerical relativity code | |||||
2022-01-19 | ParaView/VTK: Constrain version for ADIOS2 patch. (#28505) | kwryankrattiger | 2 | -3/+5 | |
* ParaView/VTK: Constrain version for ADIOS2 patch. Older available versions of ParaView/VTK predate ADIODS2 support. ParaView lower bound is 5.8 and VTK lower bound is 8.2.0 * ParaView: Gate the ADIOS2 by verison | |||||
2022-01-19 | py-shiboken: fix build with new Python (#28464) | Adam J. Stewart | 2 | -1/+24 | |
2022-01-19 | Adding Kosh python package v2.0 (#28426) | Charles Doutriaux | 3 | -1/+29 | |
2022-01-19 | SIPPackage: fix build system (#28447) | Adam J. Stewart | 1 | -1/+2 | |
2022-01-19 | py-astropy: remove install_options (#28448) | Adam J. Stewart | 1 | -3/+0 | |
2022-01-19 | py-pygpu: remove install_options (#28449) | Adam J. Stewart | 1 | -12/+5 | |
* py-pygpu: remove install_options * Fix dependencies | |||||
2022-01-19 | py-pymol: don't install with pip (#28450) | Adam J. Stewart | 1 | -5/+11 | |
2022-01-19 | py-pyodbc: remove install_options (#28454) | Adam J. Stewart | 1 | -5/+2 | |
2022-01-19 | py-numpy: remove install_options (#28459) | Adam J. Stewart | 1 | -14/+0 | |
2022-01-19 | py-scipy: remove -j flag (#28460) | Adam J. Stewart | 1 | -8/+0 | |
2022-01-19 | py-python-meep: remove install_options (#28461) | Adam J. Stewart | 1 | -30/+0 | |
* py-python-meep: remove install_options * Remove unused import | |||||
2022-01-19 | py-scs: fix CUDA build (#28463) | Adam J. Stewart | 1 | -2/+1 | |
2022-01-19 | Remove '==> OpenFOAM bashrc env: ' from module (#28444) | Stephen Sachs | 1 | -1/+1 | |
It seems that spack reads the output of `setup_run_environment` to build the actual spack modules and lmod modules. So, any output here will used verbatim on the shell. This patch fixes https://github.com/spack/spack/issues/26733 |