Replies: 2 comments
-
Hello @fehrin1. You don't need to do anything special, meson-python/tests/packages/executable/meson.build Lines 7 to 11 in 91d64d1 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thx a lot, i will give it a try. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, this is my first question here, i would like to include a binary executable in a wheel in a way that on install it is transferred to the Scipts directory (i use Windows lingo/logic here), which is in the PATH (of my virtual environment).
What i mean is a general executable, no console script or entry point.
Am i on the right trail on putting my executable my.exe into pack-0.0.1-py3-none-win_amd64.whl
as (in)
pack-0.0.1.data/scripts/my.exe
?
And if so, how do i achieve this (in a sense this is the main question)?
For the complete picture i want to compile a single Fortran source to an executable and with this executable proceed as above.
Thx in advance for any hints.
Beta Was this translation helpful? Give feedback.
All reactions