You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered this when trying to write a minimal test setup where I didn't care about placing everything in a proper package, but wanted to write them dirty as modules, i.e.:
And in the test I want to simply run the executable. I would probably remove the wheel.install-dir so that it installs directly into SKBUILD_SCRIPTS_DIR, but just a weird setup where I got this to break 🤷
The text was updated successfully, but these errors were encountered:
Hmm, no, it's only directories (packages). If all it is is a wrapper, you should install to SKBUILD_SCRIPTS_DIR (you need to use experimental=True + wheel.install-dir = "/scripts" or install to SKBUILD_SCRIPTS_DIR, though). I've wondered in the past if we could set the bin install dir for users but we don't currently.
I've encountered this when trying to write a minimal test setup where I didn't care about placing everything in a proper package, but wanted to write them dirty as modules, i.e.:
And in the test I want to simply run the executable. I would probably remove the
wheel.install-dir
so that it installs directly intoSKBUILD_SCRIPTS_DIR
, but just a weird setup where I got this to break 🤷The text was updated successfully, but these errors were encountered: