head	1.5;
access;
symbols
	start:1.1.1.1 gvermeul:1.1.1;
locks; strict;
comment	@# @;


1.5
date	2010.08.03.08.13.13;	author gvermeul;	state dead;
branches;
next	1.4;

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

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

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

1.1
date	2006.09.23.14.05.42;	author gvermeul;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2006.09.23.14.05.42;	author gvermeul;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Removed obsolete files.
Added build-xlwt.
Added more python versions to build-jinja2 and build-scipy-svn.
@
text
@#!/bin/bash

PKG=numpy-1.0.1

pushd ../SOURCES
if [ ! -f $PKG.tar.gz ]; then
    wget $SF/numpy/$PKG.tar.gz
fi
popd

pushd ../BUILD
rm -rf $PKG
tar xfz ../SOURCES/$PKG.tar.gz
pushd $PKG
if [ -f /etc/mandrakelinux-release ]; then
cat >site.cfg <<EOF
[atlas]
library_dirs = /usr/lib
atlas_libs = lapack, f77blas, cblas, atlas
EOF
fi
python setup.py install
popd # $PKG
popd # ../BUILD

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


1.4
log
@Update to the latest releases and/or snapshots.
@
text
@@


1.3
log
@Make scipy build on Mandrake-2005 with my ATLAS rpm.
@
text
@d3 1
a3 1
PKG=numpy-1.0rc2
@


1.2
log
@Upgrade to numpy-1.0rc2.
@
text
@d15 7
@


1.1
log
@Initial revision
@
text
@d3 1
a3 1
PKG=numpy-1.0rc1
@


1.1.1.1
log
@Import build scripts for a Python development environment in $HOME/usr.

@
text
@@
