[Fedora-spins] [spin-kickstarts/F-16] Add the Scientific spin kickstart file.

Bruno Wolff III bruno at fedoraproject.org
Tue Oct 25 00:38:14 UTC 2011


commit 6b0e9d4dd05041c75e345b78bd6da8a40a849d90
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Mon Oct 24 19:36:10 2011 -0500

    Add the Scientific spin kickstart file.

 fedora-livedvd-scientific-kde.ks |  133 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 133 insertions(+), 0 deletions(-)
---
diff --git a/fedora-livedvd-scientific-kde.ks b/fedora-livedvd-scientific-kde.ks
new file mode 100644
index 0000000..f33bbd6
--- /dev/null
+++ b/fedora-livedvd-scientific-kde.ks
@@ -0,0 +1,133 @@
+#fedora-livedvd-scientific-kde.ks
+# With KDE Desktop
+
+# Fedora Scientific: For researchers in Science and Engineering
+# Fedora-Scientific aims to create a Fedora which has the generic
+# toolset for the researcher
+# Web: https://fedoraproject.org/wiki/Scientific_Spin
+
+# Maintainer: Amit Saha <droidery at gmail.com>
+# FAS username: amitksaha
+
+# Last modified: October 23, 2011.
+
+%include fedora-live-kde.ks
+
+# DVD payload
+part / --size 10000
+
+%packages
+
+# Installing the default/mandatory packages from engineering & scientific
+ at engineering-and-scientific
+
+#Devel tools
+
+#Install the mandatory packages from dev-tools and dev-libs
+# C/C++ compiler, gdb, autotools, bison, flex, make, strace..
+ at development-tools
+ at development-libs
+
+# Misc. related utils
+ddd
+valgrind
+ipython
+
+# Include Java development tools
+ at java-development
+
+#fortran compiler
+gcc-gfortran
+
+# GUI for R
+rkward
+
+# GUI for Octave
+qtoctave
+
+# IDEs for the IDE folks
+netbeans
+eclipse
+spyder
+
+#writing & publishing
+emacs
+emacs-color-theme
+vim
+scribus
+scite
+lyx
+kile
+
+#Presentation, Bibliography & Document arrangement 
+#tools
+BibTool
+pdfshuffler
+
+
+# Parallel/Distributed computing libraries/tools
+openmpi
+valgrind-openmpi
+pvm-gui #will install 'pvm' as well
+libgomp
+
+#Version control- a GUI for each as well
+
+# Installing rapidsvn will also install subversion package
+rapidsvn 
+# Install git-gui, will also install git
+git-gui
+# Mercurial
+mercurial
+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
+
+#root
+root
+root-gui-fitpanel
+root-python
+
+#Multiple jobs/clustering system
+torque
+torque-server
+torque-scheduler
+torque-gui
+torque-libs
+torque-mom
+python-pbs
+
+#Drawing, Picture viewing tools, Visualization tools
+dia
+inkscape
+xzgv
+gimp
+ggobi
+ggobi-devel
+g3data
+Mayavi
+
+#Misc. Utils
+screen
+rlwrap
+xchat
+shutter
+wine
+fig2ps
+bibtex2html
+hevea
+
+#Include Mozilla Firefox
+firefox
+
+%end
+
+%post
+
+%end


More information about the spins mailing list