[xrotor] Build without -fdefault-real-8

Sandro Mani smani at fedoraproject.org
Sat Jan 25 22:19:55 UTC 2014


commit 11c3c139f7108c915997b55bd57d34d80339ca5a
Author: Sandro Mani <manisandro at gmail.com>
Date:   Sat Jan 25 23:20:13 2014 +0100

    Build without -fdefault-real-8

 Xrotor7.55-makefile.patch |    4 ++--
 xrotor.spec               |    5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/Xrotor7.55-makefile.patch b/Xrotor7.55-makefile.patch
index 9bafdcd..1fe9dfb 100644
--- a/Xrotor7.55-makefile.patch
+++ b/Xrotor7.55-makefile.patch
@@ -105,7 +105,7 @@ diff -rupN Xrotor/bin/Makefile Xrotor-new/bin/Makefile
 -#FFLAGS = -O +ppu
 -#FFLOPT = -O +ppu
 -###================================================
-+override FFLAGS += -fdefault-real-8
++# override FFLAGS += -fdefault-real-8
  
  
  SRC = ../src
@@ -163,7 +163,7 @@ diff -rupN Xrotor/plotlib/Makefile Xrotor-new/plotlib/Makefile
 -#PLTLIB = libPltDP.a
 +FC = gfortran
 +PLTLIB = libPltDP.a
-+override FFLAGS += -fdefault-real-8
++# override FFLAGS += -fdefault-real-8
 +# Some fortrans need trailing underscores in C interface symbols (see Xwin.c)
 +override CFLAGS += -DUNDERSCORE
  
diff --git a/xrotor.spec b/xrotor.spec
index ca5969b..bcd883f 100644
--- a/xrotor.spec
+++ b/xrotor.spec
@@ -1,6 +1,6 @@
 Name:           xrotor
 Version:        7.55
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Design and analysis tools for propellers and windmills
 
 # Plotlib is LGPLv2+, the rest is GPLv2+
@@ -53,6 +53,9 @@ make %{?_smp_mflags} -C bin
 
 
 %changelog
+* Sat Jan 25 2014 Sandro Mani <manisandro at gmail.com> - 7.55-4
+- Build without -fdefault-real-8
+
 * Fri Sep 13 2013 Sandro Mani <manisandro at gmail.com> - 7.55-3
 - Fix license
 


More information about the scm-commits mailing list