[blas] 01/03: Make sure that -mieee is used when compiling on alpha

Sébastien Villemot sebastien at alioth.debian.org
Tue Sep 24 19:05:48 UTC 2013


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository blas.

commit bf3868e5cfc1c9abab306dd8fc5997608b0f5f2d
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Tue Sep 24 20:11:58 2013 +0200

    Make sure that -mieee is used when compiling on alpha
    
    And two other minor fixes
---
 debian/changelog |    6 ++++++
 debian/rules     |    7 ++++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f1b5438..fe2b945 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+blas (1.2.20110419-7) UNRELEASED; urgency=low
+
+  * Make sure that -mieee is used when compiling on alpha
+
+ -- Sébastien Villemot <sebastien at debian.org>  Mon, 23 Sep 2013 20:54:14 +0000
+
 blas (1.2.20110419-6) unstable; urgency=low
 
   * Use my @debian.org address
diff --git a/debian/rules b/debian/rules
index bc52556..ac1edf6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,9 +15,10 @@ CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
 ARCH:=$(shell dpkg --print-architecture)
 
 ifeq ($(ARCH),alpha)
-  F77FLAGS:=$(F77FLAGS) -mieee
+  FFLAGS += -mieee
 endif
 
+
 SO=3
 VERS=$(SO).0
 
@@ -129,7 +130,7 @@ $(subst src/,debian/static/,$(BOBJ2)): \
 $(subst src/,debian/shared/,$(BOBJ2)): \
 	debian/shared/%.o : src/%.f debian/shared_dir
 
-	$(F77) $(F77FLAGS) -fPIC -c $< -o $@	
+	$(F77) $(FFLAGS) -fPIC -c $< -o $@	
 
 libblas.a: cblas/libcblas.a $(subst src/,debian/static/,$(BOBJ)) debian/static_dir
 	cd debian/static && ar x ../../$<
@@ -225,7 +226,7 @@ debian/test_results: $(OUT) $(FOT)
 MFL:=$(shell echo man/manl/*)
 %.3: %.l
 	cat $< | sed "s,^.TH  *\([^ ]*\)  *l  *\(.*\),.TH \1 3 \2,1" >$@
-	echo Convervted $< to $@, diff: 
+	echo Converted $< to $@, diff: 
 	diff -u $< $@ || true
 MF:=$(subst .l,.3,$(MFL))
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/blas.git



More information about the debian-science-commits mailing list