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@libdir@/atlas -llapack -lm -BDFLAGS = @RPM_LD_FLAGS@ -Wl,--as-needed -ldsdp -L@libdir@/atlas -llapack -lm +LDFLAGS = @RPM_LD_FLAGS@ -Wl,--as-needed -L@libdir@/atlas -lsatlas -lm +BDFLAGS = @RPM_LD_FLAGS@ -Wl,--as-needed -ldsdp -L@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 - 5.8-8 +- Rebuild for atlas 3.10.1 + * Fri Aug 02 2013 Fedora Release Engineering - 5.8-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild