From a086aa863f9b90f73cfe036e7c2d2017c60476d7 Mon Sep 17 00:00:00 2001 From: Florian Franzmann Date: Sat, 30 Jul 2011 21:56:44 +0200 Subject: cluster/atlas: changed dependency on fortran to dependency on gcc with FORTRAN (scripted) --- cluster/atlas/DEPENDS | 2 +- cluster/atlas/HISTORY | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'cluster') diff --git a/cluster/atlas/DEPENDS b/cluster/atlas/DEPENDS index 826f0b0268..10769ac301 100755 --- a/cluster/atlas/DEPENDS +++ b/cluster/atlas/DEPENDS @@ -1,4 +1,4 @@ -optional_depends fortran "" "--nof77" "for fortran bindings" && +optional_depends -sub FORTRAN gcc "" "--nof77" "for fortran bindings" && if is_depends_enabled $SPELL fortran; then optional_depends lapack "" "" "to build enhanced liblapack.a" fi && diff --git a/cluster/atlas/HISTORY b/cluster/atlas/HISTORY index 5495ff64a9..674ce9e501 100644 --- a/cluster/atlas/HISTORY +++ b/cluster/atlas/HISTORY @@ -1,3 +1,7 @@ +2011-07-30 Florian Franzmann + * DEPENDS: changed dependency on fortran to dependency on gcc with + sub-depends on FORTRAN (scripted) + 2011-05-15 Peng Chang (Charels) * BUILD: fat_shared is still not prevailing, added make check and make time, these takes only 2 min, but definitely worth keeping record -- cgit v1.2.3