From 99d686f6ff442bae754b1447a5835a854af44bd0 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 29 Aug 2023 08:50:27 +0200 Subject: [PATCH] Add python-3.10.12: pairtools now git install PyPi package did not install required shared libs --- python-3.10.12-0.build.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-3.10.12-0.build.sh b/python-3.10.12-0.build.sh index 9b21009..9997458 100755 --- a/python-3.10.12-0.build.sh +++ b/python-3.10.12-0.build.sh @@ -426,7 +426,6 @@ PACKAGES=$(sed -e s/#.*$// <<- __PKGLIST__ svgwrite pyomo bioservices - pairtools SharedArray pyabc # dependency for stochkit, HD 20.07.20 Gemma Noviello petab @@ -464,6 +463,12 @@ for PKG in $PACKAGES; do install $PKG done +( + #install from git to get .so + pip3 install git+https://github.com/open2c/pairtools.git@v1.0.2 +) +piplist; track 'pairtools' + ( TRITON_VERSION=2.0.0 #triton 2.0.0 hat cmake als install dep, ist in 2.1.0 gefixt