Skip to content

Commit

Permalink
Add python-3.10.12: pairtools now git install
Browse files Browse the repository at this point in the history
PyPi package did not install required shared libs
  • Loading branch information
david committed Aug 29, 2023
1 parent c5c4d59 commit 99d686f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion python-3.10.12-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 99d686f

Please sign in to comment.