forked from srbala/fedora-kickstarts
Merge branch 'f17'
This commit is contained in:
commit
a1fb14da6e
@ -5,11 +5,12 @@
|
|||||||
# Fedora-Scientific aims to create a Fedora which has the generic
|
# Fedora-Scientific aims to create a Fedora which has the generic
|
||||||
# toolset for the researcher
|
# toolset for the researcher
|
||||||
# Web: https://fedoraproject.org/wiki/Scientific_Spin
|
# Web: https://fedoraproject.org/wiki/Scientific_Spin
|
||||||
|
# Web: http://spins.fedoraproject.org/scientific-kde/
|
||||||
|
|
||||||
# Maintainer: Amit Saha <droidery@gmail.com>
|
# Maintainer: Amit Saha <amitksaha@fedoraproject.org>
|
||||||
# FAS username: amitksaha
|
# https://fedoraproject.org/wiki/User:Amitksaha
|
||||||
|
|
||||||
# Last modified: October 23, 2011.
|
# Last modified: March 10, 2012.
|
||||||
|
|
||||||
%include fedora-live-kde.ks
|
%include fedora-live-kde.ks
|
||||||
|
|
||||||
@ -21,6 +22,11 @@ part / --size 10000
|
|||||||
# Installing the default/mandatory packages from engineering & scientific
|
# Installing the default/mandatory packages from engineering & scientific
|
||||||
@engineering-and-scientific
|
@engineering-and-scientific
|
||||||
|
|
||||||
|
# scilab
|
||||||
|
scilab
|
||||||
|
scilab-devel
|
||||||
|
scilab-doc
|
||||||
|
|
||||||
#Devel tools
|
#Devel tools
|
||||||
|
|
||||||
#Install the mandatory packages from dev-tools and dev-libs
|
#Install the mandatory packages from dev-tools and dev-libs
|
||||||
@ -68,8 +74,11 @@ pdfshuffler
|
|||||||
# Parallel/Distributed computing libraries/tools
|
# Parallel/Distributed computing libraries/tools
|
||||||
openmpi
|
openmpi
|
||||||
valgrind-openmpi
|
valgrind-openmpi
|
||||||
|
pvm
|
||||||
pvm-gui #will install 'pvm' as well
|
pvm-gui #will install 'pvm' as well
|
||||||
libgomp
|
libgomp
|
||||||
|
python-pp
|
||||||
|
|
||||||
|
|
||||||
#Version control- a GUI for each as well
|
#Version control- a GUI for each as well
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user