diff options
author | Eric Thibodeau <kyron@neuralbs.com> | 2008-07-04 01:10:36 -0400 |
---|---|---|
committer | Eric Thibodeau <kyron@neuralbs.com> | 2008-07-04 01:10:36 -0400 |
commit | 920a8782602dc075fde21589ea8758c6acae0702 (patch) | |
tree | fa043efa82aac38d521812d341afc8743e4a2da1 /profiles | |
parent | Correct bgus in the ebuilds (incomplete variable changes) (diff) | |
download | clustering-livecd-920a8782602dc075fde21589ea8758c6acae0702.tar.gz clustering-livecd-920a8782602dc075fde21589ea8758c6acae0702.tar.bz2 clustering-livecd-920a8782602dc075fde21589ea8758c6acae0702.zip |
NFSroot stage4 + automatic configs and correction on LiveCD(master node) and much much more ;)
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hpc-clustering/package.keywords/c3 | 1 | ||||
-rw-r--r-- | profiles/hpc-clustering/package.keywords/gcc | 4 | ||||
-rw-r--r-- | profiles/hpc-clustering/package.keywords/liveDVD | 39 | ||||
-rw-r--r-- | profiles/hpc-clustering/package.keywords/mm-sources | 1 | ||||
-rw-r--r-- | profiles/hpc-clustering/package.keywords/openldap | 1 | ||||
-rw-r--r-- | profiles/hpc-clustering/package.keywords/openmpi | 2 | ||||
-rw-r--r-- | profiles/hpc-clustering/package.keywords/qt | 2 | ||||
-rw-r--r-- | profiles/hpc-clustering/package.keywords/stage1-livecd | 3 | ||||
-rw-r--r-- | profiles/hpc-clustering/package.mask | 7 | ||||
-rw-r--r-- | profiles/hpc-clustering/package.unmask/c3 | 1 | ||||
-rw-r--r-- | profiles/hpc-clustering/package.unmask/gcc | 3 | ||||
-rw-r--r-- | profiles/hpc-clustering/package.unmask/liveDVD | 6 | ||||
-rw-r--r-- | profiles/hpc-clustering/package.unmask/openldap | 1 | ||||
-rw-r--r-- | profiles/hpc-clustering/package.unmask/stage1-livecd | 9 | ||||
-rw-r--r-- | profiles/hpc-clustering/package.use | 17 | ||||
-rw-r--r-- | profiles/hpc-clustering/profile/packages | 2 |
16 files changed, 99 insertions, 0 deletions
diff --git a/profiles/hpc-clustering/package.keywords/c3 b/profiles/hpc-clustering/package.keywords/c3 new file mode 100644 index 0000000..9c6f9a6 --- /dev/null +++ b/profiles/hpc-clustering/package.keywords/c3 @@ -0,0 +1 @@ +=sys-cluster/c3-4.0.1 ** diff --git a/profiles/hpc-clustering/package.keywords/gcc b/profiles/hpc-clustering/package.keywords/gcc new file mode 100644 index 0000000..4480eb9 --- /dev/null +++ b/profiles/hpc-clustering/package.keywords/gcc @@ -0,0 +1,4 @@ +=sys-devel/gcc-4.3.1 ** +# required for sys-devel/gcc-4.3.0: +~sys-libs/glibc-2.7:2.2 ** +#~sys-libs/glibc-2.8_p20080602 ** diff --git a/profiles/hpc-clustering/package.keywords/liveDVD b/profiles/hpc-clustering/package.keywords/liveDVD new file mode 100644 index 0000000..e3a6749 --- /dev/null +++ b/profiles/hpc-clustering/package.keywords/liveDVD @@ -0,0 +1,39 @@ +#Bug 204610 for gcc 4.3 +>=dev-libs/elfutils-0.131-r2 ** +#Bug 206063 for gcc 4.3, 2.0.18 not working, trying 2.2.2 +>=dev-libs/libsigc++-2.2.2 ** +>=media-libs/netpbm-10.42.0 ** +# Bug 204681 +>=dev-cpp/glibmm-2.16.0 ** +# Above pulls in below: +>=dev-libs/glib-2.16 +# Bug 204152 +>=media-libs/musicbrainz-3.0.1 ** +# bug 218489 +>=app-arch/rpm-4.4.7-r3 ** +# Bug 210427 +>=dev-libs/boost-1.35.0 ** + +# Were required for gnome but dropped gnome... +#=media-sound/sound-juicer-2.22.0 ** +#=media-plugins/gst-plugins-meta-0.10-r2 ** + +# Bug 214814 +>=media-gfx/exiv2-0.16-r1 ** +# Bug 211675 +=x11-wm/fluxbox-1.0.0-r2 ** +# Bug 204687 +=dev-cpp/gtkmm-2.12.4 ** +# Bug 217017 +=media-libs/libgpod-0.6.0 ** +# Bug 211670 +=net-nntp/pan-0.132-r2 ** +# Bug 207430 +=dev-cpp/libgnomeuimm-2.20.1 ** +# Bug 213191 +=app-cdr/cdrdao-1.2.2-r1 ** +# Bug 207510 +>=www-client/epiphany-2.22.1 ** +>=www-client/epiphany-extensions-2.22.1 ** +# Bug 215573 +>=app-text/libwpd-0.8.14 ** diff --git a/profiles/hpc-clustering/package.keywords/mm-sources b/profiles/hpc-clustering/package.keywords/mm-sources new file mode 100644 index 0000000..eddd0a2 --- /dev/null +++ b/profiles/hpc-clustering/package.keywords/mm-sources @@ -0,0 +1 @@ +=sys-kernel/mm-sources-2.6.26_rc5-r3 ** diff --git a/profiles/hpc-clustering/package.keywords/openldap b/profiles/hpc-clustering/package.keywords/openldap new file mode 100644 index 0000000..6f4b488 --- /dev/null +++ b/profiles/hpc-clustering/package.keywords/openldap @@ -0,0 +1 @@ +=net-nds/openldap-2.4.10 ** diff --git a/profiles/hpc-clustering/package.keywords/openmpi b/profiles/hpc-clustering/package.keywords/openmpi new file mode 100644 index 0000000..741fc61 --- /dev/null +++ b/profiles/hpc-clustering/package.keywords/openmpi @@ -0,0 +1,2 @@ +sys-cluster/openmpi ** + diff --git a/profiles/hpc-clustering/package.keywords/qt b/profiles/hpc-clustering/package.keywords/qt new file mode 100644 index 0000000..3236bf5 --- /dev/null +++ b/profiles/hpc-clustering/package.keywords/qt @@ -0,0 +1,2 @@ +# needed for gcc 4.3 +>=x11-libs/qt-4.3.4 ** diff --git a/profiles/hpc-clustering/package.keywords/stage1-livecd b/profiles/hpc-clustering/package.keywords/stage1-livecd new file mode 100644 index 0000000..9284931 --- /dev/null +++ b/profiles/hpc-clustering/package.keywords/stage1-livecd @@ -0,0 +1,3 @@ +sys-apps/gli ** +x11-misc/mkxf86config ** +>=net-misc/curl-7.18.1 ** diff --git a/profiles/hpc-clustering/package.mask b/profiles/hpc-clustering/package.mask new file mode 100644 index 0000000..a6d9f77 --- /dev/null +++ b/profiles/hpc-clustering/package.mask @@ -0,0 +1,7 @@ +# broken with GCC 4.3 (RPM pulls in...let's see if we can do without it) +<=sys-libs/db-3.2.9-r11 +# Anything smaller than dev-libs/boost-1.35.0 won't compile with gcc-4.3 +# This means no OpenOffice-2.4.0 since it requires boost-1.33.1... +<=dev-libs/boost-1.35.0 +# Anything less than =media-libs/musicbrainz-3.0.1 won't compile with GCC-4.3 +<=media-libs/musicbrainz-3.0.1 diff --git a/profiles/hpc-clustering/package.unmask/c3 b/profiles/hpc-clustering/package.unmask/c3 new file mode 100644 index 0000000..fbd37fd --- /dev/null +++ b/profiles/hpc-clustering/package.unmask/c3 @@ -0,0 +1 @@ +=sys-cluster/c3-4.0.1 diff --git a/profiles/hpc-clustering/package.unmask/gcc b/profiles/hpc-clustering/package.unmask/gcc new file mode 100644 index 0000000..4dc6c2d --- /dev/null +++ b/profiles/hpc-clustering/package.unmask/gcc @@ -0,0 +1,3 @@ +# required for sys-devel/gcc-4.3.0: +=sys-libs/glibc-2.7-r2 +#=sys-libs/glibc-2.8_p20080602 diff --git a/profiles/hpc-clustering/package.unmask/liveDVD b/profiles/hpc-clustering/package.unmask/liveDVD new file mode 100644 index 0000000..fd2f4d4 --- /dev/null +++ b/profiles/hpc-clustering/package.unmask/liveDVD @@ -0,0 +1,6 @@ +# bug 218489 +>=app-arch/rpm-4.4.7-r3 +=media-sound/sound-juicer-2.22.0 +=media-plugins/gst-plugins-meta-0.10-r2 +>=www-client/epiphany-2.22.1 +>=www-client/epiphany-extensions-2.22.1 diff --git a/profiles/hpc-clustering/package.unmask/openldap b/profiles/hpc-clustering/package.unmask/openldap new file mode 100644 index 0000000..2b495dc --- /dev/null +++ b/profiles/hpc-clustering/package.unmask/openldap @@ -0,0 +1 @@ +=net-nds/openldap-2.4.10 diff --git a/profiles/hpc-clustering/package.unmask/stage1-livecd b/profiles/hpc-clustering/package.unmask/stage1-livecd new file mode 100644 index 0000000..00dcc5c --- /dev/null +++ b/profiles/hpc-clustering/package.unmask/stage1-livecd @@ -0,0 +1,9 @@ +app-misc/livecd-tools +app-misc/mc-mp +dev-util/cvsup +gnome-base/gnome-settings-daemon +sys-apps/gli +sys-apps/hwsetup +app-misc/livecd-tools +x11-misc/mkxf86config + diff --git a/profiles/hpc-clustering/package.use b/profiles/hpc-clustering/package.use new file mode 100644 index 0000000..86b5f21 --- /dev/null +++ b/profiles/hpc-clustering/package.use @@ -0,0 +1,17 @@ +<=net-misc/neon-0.28.2 -socks -socks5 +# We want good integration of the LDAP system +app-admin/sudo ldap + +# 2008/07/02 - Eric Thibodeau <kyron@neurabls.com> +# +# This is from /usr/portage/profiles/default/linux/amd64/2008.0/desktop/../../../../../targets/desktop/package.use +## 2008/03/26 - Chris Gianelloni <wolf31o2@gentoo.org> +## While we may need LDAP client support, who needs the server on a desktop? +## Did I mention that this also fixes the horrible perl dependency hell, too? +# +# Let the fun begin :( I have no choice to set this here since stage*.spec does not provide the means to set USE flags +#net-nds/openldap -minimal + +# ^^^ Nope...that won't work, so commenting and trying in livecd-stage1.spec instead (net-nds/openldap added to the list) + +sys-cluster/openmpi smp threads fortran diff --git a/profiles/hpc-clustering/profile/packages b/profiles/hpc-clustering/profile/packages new file mode 100644 index 0000000..7019f1e --- /dev/null +++ b/profiles/hpc-clustering/profile/packages @@ -0,0 +1,2 @@ +# for GCC 4.3.0 +>=sys-libs/glibc-2.7-r2 |