generic-manifest.p5m #6390
Unanswered
balrog-nona
asked this question in
Q&A
Replies: 3 comments 1 reply
-
Am 11.01.21 um 14:45 schrieb Nona Hansel:
Hello,
I would like to ask about |generic-manifest.p5m| file. I've noticed
this file in PR #6384
<#6384> with a lot of
content but the |sample-manifest.p5m| is also present.
I've found rules for generating this file in |make-rules/ips.mk| -
these rules being added by #6154
<#6154>
Does it mean that |generic-manifest.p5m| should be present in python
components updated ever since?
Thank you!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6390>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADET4N2SZ4S2N2X3D3LYK43SZL6HPANCNFSM4V5SUM3A>.
Hi Nona,
yes, the generic-manifest.p5m files should be added to python
components. At least for those components that are available for more
than one python version. In the Makefile you typically have something
like PYTHON_VERSIONS= 3.5 3.7. 3.9 and a generic manifest file
<component name>-PYVER.p5m. The build machinery iterates over all
version that are listed in PYTHON_VERSIONS (note the plural -S at its end)
using the <component name>-PYVER.p5m file to generate a manifest for
each python version. The generic-manifest.p5m can be used as a
template for the <component name>-PYVER.p5m file and thus should also be
versioned.
Andreas
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you very much for your explanations. I'll pay attention to this when I do Python related components. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would like to ask about
generic-manifest.p5m
file. I've noticed this file in PR #6384 with a lot of content but thesample-manifest.p5m
is also present.I've found rules for generating this file in
make-rules/ips.mk
- these rules being added by #6154Does it mean that
generic-manifest.p5m
should be present in python components updated ever since?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions