mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-12-26 13:03:15 +00:00
Scientific: Add Python 3 packages.
Disabling torque for now.
This commit is contained in:
parent
5664467ce1
commit
c08f8c215f
@ -12,8 +12,8 @@
|
|||||||
|
|
||||||
%include fedora-live-kde.ks
|
%include fedora-live-kde.ks
|
||||||
|
|
||||||
# DVD payload
|
# The recommended part size for DVDs is too close to use for the scientific spin
|
||||||
part / --size 10000
|
part / --size 10240
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
||||||
@ -50,18 +50,22 @@ sympy
|
|||||||
python-networkx
|
python-networkx
|
||||||
|
|
||||||
#python 3 and tools/libraries not included from the groups
|
#python 3 and tools/libraries not included from the groups
|
||||||
# python3
|
python3
|
||||||
# python3-matplotlib
|
python3-matplotlib
|
||||||
# python3-scipy
|
python3-scipy
|
||||||
# python3-numpy
|
python3-numpy
|
||||||
# python3-ipython
|
python3-ipython
|
||||||
# python3-ipython-console
|
python3-ipython-console
|
||||||
# python3-ipython-notebook
|
python3-ipython-notebook
|
||||||
# python3-networkx
|
python3-networkx
|
||||||
|
|
||||||
#Cython
|
# matplotlib backends
|
||||||
# Cython
|
python-matplotlib-qt4
|
||||||
# python3-Cython
|
python-matplotlib-tk
|
||||||
|
python-matplotlib-wx
|
||||||
|
python3-matplotlib-qt4
|
||||||
|
python3-matplotlib-tk
|
||||||
|
python3-matplotlib-wx
|
||||||
|
|
||||||
# Include Java development tools
|
# Include Java development tools
|
||||||
@java-development
|
@java-development
|
||||||
@ -94,7 +98,6 @@ kile
|
|||||||
BibTool
|
BibTool
|
||||||
pdfshuffler
|
pdfshuffler
|
||||||
|
|
||||||
|
|
||||||
# Parallel/Distributed computing libraries/tools
|
# Parallel/Distributed computing libraries/tools
|
||||||
openmpi
|
openmpi
|
||||||
openmpi-devel
|
openmpi-devel
|
||||||
@ -129,13 +132,13 @@ root-gui-fitpanel
|
|||||||
root-python
|
root-python
|
||||||
|
|
||||||
#Multiple jobs/clustering system
|
#Multiple jobs/clustering system
|
||||||
torque
|
# torque
|
||||||
torque-server
|
# torque-server
|
||||||
torque-scheduler
|
# torque-scheduler
|
||||||
torque-gui
|
# torque-gui
|
||||||
torque-libs
|
# torque-libs
|
||||||
torque-mom
|
# torque-mom
|
||||||
python-pbs
|
# python-pbs
|
||||||
|
|
||||||
#Drawing, Picture viewing tools, Visualization tools
|
#Drawing, Picture viewing tools, Visualization tools
|
||||||
dia
|
dia
|
||||||
|
Loading…
Reference in New Issue
Block a user