Skip to content

Tags: wangvsa/spack

Tags

v0.16.2

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

releases/latest

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

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

Toggle v0.15.3's commit message
update CHANGELOG.md for 0.15.3

v0.15.2

Toggle v0.15.2's commit message
update changelog for 0.15.2

v0.15.1

Toggle v0.15.1's commit message
Bump version to 0.15.1; update CHANGELOG and version references

v0.15.0

Toggle v0.15.0's commit message
changelog for v0.15.0