From bd8e36ea9a43fca4e3aa1380db2417be682eeb8c Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Fri, 24 Aug 2012 11:12:43 +0200 Subject: [PATCH] add qt4-devel as os dependency for CGAL --- .../c/CGAL/CGAL-4.0-goalf-1.1.0-no-OFED-Python-2.7.3.eb | 3 +++ .../easyconfigs/c/CGAL/CGAL-4.0-ictce-4.0.6-Python-2.7.3.eb | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/easybuild/easyconfigs/c/CGAL/CGAL-4.0-goalf-1.1.0-no-OFED-Python-2.7.3.eb b/easybuild/easyconfigs/c/CGAL/CGAL-4.0-goalf-1.1.0-no-OFED-Python-2.7.3.eb index 526c956b00..d99a019b18 100644 --- a/easybuild/easyconfigs/c/CGAL/CGAL-4.0-goalf-1.1.0-no-OFED-Python-2.7.3.eb +++ b/easybuild/easyconfigs/c/CGAL/CGAL-4.0-goalf-1.1.0-no-OFED-Python-2.7.3.eb @@ -19,3 +19,6 @@ dependencies = [ ('Boost','1.49.0', versionsuffix), ('MPFR','3.1.0'), ] + +osdependencies = ['qt4-devel'] + diff --git a/easybuild/easyconfigs/c/CGAL/CGAL-4.0-ictce-4.0.6-Python-2.7.3.eb b/easybuild/easyconfigs/c/CGAL/CGAL-4.0-ictce-4.0.6-Python-2.7.3.eb index cae08379bb..d1c8a786f6 100644 --- a/easybuild/easyconfigs/c/CGAL/CGAL-4.0-ictce-4.0.6-Python-2.7.3.eb +++ b/easybuild/easyconfigs/c/CGAL/CGAL-4.0-ictce-4.0.6-Python-2.7.3.eb @@ -19,4 +19,6 @@ dependencies = [ ('Boost','1.49.0', versionsuffix), ('MPFR','3.1.0'), ] - \ No newline at end of file + +osdependencies = ['qt4-devel'] +