Andreas Tille pushed to branch master at Debian Med / pdb2pqr
Commits:
1f4ee901 by Andreas Tille at 2019-12-13T14:47:08Z
Really find libpython3.7m
- - - - -
1 changed file:
- debian/patches/use_pkg-config.patch
Changes:
=====================================
debian/patches/use_pkg-config.patch
=====================================
@@ -4,11 +4,13 @@ Last-Update: Thu, 12 Dec 2019 15:41:47 +0100
--- a/SConscript-main.py
+++ b/SConscript-main.py
-@@ -81,6 +81,7 @@ env = Environment(variables=vars,
+@@ -81,7 +81,8 @@ env = Environment(variables=vars,
python_lib = 'python' + gcv('VERSION')
+-env.Append(LIBS=[python_lib])
+env.ParseConfig('pkg-config --cflags --libs python3')
- env.Append(LIBS=[python_lib])
++# env.Append(LIBS=[python_lib])
#To get swig to work on windows.
#env.Append(ENV={'PATH' : os.environ['PATH']})
+
View it on GitLab:
https://salsa.debian.org/med-team/pdb2pqr/commit/1f4ee901456641140ef18ca8e91e4701e1175410
--
View it on GitLab:
https://salsa.debian.org/med-team/pdb2pqr/commit/1f4ee901456641140ef18ca8e91e4701e1175410
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit