Skip to content

Tags: jlegewie/spack

Tags

v0.16.3

Toggle v0.16.3's commit message
Bump version and update changelog

llnl-tce-craype

Toggle llnl-tce-craype's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use kcov from official Ubuntu 20.04 repository (spack#25385)

* Ubuntu 20.04 provides kcov, so don't build from source

* Use two undocumented options for kcov v3.8

2021.08.19

Toggle 2021.08.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pipelines: pass relative artifact paths to child jobs (spack#24085)

Passing absolute paths from pipeline generate job to downstream rebuild jobs
causes problems when the CI_PROJECT_DIR is not the same for the generate and
rebuild jobs.  This has happened, for example, when gitlab checks out the
project into a runner-specific directory and different runners are chosen
for the generate and rebuild jobs.

v0.16.2

Toggle v0.16.2's commit message
Update CHANGELOG and release version for v0.16.2

e4s-21.05

Toggle e4s-21.05's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
upcxx: Install the example files (spack#23832)

This installs the example source files into $prefix/example, for use by the E4S Testsuite and other end users.

Also fixes a harmless copy/paste error.

e4s-21.02

Toggle e4s-21.02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Compilers: make oneapi ifx version_regex tolerant to wrappers (spack#…

…21742)

If a user creates a wrapper for the ifx binary called ifx_orig,
this causes the ifx --version command to produce:

$ ifx --version
ifx_orig (IFORT) 2021.1 Beta 20201113
Copyright (C) 1985-2020 Intel Corporation. All rights reserved.

The regex for ifx currently expects the output to begin with
"ifx (IFORT)..." so the wrapper would not be detected as ifx. This
PR removes the need for the static "ifx" string which allows wrappers
to be detected as ifx.

In general, the Intel compiler regexes do not include the invoked
executable name (i.e., ifort, icc, icx, etc.), so this is not
expected to cause any issues.

v0.16.1

Toggle v0.16.1's commit message
Update CHANGELOG and release version

v0.16.0

Toggle v0.16.0's commit message
update CHANGELOG.md for v0.16.0

v0.15.4

Toggle v0.15.4's commit message
update CHANGELOG.md for 0.15.4

v0.15.3-shared

Toggle v0.15.3-shared's commit message

Unverified

This user has not yet uploaded their public signing key.
Merge tag 'v0.15.3' into features/shared