the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: qprop
Version: 1.21
Revision: 1003
#Architecture: powerpc
License: GPL
Depends: gcc46-shlibs
BuildDepends: fink (>= 0.24.12), gcc46
Source: http://web.mit.edu/drela/Public/web/qprop/qprop%v.tar.gz
Source-MD5: 1398ef8c670828138bdb4807037fe433
SourceDirectory: Qprop
PatchFile: %n.patch
PatchFile-MD5: 11d882a09fd81b071492c4452b28b935
PatchScript: patch -p1 < %{PatchFile}
CompileScript: <<
#!/bin/sh -ev
cd bin
make qprop
make qmil
<<
InstallScript: <<
#!/bin/sh -ev
mkdir %i/bin
cd bin
install qprop %i/bin/
install qmil %i/bin/
mkdir -p %i/share/doc/qprop/runs
cd ../runs
/bin/cp -pr * %i/share/doc/qprop/runs/
head -n14 ../src/qprop.f | tail -n11 > %i/share/doc/qprop/License
<<
DocFiles: qprop_doc.txt qmil_doc.txt version_notes.txt README
Description: Propeller + motor performance analysis
DescDetail: <<
QPROP is an analysis program for predicting the performance
of propeller-motor combinations. Its intent is to provide
an alternative to the existing prop/motor simulation programs,
which use relatively simple propeller models, and assume
a brushed DC motor type. QPROP has a relatively sophisticated
and accurate prop aerodynamic model, and a general motor model
which can be implemented via a user-supplied subroutine
if necessary.
The companion program QMIL generates propeller geometries
for the Minimum Induced Loss (MIL) condition. It can also
generated windmill geometries for the MIL or Maximum Total Power
(MTP) conditions. See the qmil_doc.txt document for more info.
Note: The qprop_theory.pdf file reference in the README is no
longer included in the package, but is still available from
qprop's home page.
<<
DescPort: <<
Compiles with double precision math.
<<
Homepage: http://web.mit.edu/drela/Public/web/qprop/
Maintainer: Kevin Horton
diff -urN qprop-1.16-1/Qprop/bin/Makefile qprop-1.16-1/Qprop/bin/Makefile
--- Qprop/bin/Makefile 2005-12-02 20:38:33.000000000 -0500
+++ Qprop/bin/Makefile 2005-12-02 20:34:51.000000000 -0500
@@ -15,8 +15,8 @@
#FTNLIB = -Vaxlib /usr/lib/C-ctype.o /usr/lib/C_name.o /usr/lib/ctype-info.o
#------------------------------------
-#FC = g77
-#FFLAGS = -O -dbl
+FC = gfortran
+FFLAGS = -O3 -fdefault-real-8
#------------------------------------