--- /tmp/setup.py 2008-09-01 10:37:44.000000000 +0200 +++ numpy-1.1.1/numpy/core/setup.py 2008-09-01 10:38:20.373198000 +0200 @@ -80,8 +80,7 @@ raise SystemError,\ "Non-existing %s. Perhaps you need to install"\ " python-dev|python-devel." % (python_h) - result = config_cmd.try_run(tc,include_dirs=[python_include], - library_dirs = default_lib_dirs) + result = config_cmd.try_compile(tc) if not result: raise SystemError,"Failed to test configuration. "\ "See previous error messages for more information." @@ -95,7 +94,7 @@ if mathlib: mathlibs_choices.insert(0,mathlib.split(',')) for libs in mathlibs_choices: - if config_cmd.try_run(tc,libraries=libs): + if config_cmd.try_compile(tc): mathlibs = libs break else: @@ -180,10 +179,7 @@ " python-dev|python-devel." % (python_h) config.numpy_include_dirs - result = config_cmd.try_run(testcode, - include_dirs = [python_include] + \ - config.numpy_include_dirs, - library_dirs = default_lib_dirs) + result = config_cmd.try_compile(testcode) if not result: raise SystemError,"Failed to generate numpy configuration. "\ bedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> bb files: Revert the introduction of FILE_PR 2008-10-18T16:02:07+00:00 Holger Hans Peter Freyther zecke@selfish.org 2008-10-15T08:56:42+00:00 c0b6dd9b41279ff00c5a90e49108945a0fee9cdd This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
    This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The
    approach that was taken leads to disagreement and the change was pushed
    too early. DISTRO_PR is going to say and will be used inside the package
    creation. There will be more disucssion on the list about where to continue
    from here.
[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PR 2008-10-15T19:41:43+00:00 Holger Hans Peter Freyther zecke@selfish.org 2008-10-15T08:56:42+00:00 aa03004ace2fabb135a6208ef8c2d2b312aa7b0b Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
    Allow a distribution to globally bump the PR of every package
    this is useful when there was a change in the toolchain and
    every package is going to be different.

    find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \;
    find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \;

Acked-By: Koen Kooi <koen@openembedded.org>
prboom: recommend freedoom 2008-08-12T13:01:19+00:00 Koen Kooi koen@openembedded.org 2008-08-12T13:01:19+00:00 dc47544ef298d089dd815bebdb14d9b9ced7637e

prboom: add 2.4.7 2008-08-12T10:35:18+00:00 Koen Kooi koen@openembedded.org 2008-08-12T10:35:18+00:00 8a6746d403668ef348e20b46f7250d8f8adce477