- Mar 05, 2020
-
-
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
-
Mathias Anselmann authored
Suite-sparse 5.7.0 and 5.7.1 need separate make and make install run to be able to compile, too
-
George Hartzell authored
Just `depend_on('ncurses')`, pkgconfig seems to cause the right thing to happen if the package is built +termlib or ~termlib (tested both ways on a CentOS 7 system). Additional details in: https://github.com/spack/spack/issues/15281 Tested by building all of the releases of tmux on a CentOS 7 box.
-
Dr. Christian Tacke authored
"container" is partly a misnomer, as it's realy the extended allocators part of container. But every part calls it container, so we do too.
-
- Mar 02, 2020
-
-
Erik Schnetter authored
-
Tamara Dahlgren authored
The distributed build PR (#13100) -- did not check the install status of dependencies when using the `--only package` option so would refuse to install a package with the claim that it had uninstalled dependencies whether that was the case or not. - [x] add install status checks for the `--only package` case. - [x] add initial set of tests
-
Kai Torben Ohlhus authored
[OpenBLAS 0.3.9](https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.9) was released.
-
Cody Melton authored
* add preliminary afqmc support in qmcpack * afqmc updates * fix spack typos * edit AFQMC to only allow up 3.7 or above * added NCCL library support for AFQMC build * add CMAKE args for BUILD_AFQMC_WITH_NCCL * update for just AFQMC support. No AFQMC+GPU support * remove nccl for afqmc * flake8 whitespace fix
-
Gregory L. Lee authored
-
Sergey Kosukhin authored
* Update flag_handler for 'netcdf-fortran'. * Refactoring. * Enable old versions of netcdf-fortran for NAG. * Disable parallel 'make check' for versions before 4.5.0. * Fix shared libraries built with NAG instead of conflicting it. * Add 'skosukhin' as a maintainer of 'netcdf-fortran'.
-