libraries/QuantLib-Python: Updated for version 0.9.7

This commit is contained in:
Aleksandar Samardzic 2010-05-13 00:28:40 +02:00 committed by Robby Workman
parent 5ff6ae914a
commit eab5e61519
4 changed files with 8 additions and 4 deletions

View File

@ -19,10 +19,13 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
fi
set -e
@ -60,4 +63,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View File

@ -2,7 +2,9 @@ PRGNAM="QuantLib-Python"
VERSION="0.9.7"
HOMEPAGE="http://www.quantlib.org/"
DOWNLOAD="http://downloads.sourceforge.net/quantlib/QuantLib-SWIG-0.9.7.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="8f265a9cd71a2978e823c921b4b60eae"
MD5SUM_x86_64=""
MAINTAINER="Aleksandar Samardzic"
EMAIL="asamardzic@gmail.com"
APPROVED="rworkman"

View File

@ -2,5 +2,4 @@ QuantLib-Python contains Python bindings of the QuantLib, open-source
C++ library for quantitative finance. The bindings are generated by
the SWIG tool.
QuantLib-Python requires QuantLib and SWIG, both of which are also
available from SlackBuilds.org.
QuantLib-Python requires QuantLib available at SlackBuilds.org.

View File

@ -5,7 +5,7 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler----------------------------------------------------|
|-----handy-ruler----------------------------------------------------|
QuantLib-Python: QuantLib-Python contains QuantLib Python bindings.
QuantLib-Python:
QuantLib-Python: QuantLib-Python contains Python bindings of the