Skip to content

clarify tbb install log messages#259

Merged
kevinushey merged 1 commit into
masterfrom
bugfix/stub-log-wording
Jul 23, 2026
Merged

clarify tbb install log messages#259
kevinushey merged 1 commit into
masterfrom
bugfix/stub-log-wording

Conversation

@kevinushey

Copy link
Copy Markdown
Contributor

Follow-up to #256/#258: on toolchains providing only a static TBB (e.g. Rtools42), the install log read as self-contradictory:

** no tbb libraries found in 'C:/rtools42/.../lib'
** creating tbb stub library (from static tbb)

The first message referred only to shared libraries eligible for copying. Now the copy step says no tbb runtime libraries found, and the stub messages consistently name the artifact (tbb.dll stub) and what it's built from (wrapping the oneTBB runtime / re-exporting the static tbb library).

'no tbb libraries found' referred only to shared libraries eligible for
copying, and read as contradicting the subsequent 'creating tbb stub
library (from static tbb)' on toolchains providing only a static TBB.
Say 'runtime libraries' for the copy step, and consistently refer to
the stub as the 'tbb.dll stub', noting what it is built from.
@kevinushey
kevinushey merged commit d637cbe into master Jul 23, 2026
@kevinushey
kevinushey deleted the bugfix/stub-log-wording branch July 23, 2026 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant