summaryrefslogtreecommitdiffstats
path: root/cluster
diff options
context:
space:
mode:
authorFlorian Franzmann2011-07-30 22:49:51 +0200
committerFlorian Franzmann2011-07-30 22:49:51 +0200
commit18923d28a9e97eceb520c5169e55232d35e7c208 (patch)
treed4f0c7fe95594cd9a7af997a0001dfd5313d7ba4 /cluster
parent7a901d157e659523da68538df5fe6967f36ea9c8 (diff)
Revert "cluster/atlas: changed dependency on fortran to dependency on gcc with FORTRAN (scripted)"
This reverts commit a086aa863f9b90f73cfe036e7c2d2017c60476d7. There is no equivalient for 'if is_depends_enabled $SPELL fortran' when sub-depending.
Diffstat (limited to 'cluster')
-rwxr-xr-xcluster/atlas/DEPENDS2
-rw-r--r--cluster/atlas/HISTORY4
2 files changed, 1 insertions, 5 deletions
diff --git a/cluster/atlas/DEPENDS b/cluster/atlas/DEPENDS
index 10769ac301..826f0b0268 100755
--- a/cluster/atlas/DEPENDS
+++ b/cluster/atlas/DEPENDS
@@ -1,4 +1,4 @@
-optional_depends -sub FORTRAN gcc "" "--nof77" "for fortran bindings" &&
+optional_depends fortran "" "--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 674ce9e501..5495ff64a9 100644
--- a/cluster/atlas/HISTORY
+++ b/cluster/atlas/HISTORY
@@ -1,7 +1,3 @@
-2011-07-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
- * DEPENDS: changed dependency on fortran to dependency on gcc with
- sub-depends on FORTRAN (scripted)
-
2011-05-15 Peng Chang (Charels) <chp@sourcemage.org>
* BUILD: fat_shared is still not prevailing, added make check and make time,
these takes only 2 min, but definitely worth keeping record