Skip to content

Commit

Permalink
rpms/development-base-tools: add python-devel and openmpi
Browse files Browse the repository at this point in the history
(also remove inappropriate gcc and cmake version)
  • Loading branch information
jouvin committed Nov 6, 2014
1 parent 471e9a6 commit 27fb326
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions rpms/development-base-tools.pan
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ include { 'rpms/group/development' };

prefix '/software/packages';

# CMake 2.8
'{cmake28-gui}' ?= nlist();

# Compat gcc
'{compat-gcc-34}' ?= nlist();
'{compat-gcc-34-g77}' ?= nlist();

# Git
'{git}' ?= nlist();

Expand All @@ -32,9 +25,15 @@ prefix '/software/packages';
'{libcanberra-gtk2}' ?= nlist();
'{libXi-devel}' ?= nlist();

# Openmpi
'{openmpi}' ?= nlist();

# Perl
'{perl-SVN-Notify}' ?= nlist();

# Python
'{python-devel}' ?= nlist();

# XML
'{expat-devel}' ?= nlist();

0 comments on commit 27fb326

Please sign in to comment.