Fix under-linked libraries (#1098680)
This commit is contained in:
parent
69c5ba7653
commit
6c00cad0ad
@ -4,7 +4,6 @@ OBJ = .o
|
||||
|
||||
MAKE = make
|
||||
AR = gcc
|
||||
ARFLAGS = -shared -Wl,-soname=$@.0 -o
|
||||
CAT = cat
|
||||
CCS = gcc
|
||||
CCP = mpicc
|
||||
@ -15,6 +14,7 @@ CFLAGS = @RPMFLAGS@ \
|
||||
-Drestrict=__restrict -DIDXSIZE64
|
||||
CLIBFLAGS = -shared -fPIC
|
||||
LDFLAGS = -lz -lbz2 -llzmadec -lm -lrt -lpthread
|
||||
ARFLAGS = -shared -Wl,-soname=$@.0 $(LDFLAGS) -o
|
||||
CP = cp -av
|
||||
LEX = flex
|
||||
LN = ln
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Graph, mesh and hypergraph partitioning library
|
||||
Name: scotch
|
||||
Version: 6.0.0
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
License: CeCILL-C
|
||||
Group: Development/Libraries
|
||||
URL: http://www.labri.fr/perso/pelegrin/scotch/
|
||||
@ -288,6 +288,9 @@ popd
|
||||
%doc scotch_%{version}/README.txt scotch_%{version}/doc/*
|
||||
|
||||
%changelog
|
||||
* Sat Jul 05 2014 Sandro Mani <manisandro@gmail.com> - 6.0.0-7
|
||||
- Fix under-linked libraries (#1098680)
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user