head	1.5;
access;
symbols;
locks; strict;
comment	@# @;


1.5
date	2011.07.08.14.35.47;	author gvermeul;	state Exp;
branches;
next	1.4;

1.4
date	2010.07.17.19.47.32;	author gvermeul;	state Exp;
branches;
next	1.3;

1.3
date	2008.10.09.05.42.18;	author gvermeul;	state Exp;
branches;
next	1.2;

1.2
date	2006.10.30.06.04.58;	author gvermeul;	state Exp;
branches;
next	1.1;

1.1
date	2006.10.01.07.25.28;	author gvermeul;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Upgrade to latest versions.
Follow switch of numpy and scipy from svn to git.
@
text
@#!/bin/bash

pushd ../pyqwt5
cvs up -dP
popd # ../pyqwt5

function version() {
    rm -rf *qt$2
    $1 configure.py -$2 --debug --trace -Q ../qwt-5.2
    make install
}

pushd ../pyqwt5/configure
version python2.5 3
version python2.5 4
version python2.6 3 
version python2.6 4
version python2.7 3
version python2.7 4
version python3.1 4
version python3.2 4
popd # ../pyqwt5/configure

# Local Variables: ***
# mode: sh ***
# End: ***
@


1.4
log
@Upgrade to latest releases and snapshots.
Install python-2.5, -2.6, -2.7, and -3.1.
Compile several packages for several or all python versions.
@
text
@d21 1
@


1.3
log
@Upgrade to Python-2.6, enable debugging and add support packages.
Upgrade to latests PyQt4/SIP snapshots and enable debugging.
Enable debugging in PyQwt5.
Add Python Imaging Library to help debugging QImage -> array conversion.
@
text
@a4 2
make distclean
make install-trace
d7 16
@


1.2
log
@Do clean builds.
@
text
@d6 1
a6 1
make install
@


1.1
log
@Add build-pyqwt3d build-pyqwt4 build-pyqwt5 build-qtpy.
@
text
@d5 1
@

