blob: 9995bf236be5308aef7fd8f7bf41b0d752a8b61f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
|
<image>
<profiles>
<profile name="ScientificCore" description="Core packages for Scientific">
</profile>
<profile name="ScientificDesktop" description="Desktop packages for Scientific">
<requires profile="ScientificCore"/>
<requires profile="KDE-Desktop"/>
</profile>
<profile name="Scientific_KDE-Live" description="Scientific KDE Lab Live DVD">
<requires profile="ScientificDesktop"/>
<requires profile="LiveInstall"/>
</profile>
<profile name="Scientific_KDE-Disk" description="Scientific KDE Lab Install Disk">
<requires profile="ScientificDesktop"/>
<requires profile="BootDiskCore"/>
</profile>
<profile name="Scientific-Vagrant-libvirt" description="Scientific Lab Vagrant box for libvirt">
<requires profile="ScientificCore"/>
<requires profile="VagrantCore"/>
</profile>
<profile name="Scientific-Vagrant-VirtualBox" description="Scientific Lab Vagrant box for VirtualBox">
<requires profile="ScientificCore"/>
<requires profile="VagrantCore"/>
</profile>
</profiles>
<preferences profiles="Scientific-Vagrant-libvirt" arch="x86_64,aarch64">
<type image="oem" format="vagrant"
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8"
devicepersistency="by-uuid"
bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
rootfs_label="fedora"
>
<bootloader name="grub2" bls="true" console="serial" timeout="1"/>
<size unit="G">30</size>
<vagrantconfig provider="libvirt" virtualsize="30"/>
<systemdisk>
<volume name="@root=root"/>
<volume name="home" parent="/"/>
<volume name="var" parent="/"/>
</systemdisk>
<oemconfig>
<oem-resize>false</oem-resize>
</oemconfig>
</type>
</preferences>
<preferences profiles="Scientific-Vagrant-VirtualBox" arch="x86_64">
<type image="oem" format="vagrant"
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8"
devicepersistency="by-uuid"
bootpartition="true" bootpartsize="2000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
rootfs_label="fedora"
>
<bootloader name="grub2" bls="true" console="serial" timeout="1"/>
<size unit="G">30</size>
<vagrantconfig provider="virtualbox" virtualbox_guest_additions_present="true" virtualsize="30"/>
<systemdisk>
<volume name="@root=root"/>
<volume name="home" parent="/"/>
<volume name="var" parent="/"/>
</systemdisk>
<oemconfig>
<oem-resize>false</oem-resize>
</oemconfig>
</type>
</preferences>
<packages type="bootstrap" patternType="plusRecommended" profiles="ScientificDesktop">
<package name="fedora-release-kde"/>
</packages>
<packages type="image" patternType="plusRecommended" profiles="ScientificCore">
<namedCollection name="core"/>
<namedCollection name="standard"/>
<namedCollection name="engineering-and-scientific"/>
<!-- Install the mandatory packages from dev-tools and dev-libs -->
<namedCollection name="development-tools"/>
<namedCollection name="development-libs"/>
<namedCollection name="c-development"/>
<namedCollection name="rpm-development-tools"/>
<package name="langpacks-en"/>
<!-- Other C++ libraries not included in groups -->
<package name="blitz-devel"/>
<package name="armadillo-devel"/>
<!-- Misc related utilities -->
<package name="ddd"/>
<package name="valgrind"/>
<!-- Python 3 and tools/libraries not included from the groups -->
<package name="python3"/>
<package name="python3-tools"/>
<package name="python3-matplotlib"/>
<package name="python3-scipy"/>
<package name="python3-numpy"/>
<package name="python3-ipython"/>
<package name="python3-ipython-console"/>
<package name="python3-ipython-notebook"/>
<package name="python3-sympy"/>
<package name="python3-networkx"/>
<package name="python3-pandas"/>
<!-- Include Java development tools -->
<namedCollection name="java-development"/>
<package name="apache-commons-math"/>
<!-- fortran compiler -->
<package name="gcc-gfortran"/>
<!-- Julia -->
<package name="julia" arch="x86_64"/>
<package name="julia-doc" arch="x86_64"/>
<package name="julia-devel" arch="x86_64"/>
<!-- <package name="python3-spyder"/> --> <!-- FTI with Python 3.12, see rhbz#2220598 -->
<package name="python3-spyder-kernels"/>
<!-- writing & publishing -->
<package name="emacs-nw"/>
<package name="emacs-color-theme"/>
<package name="vim-enhanced"/>
<!-- Presentation, Bibliography & Document arrangement tools -->
<package name="BibTool"/>
<package name="pdfshuffler"/>
<!-- Parallel/Distributed computing libraries/tools -->
<package name="openmpi"/>
<package name="openmpi-devel"/>
<package name="valgrind-openmpi"/>
<package name="libgomp"/>
<package name="python3-mpi4py-openmpi"/>
<package name="python3-mpi4py-mpich"/>
<!-- Version control - A GUI for each as well -->
<package name="subversion"/>
<package name="git"/>
<package name="mercurial"/>
<!-- Deal with conflict between openmpi and emacs -->
<!-- Cf. https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/3HFNRNDK52FP3O2IEX5MUBQEFS56U5PZ/ -->
<package name="libotf"/>
<package name="root"/>
<!-- Misc tools -->
<package name="screen"/>
<package name="tmux"/>
<package name="rlwrap"/>
<package name="fig2ps"/>
<package name="hevea"/>
</packages>
<packages type="image" patternType="plusRecommended" profiles="ScientificDesktop">
<namedCollection name="firefox"/>
<!-- Matplotlib backend -->
<package name="python3-matplotlib-qt6"/>
<!-- GUI for R -->
<package name="rkward"/>
<!-- writing & publishing -->
<package name="emacs"/>
<package name="scribus"/>
<package name="lyx"/>
<package name="kile"/>
<!-- Version control GUIs -->
<package name="rapidsvn"/>
<package name="git-gui"/>
<package name="mercurial-hgk"/>
<package name="backintime-qt"/>
<package name="root-gui-fitpanel"/>
<!-- Drawing, picture viewing tools, visualization tools -->
<package name="dia"/>
<package name="inkscape"/>
<package name="xzgv"/>
<package name="gimp"/>
</packages>
<packages type="image" patternType="plusRecommended" profiles="Scientific-Vagrant-libvirt">
<package name="qemu-guest-agent"/>
</packages>
<packages type="image" patternType="plusRecommended" profiles="Scientific-Vagrant-VirtualBox">
<package name="virtualbox-guest-additions"/>
</packages>
</image>
|