Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* Add PETSc valgrind dependency
* Remove +debug on valgrind dependency
* enh variant description
|
|
* Remove ARCH argument in OpenBLAS < 0.3.0
* Fix Intel OpenBLAS that uses lapack 0.3.9
* Improve variant name consistency
see https://github.com/spack/spack/issues/15239
|
|
* backporting fix for building gcc >= 8.1.0 and gcc <= 9.2.0 with binutils 2.31
* removed trailing whitespace
|
|
static build to run successfully (#15407)
|
|
* libxpresent: Add some dependencies.
* Change *proto dependency type from build to link.
|
|
* libxpresent: Add some dependencies.
* Change *proto dependency type from build to link.
|
|
|
|
|
|
* scr: add develop, legacy branches; version 2.0.0
squash! scr: add develop and legacy versions
* filo: package for SCR component
* spath: package for SCR component
* axl: update for versions 0.3 and 0.2
* scr: build with components
* spath: structure of +mpi if/else
* :ok_hand: capitalization of ecp-veloc
* scr: branches are always greater than any version
|
|
(#15188)
* contrib-spiral: submit SPIRAL package recipe and HCOL package recipe (extension package for SPIRAL) to spack
* contrib-spiral: fix flake8 complaints for spiral & hcol
* contrib-spiral: Revisions to package recipes to address comments
* contrib-spiral: remove unecessary 'test' function
* contrib-spiral: update hcol package to install in <prefix>/namespaces/packages/hcol
* contrib-spiral: don't import os to hcol
* contrib-spiral: tweak hcol package recipe
|
|
* bugfix: ensure bootstrapped compilers built before packages using the compiler
|
|
|
|
* Parallel-netcdf: update package.
* Add a temporary patch for version 'develop'.
* Rename version 'develop' to 'master'.
* Drop the patch for 'master'.
|
|
|
|
|
|
includes fixes for likwid-mpirun, better support for ARM and POWER,
other bugfixes.
For full support of ARM and POWER, #14183 has to be merged, too.
Added TomTheBear as maintainer. He is the current main developer of
LIKWID.
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
|
|
available. (#15412)
* Revert to gzip as the default buildcache compression as bzip2 is not always available.
* Flake8
|
|
|
|
|
|
|
|
|
|
* eigen variants have been removed
ref: https://github.com/spack/spack/pull/15357
* opencv ^eigen is ('build', 'run') dependency
|
|
This is a minor permission fix on the new installer.py introduced in #13100.
|
|
|
|
|
|
|
|
|
|
* new package: GunRock
* Update var/spack/repos/builtin/packages/gunrock/package.py
Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com>
* improve
Co-authored-by: Sinan81 <sbulut@3vgeomatics.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Co-authored-by: Sinan81 <Sinan81@github>
|
|
(#15319)
|
|
* add --skip-unstable-versions option to 'spack mirror create' which skips sources/resource for packages if their version is not stable (i.e. if they are the head of a git branch rather than a fixed commit)
* '--skip-unstable-versions' should skip all VCS sources/resources, not just those which are not cachable
|
|
- new versions 6.4.4, 6.5.0
|
|
* Fix for being able to 'spack load' packages that have been renamed.
* tests: add test for 'spack load' of a installed, but renamed/deleted package
|
|
* New package: bat
Add package for bat:
A cat(1) clone with wings.
* Update copyright date
* Embiggen comment re build env settings
Provide a bit more explanatory text about why setup_build_environment
needs to set LLVM_CONFIG_PATH and LIBCLANG_PATH.
Co-authored-by: George Hartzell <ghartzell@audentestx.com>
|
|
Added a shared variant, that switches between shared and
static library building, like with most cmake packages.
|
|
|
|
* New package: gengetopt, tool for C command line parsers.
* Adding url for `spack version` and `spack checksum`
|
|
* eigen: updated url to point to gitlab
fixes #13890
Eigen migrated from bitbucket to gitlab
* eigen: simplified package (no dependencies other than stdlib)
* Added TODO list for future improvements
|
|
* libunwind: remove version 2018.10.12, add stable branch
Finish cleaning up the libunwind version numbers. The 2018.10.12
snapshot number didn't fit well with spack's ordering (my bad), and
1.4-rc1 is a near identical replacement.
Add a version for the 1.4-stable branch.
Add a variant for zlib compressed symbol tables (develop branch only).
Adjust packages caliper and hpctoolkit to adapt to the changes.
Add myself as maintainer.
* Flake
* Settle on renaming 'develop' to 'master' (to match the branch name)
and name the 'v1.4-stable' branch as '1.4-head'. 'stable' or
'1.4-stable' is a better name, but '1.4-head' (an infinity version)
sorts better.
|
|
* explicitly link against libtinfo
* Update to v15.9
* fixed indentation
* fixed url definition
* added url vor current version again
* fixed indentation
* moving url_version to the bottom
|
|
* Add version 0.5.14
* Add variant to allow setting the localstatedir: See below
* Add bzip2 dependency
* Add myself to maintainers (I just think, I can care for
this package)
About localstatedir:
munge has a server and a client.
They communicate via unix domain sockets.
This socket is in PREFIX/var.
This package provides the client, the server, and
development part (headers, libraries).
Let's assume one has the server part installed as a system
package. This generally is a good idea, so that the server
gets started during boot. This means, that the socket is in
the system's /var.
If one now wants to use the client part (library!) via
spack, one has a problem: spack's munge looks in
SPACK-PACKAGE-PREFIX/var for the socket.
There needs to be a way to let the spack installed package
use the system's socket.
So add a variant to override the path during build:
localstatedir=/var.
|
|
* Update pycairo to 1.18.1 and fix dependencies
* Typo
|
|
Add the latest release of openPMD-api.
|
|
Allows spack.config InternalConfigScope and Configuration.set() to
handle keys with trailing ':' to indicate replacement vs merge
behavior with respect to lower priority scopes.
Lists may now be replaced rather than merged (this behavior was
previously only available for dictionaries).
This commit adds tests for the new behavior.
|
|
* Recover coverage from subprocesses during unit tests
|