Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-02-23 | octave-statistics: new package at v1.4.2 (#21873) | Olivier Cessenat | 1 | -0/+18 | |
2021-02-23 | openblas: add "locking" variant, updated blaspp (#21770) | Axel Huebl | 2 | -1/+15 | |
BlasPP by ECP SLATE will fail to install by default (`spack install blaspp`) because: - the default BLAS installation in Spack is OpenBLAS - BlasPP conflicts with `threads=none` for all recent OpenBLAS releases OpenBLAS introduced a threadsafe compile option with 0.3.7+ aka `USE_LOCKING`: ``` 61 # If you want to build a single-threaded OpenBLAS, but expect to call this 62 # from several concurrent threads in some other program, comment this in for 63 # thread safety. (This is done automatically for USE_THREAD=1 , and should not 64 # be necessary when USE_OPENMP=1) 65 # USE_LOCKING = 1 ``` According to tests, with `spack install --test root blaspp`, this exactly addresses the issues in BlasPP tests. It also seems to be a good option to set by default for OpenBLAS and users that do not need this safety net can always disable it. Solve issues with newer OpenBLAS by requiring `+locking` over none-default threading options. | |||||
2021-02-22 | Improve error message for inconsistencies in package.py (#21811) | Massimiliano Culpo | 4 | -5/+66 | |
* Improve error message for inconsistencies in package.py Sometimes directives refer to variants that do not exist. Make it such that: 1. The name of the variant 2. The name of the package which is supposed to have such variant 3. The name of the package making this assumption are all printed in the error message for easier debugging. * Add unit tests | |||||
2021-02-22 | Merge tag 'v0.16.1' into develop | Todd Gamblin | 2 | -2/+31 | |
2021-02-22 | Adding support for ROCm for the LBANN software stack. (#21716) | Brian Van Essen | 4 | -8/+92 | |
* Also removed LBANN CUDA CMake flags that are set by the version of Hydrogen that is compiled against. * Updated recipes to use HWLOC 2.3 with ROCm to enable topology awareness. Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com> | |||||
2021-02-22 | respect -k/verify-ssl-false in _existing_url method (#21864) | Greg Becker | 1 | -0/+2 | |
2021-02-22 | py-fenics-ffc: new package to support fenics (#21862) | emai-imcs | 1 | -0/+39 | |
* new Python FFC package to support FEniCS 2018 onwards * added py-dijitso dependency * added fenics python ffc package | |||||
2021-02-22 | py-torch: ensure libtorch_global_deps is linked with the c++ library (#21860) | Andrew W Elble | 1 | -0/+7 | |
* py-torch: ensure libtorch_global_deps is linked with the c++ library * add comment with upstream issue | |||||
2021-02-22 | amrex: add +pic variant (#21849) | eugeneswalker | 1 | -0/+3 | |
2021-02-22 | STRUMPACK: Add e4s testsuite-inspired smoke test (#21705) | Sergei Shudler | 1 | -2/+62 | |
2021-02-22 | New Package: octave-quaternion (#21855) | Olivier Cessenat | 1 | -0/+20 | |
2021-02-22 | New Package: octave-io (#21850) | Olivier Cessenat | 1 | -0/+22 | |
2021-02-22 | New Package: octave-gsl (#21854) | Olivier Cessenat | 1 | -0/+21 | |
2021-02-22 | New Package: octave-quaternion (#21856) | Olivier Cessenat | 1 | -0/+18 | |
2021-02-22 | New Package: octave-symbolic (#21857) | Olivier Cessenat | 1 | -0/+21 | |
2021-02-22 | Fix typo (#21859) | Harmen Stoppels | 1 | -1/+1 | |
2021-02-22 | New package: py-dask-xgboost (#21583) | a-saitoh-fj | 1 | -0/+25 | |
* New package: py-dask-xgboost * py-dask-xgboost: Fixed what was pointed out | |||||
2021-02-22 | py-dask-ml: add new package. (#21831) | Tomoki, Karatsu | 2 | -0/+88 | |
* py-dask-ml: add new package. * Modified to PythonPackage. * Remove test-related dependencies. * Changed to execute docs build after install. | |||||
2021-02-22 | redland: new package at v 1.0.17 (#21837) | ketsubouchi | 1 | -0/+21 | |
2021-02-22 | rasqal: add new package at v0.9.33 (#21836) | ketsubouchi | 1 | -0/+22 | |
2021-02-22 | harfbuzz: allows compilation standard being set properly for gcc (#21810) | Olivier Cessenat | 1 | -1/+10 | |
2021-02-22 | mapnik: now compiles smoothly on recent gcc thanks to harfbuzz package ↵ | Olivier Cessenat | 1 | -2/+0 | |
altered (#21812) | |||||
2021-02-22 | eigenexa: fix build error and add test method (#21692) | takanori-ihara | 4 | -1/+90 | |
2021-02-22 | yoda: add v1.8.5, tighten cython dependency (#21832) | iarspider | 1 | -1/+6 | |
2021-02-22 | qrupdate: use the requested compiler from Spack (#21841) | Olivier Cessenat | 1 | -3/+19 | |
qrupdate did hard set FC=gfortran Parallel compilation is now allowed calling $(MAKE) instead of make for subprocess see: https://stackoverflow.com/questions/24818095/warning-forced-in-submake-in-parallel-execution-of-make The build phase is split since the process always requires a target. | |||||
2021-02-22 | octave: add v6.2.0 (#21833) | Olivier Cessenat | 1 | -0/+1 | |
2021-02-22 | pfapack: forbid building in parallel (#21826) | kuramoto-fj | 1 | -0/+2 | |
There are cases where parallel build fails. | |||||
2021-02-22 | raptor2: new package at v2.0.15 (#21835) | ketsubouchi | 1 | -0/+17 | |
2021-02-22 | nim: add v1.4.2, deprecated old versions (#21790) | Tomoyasu Nojiri | 1 | -3/+5 | |
2021-02-22 | genesis: New package. (#21183) | takanori-ihara | 3 | -0/+740 | |
* genesis: New package. * fujitsu-ssl2: fix unit test error * genesis: Fix for comments and add test method * genesis: Fix for comments * genesis: Fix for comments | |||||
2021-02-22 | py-dask-glm: Add new package. (#21828) | Tomoki, Karatsu | 1 | -0/+24 | |
2021-02-21 | py-nbconvert: add function 'setup_dependent_build_environment'. (#21827) | Tomoki, Karatsu | 1 | -0/+9 | |
* py-nbconvert: add function 'setup_dependent_build_environment'. * add 'setup_dependent_run_environment' * add 'setup_run_environment'. | |||||
2021-02-20 | libblastrampoline: new package (#21825) | Mosè Giordano | 1 | -0/+21 | |
* libblastrampoline: new package * Apply suggestions from code review Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2021-02-20 | Add checksum for form 4.1 (#21808) | iarspider | 1 | -0/+1 | |
2021-02-20 | masurca: add version 4.0.1 (#21816) | downloadico | 1 | -1/+7 | |
Now using the install.sh script to install into the prefix. | |||||
2021-02-20 | openmpi: add variant for using internal hwloc (#19109) | Howard Pritchard | 1 | -4/+6 | |
It turns out there are certain cases where having Open MPI use an external hwloc messes up other applications that also rely on hwloc, but a different version. Signed-off-by: Howard Pritchard <howardp@lanl.gov> | |||||
2021-02-20 | VTK-m: fixed inconsistencies in directives (#21820) | Axel Huebl | 1 | -8/+2 | |
* VTK-m: No `pic` variant A leftover conflict between `shared` and `pic` variants, the latter is not part of the package anymore, leads to a solver error with clingo. This removes the outdated conflict section. * VTK-m: Kokkos AMD GPU variant changed | |||||
2021-02-19 | update R to v4.0.4 (#21815) | Patrick Schratz | 1 | -0/+1 | |
2021-02-19 | py-unshare: new package (#21817) | Andrew W Elble | 1 | -0/+17 | |
2021-02-19 | Update CHANGELOG and release versionv0.16.1 | Tamara Dahlgren | 2 | -1/+30 | |
2021-02-19 | Resolve (post-cherry-picking) flake8 errors | Tamara Dahlgren | 4 | -6/+12 | |
2021-02-19 | libqrencode: new package at v4.1.1 (#21801) | Olivier Cessenat | 1 | -0/+44 | |
2021-02-19 | njet: add v2.0.0 (#21809) | iarspider | 2 | -0/+20 | |
2021-02-19 | Add new variants to tauola (hepmc3, lhapdf) (#21802) | iarspider | 1 | -4/+26 | |
2021-02-19 | proj: adding recent DATA and recent release up to 7.2.1 (#21804) | Olivier Cessenat | 1 | -2/+18 | |
2021-02-19 | Add checksum for version 0.29.20 (#21806) | iarspider | 1 | -0/+1 | |
2021-02-19 | cdo: switch to fftw-api (#21803) | Sergey Kosukhin | 1 | -1/+1 | |
2021-02-19 | Add photos 3.64; add hepmc2/hepmc3 variants (#21795) | iarspider | 1 | -3/+9 | |
2021-02-19 | documentation: correct precedence of included configs in environment ↵ | Tom Payerle | 1 | -2/+2 | |
spack.yaml (#18663) fixes #17993 | |||||
2021-02-19 | py-parso: add v0.8.1 (#21798) | iarspider | 1 | -1/+5 | |