#588 Add NeuroFedora Comp Neuro Lab image kickstart files
Merged 4 years ago by mohanboddu. Opened 4 years ago by ankursinha.
Unknown source comp-neuro-lab  into  master

@@ -0,0 +1,43 @@

+ # Description: Packages for the NeuroFedora computational neuroscience lab image.

+ # 

+ # Maintained by the NeuroFedora SIG:

+ # https://fedoraproject.org/wiki/SIGs/NeuroFedora

+ # mailto:neuro-sig@lists.fedoraproject.org

+ 

+ %packages

+ 

+ # Includes numpy, scipy, jupyter, pandas, scikit, scipy, statsmodels, sympy, matplotlib

+ @python-science

+ 

+ #Computational neuroscience packages

+ auryn-mpich

+ auryn-openmpi

+ bionetgen

+ calcium-calculator

+ COPASI

+ qalculate

+ getdp

+ genesis-simulator

+ gnuplot

+ moose

+ nest

+ neuron

+ neurord

+ octave

+ paraview

+ python3

+ python3-brian2

+ python-brian2-doc

+ python3-ipython

+ python3-nest

+ python3-neuron

+ python3-libNeuroML

+ python3-neo

+ # Currently broken in rawhide

+ # python3-nineml

+ # python-nineml-doc

+ python3-PyLEMS

+ python-PyLEMS-doc

+ smoldyn

+ 

+ %end

@@ -0,0 +1,12 @@

+ # Description: The Workstation based NeuroFedora computational neuroscience lab image.

+ # https://fedoraproject.org/wiki/Changes/Comp_Neuro_Lab

+ #

+ # Maintained by the NeuroFedora SIG:

+ # https://fedoraproject.org/wiki/SIGs/NeuroFedora

+ # mailto:neuro-sig@lists.fedoraproject.org

+ 

+ %include fedora-live-workstation.ks

+ %include fedora-comp-neuro-common.ks

+ %include fedora-neuro-gnome-common.ks

+ 

+ part / --size 9656

@@ -0,0 +1,30 @@

+ # Description: Common gnome based configuration for NeuroFedora spin images.

+ #

+ # Maintained by the NeuroFedora SIG:

+ # https://fedoraproject.org/wiki/SIGs/NeuroFedora

+ # mailto:neuro-sig@lists.fedoraproject.org

+ 

+ # Please specify the individual package sets in their own ks files:

+ # - fedora-comp-neuro-common.ks

+ 

+ %packages

+ @firefox

+ 

+ # Editors

+ emacs

+ vim-X11

+ 

+ # This is no longer workstation

+ -@workstation-product

+ 

+ # No Workstation backgrounds

+ #-desktop-backgrounds-basic

+ #-*backgrounds-extras

+ %end

+ 

+ %post

+ 

+ #Override the favorite desktop application in Dash

+ sed -i "s/favorite-apps=."'*'"/favorite-apps=['firefox.desktop', 'org.gnome.Terminal.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.gedit.desktop', 'anaconda.desktop']/" /etc/rc.d/init.d/livesys

+ 

+ %end

1 new commit added

  • Rename to use underscore in spin name
4 years ago

Pull-Request has been merged by mohanboddu

4 years ago