- Mar 06, 2020
-
-
Tamara Dahlgren authored
* Recover coverage from subprocesses during unit tests
-
- Mar 05, 2020
-
-
Adam J. Stewart authored
* Add Checksum for 1.4.1.4 Release Add checksum for 1.4.1.4 release. Mark myself as maintainer. List develop version. * Update var/spack/repos/builtin/packages/libhio/package.py Co-Authored-By:
Adam J. Stewart <ajstewart426@gmail.com> * Update package.py Co-authored-by:
Adam J. Stewart <ajstewart426@gmail.com>
-
Adam J. Stewart authored
-
Adam J. Stewart authored
-
eugeneswalker authored
It was reported that UnifyFS had a bug with the --enable-mpi-mount config option, which corresponds to the auto-mount variant. This bug was fixed in the UnifyFS dev branch, however remains broken for the 0.9.0 version. This adds a patch to the unifyfs package to fix the auto-mount variant when installing with version 0.9.0. This also removes the openssl dependency as unifyfs does not directly depend on it. This was said to be a non-explicit dependency in #15258. However, if it is needed, it is likely a non-explicit dependency of one of unifyfs's dependencies and should be added there. Fixes: #15292
-
Adam J. Stewart authored
* lammps: add most recent stable release * Update var/spack/repos/builtin/packages/lammps/package.py Co-Authored-By:
Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by:
Adam J. Stewart <ajstewart426@gmail.com>
-
Patrick Gartung authored
-
Adam J. Stewart authored
-
Adam J. Stewart authored
Signed-off-by:
Phil Carns <carns@mcs.anl.gov>
-
Axel Huebl authored
* New package: fd-find Add package for fd-find: A simple, fast and user-friendly alternative to 'find'. * Update copyright date
-
Axel Huebl authored
Add package for ripgrep: ripgrep is a line-oriented search tool that recursively searches your current directory for a regex pattern. ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep.
-
Adam J. Stewart authored
* [opensubdiv] created stub for opensubdiv * [opensubdiv] added homepage and description * [opensubdiv] removed boilerplate * [opensubdiv] working on dependencies and variants * [opensubdiv] fixed syntax error * [opensubdiv] defined spec * [opensubdiv] added dev version * [opensubdiv] building on CudaPackage * [opensubdiv] always build with open gl and depends_on('gl') * [opensubdiv] applying cuda flags * [opensubdiv] worked on doc variant * [opensubdiv] added some x11 libraries * [opensubdiv] depends on glfw * [opensubdiv] locating glew * [opensubdiv] added openmp variant * [opensubdiv] flake8 fixing * [opensubdiv] fixed develop version name * [opensubdiv] fixed description to not need @
-
Massimiliano Culpo authored
-
Massimiliano Culpo authored
Testing the install StopIteration exception resulted in an attribute error: AttributeError: 'StopIteration' object has no attribute 'message' This PR adds a unit test and resolves that error.
-
Adam J. Stewart authored
-
Peter Scheibel authored
-
Axel Huebl authored
-
Adam J. Stewart authored
* ADIOS2: Version `master` Rename branch version to supported, real development branch `master`. The old name is legacy Spack when alternative development branch names were not yet supported. * ADIOS: Simplify via spec Variable use the already defined local variable `spec` to shorten lines
-
Adam J. Stewart authored
Add the python dependency and CMake hints when build with tests. `spack install --tests=root adios2`
-
Patrick Gartung authored
This recovers the old behavior of replace_prefix_bin that was modified to work with elf binaries by prefixing os.sep to new prefix until length is the same as old prefix.
-
Adam J. Stewart authored
-
Adam J. Stewart authored
Since 1.9.0 is broken for Darwin, which impacts many developers, and the fix is still a RC, let's keep the previous release as default. This avoids distruption for OSX developers and CI.
-
Peter Scheibel authored
Removed the code that was converting the old index.yaml format into index.json. Since the change happened in #2189 it should be considered safe to drop this (untested) code.
-
- Mar 04, 2020
-
-
Patrick Gartung authored
* use os.sep instead of null byte to pad replacement paths in binaries * Prefix the pading os.sep's
-
Adam J. Stewart authored
-
Adam J. Stewart authored
-
Adam J. Stewart authored
-
Adam J. Stewart authored
-
Adam J. Stewart authored
fixes #15184 GraphBLAS depends on m4 according to CMake error message Do not use INSTALL= when compiling the library
-
Christoph Junghans authored
-
- Mar 03, 2020
-
-
Sergey Kosukhin authored
Spack's fflags are meant for both f77 and fc. Therefore, they must be passed as FFLAGS and FCFLAGS to the configure scripts of Autotools-based packages.
-
sknigh authored
-
sknigh authored
* added UQTk package * Add missing expat dependency to uqtk
-
Mark W. Krentel authored
Increase the connect timeout for elfutils to 60 sec. Elfutils (and bzip2) tar files are on sourceware.org which is often slow to respond.
-
Brian Van Essen authored
and found when using the RelWithDebInfo build type. Change protobuf to only support Release and Debug build types.
-
Mathias Anselmann authored
cherry-picking global ordinal type variant from https://github.com/spack/spack/pull/14215 and setting dealii to GO int, to make it compile again (#15288) Co-authored-by:
Andrey Prokopenko <andrey.prok@gmail.com>
-
Dr. Christian Tacke authored
* @develop needs the full git repo to use "git describe" properly * If not specifying the cxxstd variant, let cmake use its default * Improve fmt dependencies: fairlogger < 1.6.2 does not work with fmt >= 6. * Small other stuff
-
Patrick Schratz authored
-
Jennifer Herting authored
* Created stub * added description and homepage * added dependencies * removed extra boilerplae * switched to the pkgconfig provider
-
Sergey Kosukhin authored
-