mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-01-18 18:45:17 +00:00
Scientific: Include additional packages
Disable firefox for now.
This commit is contained in:
parent
e1715dc151
commit
cfd1288c29
@ -10,8 +10,6 @@
|
|||||||
# Maintainer: Amit Saha <amitksaha@fedoraproject.org>
|
# Maintainer: Amit Saha <amitksaha@fedoraproject.org>
|
||||||
# https://fedoraproject.org/wiki/User:Amitksaha
|
# https://fedoraproject.org/wiki/User:Amitksaha
|
||||||
|
|
||||||
# Last modified: March 10, 2012.
|
|
||||||
|
|
||||||
%include fedora-live-kde.ks
|
%include fedora-live-kde.ks
|
||||||
|
|
||||||
# DVD payload
|
# DVD payload
|
||||||
@ -35,14 +33,39 @@ scilab-doc
|
|||||||
@development-libs
|
@development-libs
|
||||||
@c-development
|
@c-development
|
||||||
@rpm-development-tools
|
@rpm-development-tools
|
||||||
|
#others, not included
|
||||||
|
# C++ libraries
|
||||||
|
blitz-devel
|
||||||
|
armadillo-devel
|
||||||
|
|
||||||
# Misc. related utils
|
# Misc. related utils
|
||||||
ddd
|
ddd
|
||||||
valgrind
|
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
|
# Include Java development tools
|
||||||
@java-development
|
@java-development
|
||||||
|
apache-commons-math
|
||||||
|
|
||||||
#fortran compiler
|
#fortran compiler
|
||||||
gcc-gfortran
|
gcc-gfortran
|
||||||
@ -54,7 +77,7 @@ rkward
|
|||||||
qtoctave
|
qtoctave
|
||||||
|
|
||||||
# IDEs for the IDE folks
|
# IDEs for the IDE folks
|
||||||
eclipse
|
@eclipse
|
||||||
spyder
|
spyder
|
||||||
|
|
||||||
#writing & publishing
|
#writing & publishing
|
||||||
@ -74,18 +97,20 @@ pdfshuffler
|
|||||||
|
|
||||||
# Parallel/Distributed computing libraries/tools
|
# Parallel/Distributed computing libraries/tools
|
||||||
openmpi
|
openmpi
|
||||||
|
openmpi-devel
|
||||||
valgrind-openmpi
|
valgrind-openmpi
|
||||||
pvm
|
pvm
|
||||||
pvm-gui #will install 'pvm' as well
|
pvm-gui #will install 'pvm' as well
|
||||||
libgomp
|
libgomp
|
||||||
python-pp
|
python-pp
|
||||||
|
mpi4py-openmpi
|
||||||
|
python3-mpi4py-openmpi
|
||||||
|
|
||||||
#Version control- a GUI for each as well
|
#Version control- a GUI for each as well
|
||||||
|
|
||||||
# Installing rapidsvn will also install subversion package
|
# Installing rapidsvn will also install subversion package
|
||||||
rapidsvn
|
rapidsvn
|
||||||
# Install git-gui, will also install git
|
git
|
||||||
git-gui
|
git-gui
|
||||||
# Mercurial
|
# Mercurial
|
||||||
mercurial
|
mercurial
|
||||||
@ -94,7 +119,6 @@ mercurial-hgk
|
|||||||
#Backup Utilities
|
#Backup Utilities
|
||||||
backintime-kde
|
backintime-kde
|
||||||
|
|
||||||
|
|
||||||
#needs to install this specifically because of some conflict between openmpi
|
#needs to install this specifically because of some conflict between openmpi
|
||||||
#and emacs (http://lists.fedoraproject.org/pipermail/devel/2011-July/153812.html)
|
#and emacs (http://lists.fedoraproject.org/pipermail/devel/2011-July/153812.html)
|
||||||
libotf
|
libotf
|
||||||
@ -125,15 +149,16 @@ Mayavi
|
|||||||
|
|
||||||
#Misc. Utils
|
#Misc. Utils
|
||||||
screen
|
screen
|
||||||
|
tmux
|
||||||
rlwrap
|
rlwrap
|
||||||
xchat
|
hexchat
|
||||||
shutter
|
shutter
|
||||||
fig2ps
|
fig2ps
|
||||||
bibtex2html
|
bibtex2html
|
||||||
hevea
|
hevea
|
||||||
|
|
||||||
#Include Mozilla Firefox
|
#Include Mozilla Firefox
|
||||||
firefox
|
#firefox
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user