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