Skip to content

Commit

Permalink
BUG: fix numscons build.
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed Dec 12, 2009
1 parent bfdb22a commit bb07955
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numpy/core/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ env.Prepend(LIBS=["npymath"])
env.Prepend(LIBPATH=["."])

subst_dict = {'@prefix@': '$distutils_install_prefix',
'@pkgname@': 'numpy.core',
'@sep@': os.path.sep}
npymath_ini = env.SubstInFile(pjoin('lib', 'npy-pkg-config', 'npymath.ini'),
'npymath.ini.in', SUBST_DICT=subst_dict)
Expand Down

0 comments on commit bb07955

Please sign in to comment.