2011-10-25 00:36:10 +00:00
|
|
|
#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
|
2012-03-10 12:50:58 +00:00
|
|
|
# Web: http://spins.fedoraproject.org/scientific-kde/
|
2011-10-25 00:36:10 +00:00
|
|
|
|
2012-03-10 12:50:58 +00:00
|
|
|
# Maintainer: Amit Saha <amitksaha@fedoraproject.org>
|
|
|
|
# https://fedoraproject.org/wiki/User:Amitksaha
|
2011-10-25 00:36:10 +00:00
|
|
|
|
|
|
|
%include fedora-live-kde.ks
|
|
|
|
|
2013-09-05 07:02:11 +00:00
|
|
|
# The recommended part size for DVDs is too close to use for the scientific spin
|
2013-10-03 06:23:01 +00:00
|
|
|
part / --size 12288
|
2011-10-25 00:36:10 +00:00
|
|
|
|
|
|
|
%packages
|
|
|
|
|
|
|
|
# Installing the default/mandatory packages from engineering & scientific
|
|
|
|
@engineering-and-scientific
|
|
|
|
|
2012-03-10 12:50:58 +00:00
|
|
|
# scilab
|
|
|
|
scilab
|
|
|
|
scilab-devel
|
|
|
|
scilab-doc
|
|
|
|
|
2013-09-08 23:39:29 +00:00
|
|
|
# sagemath
|
2013-09-11 01:40:54 +00:00
|
|
|
# BZ #1006230 should fix this
|
2014-05-06 13:33:46 +00:00
|
|
|
#sagemath
|
|
|
|
#sagemath-notebook
|
2013-09-08 23:39:29 +00:00
|
|
|
|
2011-10-25 00:36:10 +00:00
|
|
|
#Devel tools
|
|
|
|
|
|
|
|
#Install the mandatory packages from dev-tools and dev-libs
|
|
|
|
# C/C++ compiler, gdb, autotools, bison, flex, make, strace..
|
|
|
|
@development-tools
|
|
|
|
@development-libs
|
2013-03-14 14:29:12 +00:00
|
|
|
@c-development
|
|
|
|
@rpm-development-tools
|
2013-09-03 03:03:26 +00:00
|
|
|
#others, not included
|
|
|
|
# C++ libraries
|
|
|
|
blitz-devel
|
|
|
|
armadillo-devel
|
2011-10-25 00:36:10 +00:00
|
|
|
|
|
|
|
# Misc. related utils
|
|
|
|
ddd
|
|
|
|
valgrind
|
2013-09-03 03:03:26 +00:00
|
|
|
|
|
|
|
#python 2 tools/libraries not included from the groups
|
2014-11-15 22:32:58 +00:00
|
|
|
python-tools
|
2013-09-03 03:03:26 +00:00
|
|
|
python-ipython
|
|
|
|
python-ipython-console
|
|
|
|
python-ipython-notebook
|
|
|
|
sympy
|
|
|
|
python-networkx
|
2014-11-15 22:32:58 +00:00
|
|
|
python-pandas
|
2013-09-03 03:03:26 +00:00
|
|
|
|
|
|
|
#python 3 and tools/libraries not included from the groups
|
2013-09-05 07:02:11 +00:00
|
|
|
python3
|
2014-11-15 22:32:58 +00:00
|
|
|
python3-tools
|
2013-09-05 07:02:11 +00:00
|
|
|
python3-matplotlib
|
|
|
|
python3-scipy
|
|
|
|
python3-numpy
|
|
|
|
python3-ipython
|
|
|
|
python3-ipython-console
|
|
|
|
python3-ipython-notebook
|
2014-11-15 23:05:18 +00:00
|
|
|
python3-sympy
|
2013-09-05 07:02:11 +00:00
|
|
|
python3-networkx
|
2014-11-15 22:32:58 +00:00
|
|
|
python3-pandas
|
2013-09-05 07:02:11 +00:00
|
|
|
|
|
|
|
# matplotlib backends
|
|
|
|
python-matplotlib-qt4
|
|
|
|
python-matplotlib-tk
|
|
|
|
python3-matplotlib-qt4
|
|
|
|
python3-matplotlib-tk
|
2011-10-25 00:36:10 +00:00
|
|
|
|
|
|
|
# Include Java development tools
|
|
|
|
@java-development
|
2013-09-03 03:03:26 +00:00
|
|
|
apache-commons-math
|
2011-10-25 00:36:10 +00:00
|
|
|
|
|
|
|
#fortran compiler
|
|
|
|
gcc-gfortran
|
|
|
|
|
|
|
|
# GUI for R
|
|
|
|
rkward
|
|
|
|
|
|
|
|
# GUI for Octave
|
|
|
|
qtoctave
|
|
|
|
|
|
|
|
# IDEs for the IDE folks
|
2013-09-03 03:03:26 +00:00
|
|
|
@eclipse
|
2011-10-25 00:36:10 +00:00
|
|
|
spyder
|
|
|
|
|
|
|
|
#writing & publishing
|
|
|
|
emacs
|
|
|
|
emacs-color-theme
|
|
|
|
vim
|
|
|
|
scribus
|
2013-07-04 04:55:30 +00:00
|
|
|
#scite
|
2011-10-25 00:36:10 +00:00
|
|
|
lyx
|
|
|
|
kile
|
|
|
|
|
|
|
|
#Presentation, Bibliography & Document arrangement
|
|
|
|
#tools
|
|
|
|
BibTool
|
|
|
|
pdfshuffler
|
|
|
|
|
|
|
|
# Parallel/Distributed computing libraries/tools
|
|
|
|
openmpi
|
2013-09-03 03:03:26 +00:00
|
|
|
openmpi-devel
|
2011-10-25 00:36:10 +00:00
|
|
|
valgrind-openmpi
|
2012-03-10 12:50:58 +00:00
|
|
|
pvm
|
2011-10-25 00:36:10 +00:00
|
|
|
pvm-gui #will install 'pvm' as well
|
|
|
|
libgomp
|
2012-03-10 12:50:58 +00:00
|
|
|
python-pp
|
2013-09-03 03:03:26 +00:00
|
|
|
mpi4py-openmpi
|
|
|
|
python3-mpi4py-openmpi
|
2011-10-25 00:36:10 +00:00
|
|
|
|
|
|
|
#Version control- a GUI for each as well
|
|
|
|
|
|
|
|
# Installing rapidsvn will also install subversion package
|
|
|
|
rapidsvn
|
2013-09-03 03:03:26 +00:00
|
|
|
git
|
2011-10-25 00:36:10 +00:00
|
|
|
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
|
2013-09-05 07:02:11 +00:00
|
|
|
# torque
|
|
|
|
# torque-server
|
|
|
|
# torque-scheduler
|
|
|
|
# torque-gui
|
|
|
|
# torque-libs
|
|
|
|
# torque-mom
|
|
|
|
# python-pbs
|
2011-10-25 00:36:10 +00:00
|
|
|
|
|
|
|
#Drawing, Picture viewing tools, Visualization tools
|
|
|
|
dia
|
|
|
|
inkscape
|
|
|
|
xzgv
|
|
|
|
gimp
|
|
|
|
ggobi
|
|
|
|
ggobi-devel
|
|
|
|
g3data
|
|
|
|
Mayavi
|
|
|
|
|
|
|
|
#Misc. Utils
|
|
|
|
screen
|
2013-09-03 03:03:26 +00:00
|
|
|
tmux
|
2011-10-25 00:36:10 +00:00
|
|
|
rlwrap
|
2013-09-03 03:03:26 +00:00
|
|
|
hexchat
|
2011-10-25 00:36:10 +00:00
|
|
|
shutter
|
|
|
|
fig2ps
|
|
|
|
bibtex2html
|
|
|
|
hevea
|
|
|
|
|
|
|
|
#Include Mozilla Firefox
|
2013-09-06 05:19:57 +00:00
|
|
|
firefox
|
2011-10-25 00:36:10 +00:00
|
|
|
|
|
|
|
%end
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
2013-09-03 03:03:26 +00:00
|
|
|
%end
|