[Fedora-spins] [spin-kickstarts] Scientific: Include additional packages

Amit Saha amitksaha at fedoraproject.org
Tue Sep 3 03:04:00 UTC 2013


commit cfd1288c29d4aef32269f1cf0c0ca56e91749889
Author: Amit Saha <asaha at redhat.com>
Date:   Tue Sep 3 13:03:26 2013 +1000

    Scientific: Include additional packages
    
    Disable firefox for now.

 fedora-livedvd-scientific-kde.ks |   45 +++++++++++++++++++++++++++++--------
 1 files changed, 35 insertions(+), 10 deletions(-)
---
diff --git a/fedora-livedvd-scientific-kde.ks b/fedora-livedvd-scientific-kde.ks
index e23befa..7e725b2 100644
--- a/fedora-livedvd-scientific-kde.ks
+++ b/fedora-livedvd-scientific-kde.ks
@@ -10,8 +10,6 @@
 # Maintainer: Amit Saha <amitksaha at fedoraproject.org>
 #             https://fedoraproject.org/wiki/User:Amitksaha
 
-# Last modified: March 10, 2012.
-
 %include fedora-live-kde.ks
 
 # DVD payload
@@ -35,14 +33,39 @@ scilab-doc
 @development-libs
 @c-development
 @rpm-development-tools
+#others, not included
+# C++ libraries
+blitz-devel
+armadillo-devel
 
 # Misc. related utils
 ddd
 valgrind
-ipython
+
+#python 2 tools/libraries not included from the groups
+python-ipython
+python-ipython-console
+python-ipython-notebook
+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
 
 # Include Java development tools
 @java-development
+apache-commons-math
 
 #fortran compiler
 gcc-gfortran
@@ -54,7 +77,7 @@ rkward
 qtoctave
 
 # IDEs for the IDE folks
-eclipse
+ at eclipse
 spyder
 
 #writing & publishing
@@ -74,18 +97,20 @@ pdfshuffler
 
 # Parallel/Distributed computing libraries/tools
 openmpi
+openmpi-devel
 valgrind-openmpi
 pvm
 pvm-gui #will install 'pvm' as well
 libgomp
 python-pp
-
+mpi4py-openmpi
+python3-mpi4py-openmpi
 
 #Version control- a GUI for each as well
 
 # Installing rapidsvn will also install subversion package
 rapidsvn 
-# Install git-gui, will also install git
+git
 git-gui
 # Mercurial
 mercurial
@@ -94,7 +119,6 @@ mercurial-hgk
 #Backup Utilities
 backintime-kde
 
-
 #needs to install this specifically because of some conflict between openmpi
 #and emacs (http://lists.fedoraproject.org/pipermail/devel/2011-July/153812.html)
 libotf
@@ -125,18 +149,19 @@ Mayavi
 
 #Misc. Utils
 screen
+tmux
 rlwrap
-xchat
+hexchat
 shutter
 fig2ps
 bibtex2html
 hevea
 
 #Include Mozilla Firefox
-firefox
+#firefox
 
 %end
 
 %post
 
-%end
+%end
\ No newline at end of file


More information about the spins mailing list