mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
profile et al: make updates work again
This commit is contained in:
parent
5aad00b90d
commit
75345d88e5
3 changed files with 10 additions and 0 deletions
|
|
@ -110,3 +110,6 @@ dev-util/appmon
|
|||
#not ready for python3
|
||||
#https://github.com/owtf/owtf/issues/949
|
||||
#net-analyzer/owtf
|
||||
|
||||
#deps aren't ready yet, need to switch to gnuradio 3.8
|
||||
dev-python/numpy-python2
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ dev-python/pycairo -xcb
|
|||
|
||||
#needed by scipy, gnuradio
|
||||
dev-python/numpy lapack
|
||||
dev-python/numpy-python2 lapack
|
||||
|
||||
#needed by mossmann for interactive python in classes
|
||||
dev-python/ipython matplotlib
|
||||
|
|
|
|||
|
|
@ -394,6 +394,12 @@ main_checks() {
|
|||
printf "Removing obsolete jpeg-62 virtual\n"
|
||||
emerge -C "=${removeme6}"
|
||||
fi
|
||||
#gnuradio 3.7 breaks the dep tree here, uncomment this after 3.8 is ready
|
||||
#removeme7=$(portageq match / '<dev-python/numpy-1.17')
|
||||
#if [ -n "${removeme7}" ]; then
|
||||
# printf "Removing pre-split numpy\n"
|
||||
# emerge -C "<dev-python/numpy-1.17"
|
||||
#fi
|
||||
|
||||
#before main upgrades, let's set a good java-vm
|
||||
set_java
|
||||
|
|
|
|||
Loading…
Reference in a new issue