Skip to content

Tags: CSCfi/spack

Tags

v0.17.1

Toggle v0.17.1's commit message
Fix execution of style tests

v0.17.0

Toggle v0.17.0's commit message
Update CHANGELOG.md for 0.17.0

v0.16.3

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

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

releases/latest

Toggle releases/latest's commit message
update CHANGELOG.md for 0.15.4