diff options
author | David Cournapeau <cournape@gmail.com> | 2009-12-12 09:15:51 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-12-12 09:15:51 +0000 |
commit | bfdb22a137e7ed2a8061b38f7da734f8e60101b0 (patch) | |
tree | 3a3a417847768cd77a1e702c81ea777cd2dac08a /numpy/core/npymath.ini.in | |
parent | 9a32a8d6821bec385cb572fec8f71beab136d3d5 (diff) | |
download | numpy-bfdb22a137e7ed2a8061b38f7da734f8e60101b0.tar.gz |
BUG: fix #1273: npy-pkg-info files did not work for eggs.
We use the pkgdir variable which is automatically translate at runtime.
Diffstat (limited to 'numpy/core/npymath.ini.in')
-rw-r--r-- | numpy/core/npymath.ini.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/core/npymath.ini.in b/numpy/core/npymath.ini.in index 73379e47c..a233b8f3b 100644 --- a/numpy/core/npymath.ini.in +++ b/numpy/core/npymath.ini.in @@ -4,7 +4,8 @@ Description=Portable, core math library implementing C99 standard Version=0.1 [variables] -prefix=@prefix@ +pkgname=@pkgname@ +prefix=${pkgdir} libdir=${prefix}@sep@lib includedir=${prefix}@sep@include |