[Fedora-spins] [spin-kickstarts/f20] Scientific: Add Python 3 packages.

Amit Saha amitksaha at fedoraproject.org
Thu Sep 5 07:06:20 UTC 2013


commit 9a220d6fa2518c00dae6429dae4f9355a00d84a4
Author: Amit Saha <asaha at redhat.com>
Date:   Thu Sep 5 17:02:11 2013 +1000

    Scientific: Add Python 3 packages.
    
    Disabling torque for now.

 fedora-livedvd-scientific-kde.ks |   47 ++++++++++++++++++++-----------------
 1 files changed, 25 insertions(+), 22 deletions(-)
---
diff --git a/fedora-livedvd-scientific-kde.ks b/fedora-livedvd-scientific-kde.ks
index 7e725b2..91d5112 100644
--- a/fedora-livedvd-scientific-kde.ks
+++ b/fedora-livedvd-scientific-kde.ks
@@ -12,8 +12,8 @@
 
 %include fedora-live-kde.ks
 
-# DVD payload
-part / --size 10000
+# The recommended part size for DVDs is too close to use for the scientific spin
+part / --size 10240
 
 %packages
 
@@ -50,18 +50,22 @@ sympy
 python-networkx
 
 #python 3 and tools/libraries not included from the groups
-# python3
-# python3-matplotlib
-# python3-scipy
-# python3-numpy
-# python3-ipython
-# python3-ipython-console
-# python3-ipython-notebook
-# python3-networkx
-
-#Cython
-# Cython
-# python3-Cython
+python3
+python3-matplotlib
+python3-scipy
+python3-numpy
+python3-ipython
+python3-ipython-console
+python3-ipython-notebook
+python3-networkx
+
+# matplotlib backends
+python-matplotlib-qt4
+python-matplotlib-tk
+python-matplotlib-wx
+python3-matplotlib-qt4
+python3-matplotlib-tk
+python3-matplotlib-wx
 
 # Include Java development tools
 @java-development
@@ -94,7 +98,6 @@ kile
 BibTool
 pdfshuffler
 
-
 # Parallel/Distributed computing libraries/tools
 openmpi
 openmpi-devel
@@ -129,13 +132,13 @@ root-gui-fitpanel
 root-python
 
 #Multiple jobs/clustering system
-torque
-torque-server
-torque-scheduler
-torque-gui
-torque-libs
-torque-mom
-python-pbs
+# torque
+# torque-server
+# torque-scheduler
+# torque-gui
+# torque-libs
+# torque-mom
+# python-pbs
 
 #Drawing, Picture viewing tools, Visualization tools
 dia


More information about the spins mailing list