summaryrefslogtreecommitdiff
path: root/sci-physics/lhapdf/files/lhapdf-6.3.0-egg.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-physics/lhapdf/files/lhapdf-6.3.0-egg.patch')
-rw-r--r--sci-physics/lhapdf/files/lhapdf-6.3.0-egg.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/sci-physics/lhapdf/files/lhapdf-6.3.0-egg.patch b/sci-physics/lhapdf/files/lhapdf-6.3.0-egg.patch
new file mode 100644
index 000000000000..9122b8eaf7ff
--- /dev/null
+++ b/sci-physics/lhapdf/files/lhapdf-6.3.0-egg.patch
@@ -0,0 +1,16 @@
+--- a/wrappers/python/Makefile.am 2023-09-01 11:38:37.567370819 +0200
++++ b/wrappers/python/Makefile.am 2023-09-01 11:37:50.641123445 +0200
+@@ -29,10 +29,10 @@
+
+ ## Always force setup.py, it's not good at guessing what needs to rebuild
+ all-local: fix-out-of-source
+- $(PYEXT_ENV) $(PYTHON) setup.py install --install-lib=build/ --force
++ $(PYEXT_ENV) $(PYTHON) setup.py install --single-version-externally-managed --root=/ --install-lib=$(S)/build/ --force
+
+ install-exec-local:
+- $(PYEXT_ENV) $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix) --force
++ $(PYEXT_ENV) $(PYTHON) setup.py install --single-version-externally-managed --root=/ --prefix=$(DESTDIR)$(prefix) --force
+
+ uninstall-local:
+ rm -f $(DESTDIR)$(PYTHON_PATH)/lhapdf.so
+