Rebuild for atlas 3.10.1.

This commit is contained in:
Jerry James 2013-09-21 19:17:39 -06:00
commit 36357cb01f
2 changed files with 6 additions and 3 deletions

View file

@ -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 \

View file

@ -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@gmail.com> - 5.8-8
- Rebuild for atlas 3.10.1
* Fri Aug 02 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.8-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild