[packages/lal-inference] - pass python as python3 to avoid /usr/bin/python shebangs if python is symlinked to python3
qboosh
qboosh at pld-linux.org
Sun Jun 9 19:51:26 CEST 2024
commit 3d1d0d45d8c6e891b06606397053306062a22662
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Jun 9 19:33:24 2024 +0200
- pass python as python3 to avoid /usr/bin/python shebangs if python is symlinked to python3
lal-inference.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/lal-inference.spec b/lal-inference.spec
index aa7af06..bd3b815 100644
--- a/lal-inference.spec
+++ b/lal-inference.spec
@@ -131,6 +131,7 @@ Wiązania Pythona do biblioteki LAL Inference.
%{__autoheader}
%{__automake}
%configure \
+ PYTHON=%{__python3} \
--disable-silent-rules \
--enable-swig
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lal-inference.git/commitdiff/3d1d0d45d8c6e891b06606397053306062a22662
More information about the pld-cvs-commit
mailing list