Rebuild for atlas 3.10.1.
This commit is contained in:
parent
0be3d92ebd
commit
36357cb01f
2 changed files with 6 additions and 3 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue