- multilib fixes
This commit is contained in:
parent
e9c5494b33
commit
41765fe33c
@ -15,7 +15,7 @@
|
||||
#include "@@INCLUDE@@-s390x.h"
|
||||
#elif defined(__s390__)
|
||||
#include "@@INCLUDE@@-s390.h"
|
||||
#elif defined(__sparc64__)
|
||||
#elif defined(__sparc__) && defined (__arch64__)
|
||||
#include "@@INCLUDE@@-sparc64.h"
|
||||
#elif defined(__sparc__)
|
||||
#include "@@INCLUDE@@-sparc.h"
|
||||
|
7
ntl.spec
7
ntl.spec
@ -1,10 +1,10 @@
|
||||
|
||||
%define multilib_arches i386 x86_64 ppc ppc64 s390 s390x sparc sparc64
|
||||
%define multilib_arches i386 x86_64 ppc ppc64 s390 s390x sparcv9 sparc64
|
||||
|
||||
Summary: High-performance algorithms for vectors, matrices, and polynomials
|
||||
Name: ntl
|
||||
Version: 5.4.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
|
||||
License: GPLv2+
|
||||
URL: http://shoup.net/ntl/
|
||||
@ -127,6 +127,9 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 29 2008 Rex Dieter <rdieter@fedoraproject.org> 5.4.2-3
|
||||
- multilib fixes
|
||||
|
||||
* Thu Apr 03 2008 Rex Dieter <rdieter@fedoraproject.org> 5.4.2-2
|
||||
- multiarch conflicts (#342711)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user