Skip to content

Commit

Permalink
move some useflags from minimalist to sage
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwifb committed Jan 7, 2024
1 parent 794ac65 commit b26cf3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 1 addition & 6 deletions package.use/minimalist.dependencies
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# minimal interfaces for ipython and matplotlib
dev-python/ipython -wxwidgets -qt5 -smp nbconvert
dev-python/ipython -wxwidgets -qt5 -smp
dev-python/matplotlib -gtk3 -qt5 -wxwidgets
# symengine is not ready for flint3
dev-python/sympy -opengl -symengine
# minimize build dependency for maxima
sci-mathematics/maxima -sbcl -gui
# prefer threads as funny things may happen with openmp
sci-libs/openblas -openmp pthread
# matplotlib requirements
media-libs/harfbuzz icu
dev-python/pillow webp
virtual/imagemagick-tools tiff jpeg
media-gfx/imagemagick tiff jpeg
7 changes: 6 additions & 1 deletion package.use/sage
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dev-lang/python readline sqlite
dev-libs/boost python
dev-libs/boehm-gc threads
dev-python/cvxopt glpk gsl
dev-python/ipython notebook
dev-python/ipython notebook nbconvert
dev-python/numpy lapack
dev-python/pplpy doc
media-libs/gd jpeg png
Expand All @@ -22,6 +22,11 @@ sys-devel/gcc fortran
# bliss seems to be broken with latest gmp at least in sage doctests
sci-libs/bliss -gmp

# matplotlib requirements
media-libs/harfbuzz icu
dev-python/pillow webp
virtual/imagemagick-tools tiff jpeg
media-gfx/imagemagick tiff jpeg
# matplotlib (testing)
x11-base/xorg-server xvfb

Expand Down

0 comments on commit b26cf3e

Please sign in to comment.