[ga] didn't get a greater than or equal to 21 bit

David Brown dmlb2000 at fedoraproject.org
Sun Oct 5 21:27:23 UTC 2014


commit e3251a771129c12fa69739e9cdbcb71f19ca17a6
Author: David Brown <dmlb2000 at gmail.com>
Date:   Sun Oct 5 14:20:53 2014 -0700

    didn't get a greater than or equal to 21 bit

 ga.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ga.spec b/ga.spec
index 0cfcb38..79dab0f 100644
--- a/ga.spec
+++ b/ga.spec
@@ -121,7 +121,7 @@ done
 %if 0%{?fedora}%{?rhel} == 20
 %define atlas_libs -latlas -lcblas -lclapack -lf77blas -llapack -lptcblas -lptf77blas
 %endif
-%if 0%{?fedora}%{?rhel} == 21
+%if 0%{?fedora}%{?rhel} >= 21
 %define atlas_libs -lsatlas
 %else
 %define atlas_libs -lf77blas -llapack


More information about the scm-commits mailing list