[DSDP] Rebuild for atlas 3.10.1.

Jerry James jjames at fedoraproject.org
Sun Sep 22 01:17:57 UTC 2013


commit 36357cb01f65475e5ed50aa6d13099debb7cfc72
Author: Jerry James <loganjerry at gmail.com>
Date:   Sat Sep 21 19:17:39 2013 -0600

    Rebuild for atlas 3.10.1.

 DSDP.Makefile |    4 ++--
 DSDP.spec     |    5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/DSDP.Makefile b/DSDP.Makefile
index 66fd839..8febb44 100644
--- a/DSDP.Makefile
+++ b/DSDP.Makefile
@@ -14,8 +14,8 @@ CC = gcc
 INCLUDES = -I/usr/include/atlas -Iinclude -Isrc/solver -Isrc/sdp -Isrc/vecmat
 CFLAGS = @RPM_OPT_FLAGS@ -fPIC -DDSDP_TIME $(INCLUDES)
 BFLAGS = @RPM_OPT_FLAGS@ -DDSDP_TIME -Iinclude -Lsrc
-LDFLAGS = @RPM_LD_FLAGS@ -Wl,--as-needed -L at libdir@/atlas -llapack -lm
-BDFLAGS = @RPM_LD_FLAGS@ -Wl,--as-needed -ldsdp -L at libdir@/atlas -llapack -lm
+LDFLAGS = @RPM_LD_FLAGS@ -Wl,--as-needed -L at libdir@/atlas -lsatlas -lm
+BDFLAGS = @RPM_LD_FLAGS@ -Wl,--as-needed -ldsdp -L at libdir@/atlas -lsatlas -lm
 SONAME = -Wl,-h,libdsdp.so.5
 
 SOLVER_OBJS = src/solver/dualalg.o src/solver/dualimpl.o \
diff --git a/DSDP.spec b/DSDP.spec
index 3aa9798..c26c13f 100644
--- a/DSDP.spec
+++ b/DSDP.spec
@@ -1,6 +1,6 @@
 Name:           DSDP
 Version:        5.8
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Software for semidefinite programming
 
 Group:          Applications/Engineering
@@ -117,6 +117,9 @@ done
 %{_mandir}/man1/*
 
 %changelog
+* Sat Sep 21 2013 Jerry James <loganjerry at gmail.com> - 5.8-8
+- Rebuild for atlas 3.10.1
+
 * Fri Aug 02 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.8-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list