Skip to content

Deduce the Alpha architecture - #1161

Open
mattst88 wants to merge 1 commit into
boostorg:masterfrom
alphalinux-org:alpha
Open

Deduce the Alpha architecture#1161
mattst88 wants to merge 1 commit into
boostorg:masterfrom
alphalinux-org:alpha

Conversation

@mattst88

Copy link
Copy Markdown

Jamroot applies boostcpp.platform to the whole /boost project, and its deduce-architecture rule had no Alpha entry. find-builds then matched nothing, the rule returned early, and a build on Alpha got neither nor set for any library.

alpha goes first in both .deducible-architectures and the find-builds argument list: the rule indexes the former with the result of the latter, so the two have to stay in the same order.

See also

Jamroot applies boostcpp.platform to the whole /boost project, and its
deduce-architecture rule had no Alpha entry.  find-builds then matched
nothing, the rule returned early, and a build on Alpha got neither
<architecture> nor <address-model> set for any library.

alpha goes first in both .deducible-architectures and the find-builds
argument list: the rule indexes the former with the result of the
latter, so the two have to stay in the same order.
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