summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-04-16Updates for xtensor to 0.23.4 (#22898)Chris Richardson2-1/+4
* Updates for xtensor * Update package.py
2021-04-16New package: r-assertive-strings (#22936)Jen Herting1-0/+27
2021-04-17Depend on binutils with ld and plugins in GCC (#22989)Harmen Stoppels1-1/+1
2021-04-16allow any Python 3.7 patch version for vtk@8 (#22912)Bryan Herman1-1/+1
2021-04-16Update VASP package for NVIDIA compilers (#23020)Scott McMillan1-0/+6
Co-authored-by: Scott McMillan <smcmillan@nvidia.com>
2021-04-16Update readline package for NVIDIA compilers (#23019)Scott McMillan1-0/+8
Co-authored-by: Scott McMillan <smcmillan@nvidia.com>
2021-04-16kvtree: add variant and new releases (#22852)Cameron Stanavige1-1/+13
This updates the url and adds three versions to the package. This also adds a variant for the KVTree "file_lock" cmake option.
2021-04-16str: When building @develop branch, use @master for several dependencies. ↵Robert Brunner1-1/+4
(#22916)
2021-04-16llvm: new version, 12.0.0 (#23033)Robert Mijakovic1-0/+1
Co-authored-by: Robert Mijakovic <robert.mijakovic@lxp.lu>
2021-04-16QE April 2021 (#23049)Nichols A. Romero1-10/+20
2021-04-16New package: r-deriv (#22781)Jen Herting1-0/+21
Co-authored-by: Alex C Leute <aclrc@rit.edu>
2021-04-16Update to 2.6.2 (#23017)Chris Richardson1-1/+2
2021-04-16add maintainers to legacy intel product pacakges (#23030)Robert Cohn2-0/+4
2021-04-16fix openjdk build error: Prefix import missing (#23014)Pramod Kumbhar1-0/+1
fixes #23013
2021-04-16LLVM needs ld gold with plugin support (#22988)Harmen Stoppels1-1/+1
See https://llvm.org/docs/GoldPlugin.html
2021-04-16claw: bugfix for Cray compiler (#23027)Sergey Kosukhin1-0/+8
2021-04-16numactl: enable building with pgi@20: (#23026)Sergey Kosukhin1-4/+11
2021-04-16docs: spack does not have a variant debug for libelf (#23021)Vanessasaurus1-3/+3
Signed-off-by: vsoch <vsoch@users.noreply.github.com> Co-authored-by: vsoch <vsoch@users.noreply.github.com>
2021-04-16octave-optim: more precise dependency constraints (#22909)Olivier Cessenat1-1/+3
2021-04-15Return non-zero from CDash reporter when errors are detected (#22962)Zack Galbreath1-4/+12
2021-04-15update libpmemobj-cpp (#22897)KoyamaSohei1-6/+16
2021-04-15Added thread-MPI to build. (#22992)Evan Bollig1-2/+3
2021-04-15Amdfftw and fftw: add variants and conflicts (#22940)AMD Toolchain Support2-25/+50
FFTW: (1) Condition to ensure Quad precision is not supported in MPI under FFTW base class AMDFFTW: (1) Support for debug and quad precision for aocc compiler (2) Dedicated variant for threads for enabling SMP threads (3) Restricted simd features to 'sse2', 'avx' and 'avx2' (4) Removed float simd features (5) If debug option is enabled, configure option will be appended with --enable-debug option (6) Condition to ensure amd-fast-planner is supported from 3.0 onwards under amdfftw derived class (7) New variant amd-fast-planner - This option will reduce the planning time without much tradeoff in the performance. It is supported for single and double precisions. (8) Removed following flags for amdfftw - '--enable-threads', '--enable-fma' and '--enable-sse'
2021-04-15MDSplus: neww package (#21957)Marijn van Vliet1-0/+55
MDSplus is a set of software tools for data acquisition and storage and a methodology for management of complex scientific data. https://www.mdsplus.org Co-authored-by: Marijn van Vliet <marijn.vanvliet@aalto.fi>
2021-04-15Update versions of several dependencies of Spack (#22990)Harmen Stoppels7-4/+39
curl v7.76.1 expat v2.3.0 file v5.4.0 libbsd v0.11.3 + add libmd dependency pcre2 v10.36 sqlite v3.35.4
2021-04-15suite-sparse: fix building with CUDA 11 (#22971)finkandreas2-0/+15
2021-04-15git: enable build without perl (#23005)Harmen Stoppels1-2/+11
2021-04-15trilinos: fix build with cuda-11 and cxxstd=14 variant (#22972)finkandreas2-0/+114
2021-04-15CORAL: new package at v3.3.3 (#22867)iarspider1-0/+59
2021-04-15hdf5: libtool patch for NAG compiler (#22935)Sergey Kosukhin2-0/+67
2021-04-15Bedtools2: add dependencies needed for latest version (#22999)Glenn Johnson1-0/+2
2021-04-15cgal: fix typo in variant name (#23001)Adam J. Stewart1-1/+1
2021-04-15Merge pull request #21930 from vsoch/add/spack-monitorVanessasaurus31-105/+2281
This provides initial support for [spack monitor](https://github.com/spack/spack-monitor), a web application that stores information and analysis about Spack installations. Spack can now contact a monitor server and upload analysis -- even after a build is already done. Specifically, this adds: - [x] monitor options for `spack install` - [x] `spack analyze` command - [x] hook architecture for analyzers - [x] separate build logs (in addition to the existing combined log) - [x] docs for spack analyze - [x] reworked developer docs, with hook docs - [x] analyzers for: - [x] config args - [x] environment variables - [x] installed files - [x] libabigail There is a lot more information in the docs contained in this PR, so consult those for full details on this feature. Additional tests will be added in a future PR.
2021-04-15Use `gethostname()` instead of `getfqdn()` for lock debug modevsoch2-2/+2
In debug mode, processes taking an exclusive lock write out their node name to the lock file. We were using `getfqdn()` for this, but it seems to produce inconsistent results when used from within some github actions containers. We get this error because getfqdn() seems to return a short name in one place and a fully qualified name in another: ``` File "/home/runner/work/spack/spack/lib/spack/spack/test/llnl/util/lock.py", line 1211, in p1 assert lock.host == self.host AssertionError: assert 'fv-az290-764....cloudapp.net' == 'fv-az290-764' - fv-az290-764.internal.cloudapp.net + fv-az290-764 !!!!!!!!!!!!!!!!!!!! Interrupted: stopping after 1 failures !!!!!!!!!!!!!!!!!!!! == 1 failed, 2547 passed, 7 skipped, 22 xfailed, 2 xpassed in 1238.67 seconds == ``` This seems to stem from https://bugs.python.org/issue5004. We don't really need to get a fully qualified hostname for debugging, so use `gethostname()` because its results are more consistent. This seems to fix the issue. Signed-off-by: vsoch <vsoch@users.noreply.github.com>
2021-04-14updates for new tutorialGregory Becker1-2/+2
update s3 bucket update tutorial branch
2021-04-14update tutorial public keyGregory Becker1-35/+26
2021-04-14fixing the config issue (#22930)AMD Toolchain Support1-2/+2
2021-04-14QMCPACK: add version 3.11.0 (#22978)Nichols A. Romero1-3/+4
Additional changes: * Boost dependency is only needed for build * Make serial HDF5 the default
2021-04-14claw package: support for cce11 (#22986)Sergey Kosukhin1-3/+8
2021-04-14gdrcopy: fix install of version >= 2.2 (#22987)Andrew W Elble1-1/+6
'prefix' option must be lowercase for versions >= 2.2
2021-04-14m4: Apply macOS patch also on Big Sur (#22993)Erik Schnetter1-0/+1
Without this patch, `m4` aborts on startup, as for the previous macOS releases.
2021-04-14root: Add Version 6.24.00 (#22996)Dr. Christian Tacke1-2/+5
* 6.24 needs nlohmann-json (and disable the builtin one) * Move the git url to the top (allows easier building of tags, etc)
2021-04-14py-gym: new package (#22983)Andrew W Elble1-0/+26
2021-04-14py-arcgis: add new package (#22837)Adam J. Stewart1-0/+36
2021-04-14q-e-sirius: migrate to CMake (#22984)Harmen Stoppels1-291/+43
2021-04-14spla: add version 1.4.0 (#22985)Simon Frasch1-0/+1
2021-04-13New package: mysqlpp (mysql++) (#22877)Glenn Johnson1-0/+35
2021-04-14AMD ROCm 4.1.0 release: Bump up the version of migraphx recipe (#22889)arjun-raj-kuppala1-4/+4
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
2021-04-13New package: lp-solve (#22876)Glenn Johnson1-0/+32
2021-04-13mariadb-c-client: fix location of libraries (#22873)Glenn Johnson1-0/+6
Override 'libs' property to search for expected library name: default Spack implementation can only locate libraries if they match the package name.