summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2022-01-28ParaView: Require Ninja for builds (#28650)kwryankrattiger1-0/+3
2022-01-28slepc: switch from using -with-arpack-dir to --with-arpack-include/lib ↵Satish Balay1-11/+18
options (#28654) Also save configure.log, make.log
2022-01-28py-torch: add v1.10.2 (#28653)Adam J. Stewart2-0/+3
2022-01-28Add more ReFrame versions (#28655)Vasileios Karakasis1-0/+2
2022-01-28at-spi2-core: patch for version 2.40.1 and beyond (#28497)Desmond Orton1-0/+4
at-spi2-core is automatically selecting dbus-broker and enabling systemd if it finds dbus-broker-launch which some systems might have even without systemd being part of the actual spack environment. This is not ideal for a spack package.
2022-01-28ucx backtrace-detail variant (#28625)Tom Vander Aa1-0/+4
ucx has the configure option --[enable|disable]-backtrace detail. This option is not explicitely set by spack, causing problems on my system, because ./configure does not find the bfd.h header file / libbfd.so library. Added variant + dependencies (binutils). Disabled by default
2022-01-28gptune: add variants (mpispawn, hypre) (#27733)liuyangzhuan5-86/+626
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2022-01-28trilinos: version 12 cxxstd flags (#28582)Toyohisa Kameyama1-0/+5
* trilinos: version 12 requires cxxstd=11 * trilinos: use cmake version 3.21 or old when trilinos version 12 * conflict cxxstd=17 and cmake@3.2.[01] * trilinos: version 12 requires cxxstd=11. * Trilinos_CXX11_FLAGS is set to ' ' to avoid inject C++11 flag. * set Trilinos_CXX11_FLAGS only version 12 or older.
2022-01-27Trilinos: minimize E4S CUDA build (#28591)Seth R. Johnson1-25/+22
* trilinos: update dependencies Use the tribits deps to clarify some dependencies, and group some together using `with` statements, eliminating some transitive conflict duplication. * trilinos: Restricit cuda incompatibility * e4s: vastly reduce number of packages in trilinos-cuda build Not clear who the customers of cuda-enabled trilinos are, or what options they need, or which sets of options conflict... * e4s: remove ~wrapper from trilinos+cuda
2022-01-27New package: py-wordcloud (#28482)Jen Herting1-0/+20
* [py-wordcloud] created template * [py-wordcloud] - added dependencies - added homepage - added description - removed fixmes - updated copyright
2022-01-27New package: py-spectral (#28481)Jen Herting1-0/+22
* simple build of spectral * fixed trailing whitespace for style * [py-spectral] updated copyright * [py-spectral] runtime imports py-numpy Co-authored-by: Sid Pendelberry <sid@rit.edu>
2022-01-27New package: py-deepecho (#28488)Jen Herting1-0/+25
* [py-deepecho] created template * [py-deepecho] - added dependencies - added homepage - added description - removed fixmes - updated copyright * [py-deepecho] flake8 * [py-deepecho] removed .999 * [py-deepecho] added dependency on py-pytest-runner
2022-01-27python: 3.9.10, 3.10.2 (#28635)Harmen Stoppels1-1/+3
2022-01-27xyce: Add cxxstd variant with only valid value of 11 (#28616)Paul Kuberry1-0/+10
2022-01-27gpi-space: add new package (#27989)Max Zeyen1-0/+68
2022-01-27conduit: add v0.8.1 and patch to add algorithm for std sort (#28618)Gregory Lee2-0/+12
2022-01-27Update CMake to 3.21 in LBANN-related projects (#28507)Tim Moon3-3/+6
* Update CMake to 3.21 in LBANN-related projects * Allow CMake 3.17 for older versions of LBANN, Hydrogen, Aluminum
2022-01-27Vtkm kokkos variant (#28363)kwryankrattiger1-35/+42
* VTK-m: Make vtk-m consistent with ROCmPackage * VTKm: Add kokkos variant Specifying +kokkos will enable kokkos backend. Specifying +kokkos with +rocm will require a kokkos with a ROCm backend. Specifying +cuda enables VTK-m native CUDA backend. VTK-m native cuda backend is not compatible with the kokkos +cuda backend. * VTK-m: Add cuda_native variant Required to allow specifying a vtk-m spec the selects a cuda_arch and predictably propagate that to the underlying kokkos dependency. This also makes explicit selecting kokkos with a cuda backend or using the VTK-m cuda backend.
2022-01-26New packages: py-quaternionic and py-spherical (#28611)Nils Leif Fischer2-0/+49
2022-01-26Mesa(18): Use libllvm virtual package (#28365)kwryankrattiger7-11/+81
* Mesa(18): Use libllvm virtual package * Mesa patch configuration Patch Mesa to define LLVM_VERSION_SUFFIX if llvm is pre-release * Patch llvm-config to define LLVM_VERSION_SUFFIX
2022-01-26cmake: new version 3.22.2 (#28608)Harmen Stoppels1-0/+1
2022-01-26lhapdfsets: add new package (#25477)Valentin Volkl3-34/+1120
2022-01-26vbfnlo: use patch method and filter_file instead of patch directive (#28506)haralmha2-14/+4
* Patch only for @3.0.0beta5 * Replace version specific patch file with patch function Co-authored-by: root <root@hahansencs8.cern.ch>
2022-01-25trilinos: Enable LAPACK functionality in amesos2 (#28577)Seth R. Johnson1-0/+1
2022-01-26Bugfix: Tasmanian stand alone test (#28496)Richarda Butler1-6/+52
2022-01-25alluxio: new version v2.7.2 (#28589)Ryan Marcellino1-0/+1
2022-01-25Fix build of libnetworkit/py-networkit (#28458)Adam J. Stewart2-1/+2
2022-01-25occa: new release 1.2.0 release, and commit refs for prior releases (#28590)Cyrus Harrison1-6/+7
2022-01-25py-tensorboard-plugin-wit: install wheel (#28566)Adam J. Stewart1-69/+10
2022-01-25New packages: BigDFT suite (#26853)Daniele Cesarini11-0/+1062
2022-01-25Nalu wind: simplify version dependencies with trilinos (#28588)Seth R. Johnson1-5/+6
* nalu-wind: simplify trilinos variant requirements * nalu-wind: simplify version dependencies With spack versioning, 'master' < 'develop' and 'develop' > 2.18.2.
2022-01-25tau: %clang needs cmake for build (#28531)eugeneswalker1-0/+1
* tau%clang needs cmake for build * specify cmake@3.14:
2022-01-25 flux-pmix: add new package (#28559)Mark Grondona2-0/+49
* pmix: add v4.1.0 * flux-pmix: add flux-pmix package
2022-01-25 mosquitto, cjson: added new packages (#28550)Daniele Cesarini2-0/+59
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2022-01-25octave: add maintainer @siko1056 (#28584)Kai Torben Ohlhus1-1/+1
2022-01-25Rename hpx-local to pika (#28585)Mikael Simberg1-27/+16
2022-01-25geant4: GEANT4_INSTALL_DATA=OFF and depends_on geant4-data type=run (#28581)Wouter Deconinck1-19/+15
* [geant4] set GEANT4_INSTALL_DATA=OFF * [geant4] downgrade geant4-data dependency to type=run
2022-01-25charliecloud: add v0.26 (#28571)Jordan Ogas1-0/+1
2022-01-25octave: add v6.4.0 (#28580)Kai Torben Ohlhus1-0/+1
2022-01-24py-lazyarray: add versions from 0.3.3 to 0.5.2 (#28574)Andrew Davison1-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-24flux-core: add v0.32.0 and v0.33.0 (#28347)Mark Grondona1-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-24gaudi: add v36.1, v36.2 and v36.3 (#28078)Wouter Deconinck1-1/+5
2022-01-24cassandra: add v4.0.1, changed download url (#28551)Daniele Cesarini1-6/+8
2022-01-24grep: prevent recursive symlink (#28561)Adam J. Stewart1-0/+2
2022-01-24py-pandas: add v1.4.0 (#28563)Adam J. Stewart1-1/+8
2022-01-24py-pillow: add v9.0.0 (#28564)Adam J. Stewart2-1/+4
2022-01-24glm: add develop version (#28499)Peter Brady1-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-23dftd4: add v3.3.0 (#28558)Sebastian Ehlert1-1/+4
2022-01-23aspect: development branch is called main now (#28512)Timo Heister1-1/+1
2022-01-23m4: move patches hosted at savannah into the repo (#28515)Todd Gamblin3-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.