linked against atlas 3.10
This commit is contained in:
parent
fde9702015
commit
b6ca431681
@ -10,7 +10,7 @@ diff -up gsl-1.15/Makefile.in.pom gsl-1.15/Makefile.in
|
|||||||
- $(libgsl_la_LDFLAGS) $(LDFLAGS) -o $@
|
- $(libgsl_la_LDFLAGS) $(LDFLAGS) -o $@
|
||||||
+libgsl_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
+libgsl_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||||||
+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||||
+ $(libgsl_la_LDFLAGS) $(LDFLAGS) -lcblas -latlas -o $@
|
+ $(libgsl_la_LDFLAGS) $(LDFLAGS) -lsatlas -o $@
|
||||||
PROGRAMS = $(bin_PROGRAMS)
|
PROGRAMS = $(bin_PROGRAMS)
|
||||||
am_gsl_histogram_OBJECTS = gsl-histogram.$(OBJEXT)
|
am_gsl_histogram_OBJECTS = gsl-histogram.$(OBJEXT)
|
||||||
gsl_histogram_OBJECTS = $(am_gsl_histogram_OBJECTS)
|
gsl_histogram_OBJECTS = $(am_gsl_histogram_OBJECTS)
|
||||||
|
5
gsl.spec
5
gsl.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: The GNU Scientific Library for numerical analysis
|
Summary: The GNU Scientific Library for numerical analysis
|
||||||
Name: gsl
|
Name: gsl
|
||||||
Version: 1.15
|
Version: 1.15
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
URL: http://www.gnu.org/software/gsl/
|
URL: http://www.gnu.org/software/gsl/
|
||||||
Source: ftp://ftp.gnu.org/gnu/gsl/%{name}-%{version}.tar.gz
|
Source: ftp://ftp.gnu.org/gnu/gsl/%{name}-%{version}.tar.gz
|
||||||
Patch0: gsl-1.10-lib64.patch
|
Patch0: gsl-1.10-lib64.patch
|
||||||
@ -101,6 +101,9 @@ fi
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 21 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.15-10
|
||||||
|
- linked against atlas 3.10
|
||||||
|
|
||||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-9
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user