Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove hard-coded ~/lib/python/ in py_usStandard Makefile #49

Closed
martin-rdz opened this issue Sep 14, 2023 · 2 comments
Closed

Remove hard-coded ~/lib/python/ in py_usStandard Makefile #49

martin-rdz opened this issue Sep 14, 2023 · 2 comments

Comments

@martin-rdz
Copy link

Issue

Modifications of PYINSTDIR are not propagated down to the sub-make of py_usStandard.

Fix

Use the export of make variables (https://www.gnu.org/savannah-checkouts/gnu/make/manual/html_node/Variables_002fRecursion.html)

Change in pamtra makefile

PYINSTDIR := ~/lib/python/
export PYINSTDIR

and in tools/py_usStandard/Makefile:

install: usStandardAtmosphere.so
     cp *.py $(PYINSTDIR)
     cp *.so $(PYINSTDIR)
@martin-rdz martin-rdz changed the title Remove hard-coded ~/lib/python/ in py_usStandard Remove hard-coded ~/lib/python/ in py_usStandard Makefile Sep 15, 2023
@DaveOri
Copy link
Collaborator

DaveOri commented Oct 31, 2024

Hi Martin, I was working on a more pressing issue #52 whose current solution in branch mesonpy would automatically solve also this issue.
Cheers,
Davide

@maahn
Copy link
Collaborator

maahn commented Nov 22, 2024

Fixed because we finally got rid of the py_usStandard submodule aa8fa38

@maahn maahn closed this as completed Nov 22, 2024
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

No branches or pull requests

3 participants