diff --git a/gsl-1.15-atlas.patch b/gsl-1.15-atlas.patch index 54d64af..f7f050c 100644 --- a/gsl-1.15-atlas.patch +++ b/gsl-1.15-atlas.patch @@ -10,7 +10,7 @@ diff -up gsl-1.15/Makefile.in.pom gsl-1.15/Makefile.in - $(libgsl_la_LDFLAGS) $(LDFLAGS) -o $@ +libgsl_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ -+ $(libgsl_la_LDFLAGS) $(LDFLAGS) -lcblas -latlas -o $@ ++ $(libgsl_la_LDFLAGS) $(LDFLAGS) -lsatlas -o $@ PROGRAMS = $(bin_PROGRAMS) am_gsl_histogram_OBJECTS = gsl-histogram.$(OBJEXT) gsl_histogram_OBJECTS = $(am_gsl_histogram_OBJECTS) diff --git a/gsl.spec b/gsl.spec index f74a5f4..ee57472 100644 --- a/gsl.spec +++ b/gsl.spec @@ -1,7 +1,7 @@ Summary: The GNU Scientific Library for numerical analysis Name: gsl Version: 1.15 -Release: 9%{?dist} +Release: 10%{?dist} URL: http://www.gnu.org/software/gsl/ Source: ftp://ftp.gnu.org/gnu/gsl/%{name}-%{version}.tar.gz Patch0: gsl-1.10-lib64.patch @@ -101,6 +101,9 @@ fi %{_mandir}/man3/*.3* %changelog +* Sat Sep 21 2013 Frantisek Kluknavsky - 1.15-10 +- linked against atlas 3.10 + * Sat Aug 03 2013 Fedora Release Engineering - 1.15-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild