summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-02-23Drop compiler variables from spack load (#21699)Harmen Stoppels2-11/+0
Drops: * C_INCLUDE_PATH * CPLUS_INCLUDE_PATH * LIBRARY_PATH * INCLUDE We already decided to use C_INCLUDE_PATH, CPLUS_INCLUDE_PATH, INCLUDE over CPATH here: https://github.com/spack/spack/pull/14749 However, none of these flags apply to Fortran on Linux. So for consistency it seems better to make the user use -I and -L flags by hand or through pkgconfig.
2021-02-23margo is now mochi-margo (#21851)eugeneswalker1-1/+1
unifyfs dependency margo is now mochi-margo following deprecation commit c55406a
2021-02-23octave-instrctl: new package at v0.3.1 (#21845)Olivier Cessenat1-0/+18
2021-02-23octave-optim: add v1.6.1 (#21844)Olivier Cessenat1-0/+1
2021-02-23octave-struct: add v1.0.17 (#21846)Olivier Cessenat1-0/+1
2021-02-23octave-splines: new version 1.3.3 (#21847)Olivier Cessenat1-0/+1
2021-02-23xsdk: update build to follow strumpack change (#21871)Satish Balay1-4/+4
Change happened in 671f0ff32b3ee2fdf7cae71864073e974b804c23
2021-02-23octave-signal: new package at v1.4.1 (#21872)Olivier Cessenat1-0/+18
2021-02-23octave-statistics: new package at v1.4.2 (#21873)Olivier Cessenat1-0/+18
2021-02-23openblas: add "locking" variant, updated blaspp (#21770)Axel Huebl2-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-22Improve error message for inconsistencies in package.py (#21811)Massimiliano Culpo4-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-22Merge tag 'v0.16.1' into developTodd Gamblin2-2/+31
2021-02-22Adding support for ROCm for the LBANN software stack. (#21716)Brian Van Essen4-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-22respect -k/verify-ssl-false in _existing_url method (#21864)Greg Becker1-0/+2
2021-02-22py-fenics-ffc: new package to support fenics (#21862)emai-imcs1-0/+39
* new Python FFC package to support FEniCS 2018 onwards * added py-dijitso dependency * added fenics python ffc package
2021-02-22py-torch: ensure libtorch_global_deps is linked with the c++ library (#21860)Andrew W Elble1-0/+7
* py-torch: ensure libtorch_global_deps is linked with the c++ library * add comment with upstream issue
2021-02-22amrex: add +pic variant (#21849)eugeneswalker1-0/+3
2021-02-22STRUMPACK: Add e4s testsuite-inspired smoke test (#21705)Sergei Shudler1-2/+62
2021-02-22New Package: octave-quaternion (#21855)Olivier Cessenat1-0/+20
2021-02-22New Package: octave-io (#21850)Olivier Cessenat1-0/+22
2021-02-22New Package: octave-gsl (#21854)Olivier Cessenat1-0/+21
2021-02-22New Package: octave-quaternion (#21856)Olivier Cessenat1-0/+18
2021-02-22New Package: octave-symbolic (#21857)Olivier Cessenat1-0/+21
2021-02-22Fix typo (#21859)Harmen Stoppels1-1/+1
2021-02-22New package: py-dask-xgboost (#21583)a-saitoh-fj1-0/+25
* New package: py-dask-xgboost * py-dask-xgboost: Fixed what was pointed out
2021-02-22py-dask-ml: add new package. (#21831)Tomoki, Karatsu2-0/+88
* py-dask-ml: add new package. * Modified to PythonPackage. * Remove test-related dependencies. * Changed to execute docs build after install.
2021-02-22redland: new package at v 1.0.17 (#21837)ketsubouchi1-0/+21
2021-02-22rasqal: add new package at v0.9.33 (#21836)ketsubouchi1-0/+22
2021-02-22harfbuzz: allows compilation standard being set properly for gcc (#21810)Olivier Cessenat1-1/+10
2021-02-22mapnik: now compiles smoothly on recent gcc thanks to harfbuzz package ↵Olivier Cessenat1-2/+0
altered (#21812)
2021-02-22eigenexa: fix build error and add test method (#21692)takanori-ihara4-1/+90
2021-02-22yoda: add v1.8.5, tighten cython dependency (#21832)iarspider1-1/+6
2021-02-22qrupdate: use the requested compiler from Spack (#21841)Olivier Cessenat1-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-22octave: add v6.2.0 (#21833)Olivier Cessenat1-0/+1
2021-02-22pfapack: forbid building in parallel (#21826)kuramoto-fj1-0/+2
There are cases where parallel build fails.
2021-02-22raptor2: new package at v2.0.15 (#21835)ketsubouchi1-0/+17
2021-02-22nim: add v1.4.2, deprecated old versions (#21790)Tomoyasu Nojiri1-3/+5
2021-02-22genesis: New package. (#21183)takanori-ihara3-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-22py-dask-glm: Add new package. (#21828)Tomoki, Karatsu1-0/+24
2021-02-21py-nbconvert: add function 'setup_dependent_build_environment'. (#21827)Tomoki, Karatsu1-0/+9
* py-nbconvert: add function 'setup_dependent_build_environment'. * add 'setup_dependent_run_environment' * add 'setup_run_environment'.
2021-02-20libblastrampoline: new package (#21825)Mosè Giordano1-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-20Add checksum for form 4.1 (#21808)iarspider1-0/+1
2021-02-20masurca: add version 4.0.1 (#21816)downloadico1-1/+7
Now using the install.sh script to install into the prefix.
2021-02-20openmpi: add variant for using internal hwloc (#19109)Howard Pritchard1-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-20VTK-m: fixed inconsistencies in directives (#21820)Axel Huebl1-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-19update R to v4.0.4 (#21815)Patrick Schratz1-0/+1
2021-02-19py-unshare: new package (#21817)Andrew W Elble1-0/+17
2021-02-19Update CHANGELOG and release versionv0.16.1Tamara Dahlgren2-1/+30
2021-02-19Resolve (post-cherry-picking) flake8 errorsTamara Dahlgren4-6/+12
2021-02-19libqrencode: new package at v4.1.1 (#21801)Olivier Cessenat1-0/+44