ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/pyrex.spec
Revision: 1.5
Committed: Wed Apr 18 23:46:02 2007 UTC (18 years ago) by ratnik
Branch: MAIN
CVS Tags: pe20070428a-ports, pe20070423b-ports, pe20070423a-ports
Changes since 1.4: +2 -0 lines
Log Message:
Changes for building  externals in 64/32 mode: added gcc-wrapper .

File Contents

# User Rev Content
1 eulisse 1.1 ### RPM external pyrex 0.9.3.1
2 ratnik 1.5 Requires: gcc-wrapper
3 steen 1.4 %define pythonv $(echo $PYTHON_VERSION | cut -d. -f 1,2)
4 steen 1.3 ## INITENV +PATH PYTHONPATH %{i}/lib/python%{pythonv}/site-packages
5 steen 1.2 ## INITENV +PATH PATH %{i}/bin
6 eulisse 1.1
7     Summary: A language for writing Python extension modules.
8     Group: Development/Libraries
9     Vendor: Greg Ewing <greg@cosc.canterbury.ac.nz>
10     Url: http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
11     Packager: Conrad Steenberg <conrad@hep.caltech.edu>
12     Source: http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/Pyrex-%{v}.tar.gz
13     Requires: python
14     %prep
15     %setup -n Pyrex-%{v}
16     %build
17 ratnik 1.5 ## IMPORT gcc-wrapper
18 eulisse 1.1 python setup.py build
19     %install
20     python setup.py install --prefix=%i