--- /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. "\
ech-oe.git/log/packages/opie-sh/opie-sh_cvs.bb?showmsg=1'>logtreecommitdiff
|
| Age | Commit message (Collapse) | Author | Files |
|
Use require for the BitBake files within packages. In contrast
to the conf files the authors of these files expected these files
to be included.
|
|
changes are needed to conform to standardised cvs PV numbering at the next PV change. Also factor the formatting into opie.bbclass to make future changes easier.
|
|
x.x.x+cvsYYYYMMDD format and some includes some minor whitespace cleanup.
|
|
The great move and version bumping. I hope my script
worked out well... I will start a build now.
hrw: mailwrapper was moved
|
|
into home.hrw.one.pl:/home/hrw/zaurus/oe/openembedded
2005/06/27 16:35:36+02:00 hrw.one.pl!hrw
make opie-sh-* packages depend on opie-sh
BKrev: 42c02f68ErxL2EtKufmyoCt5-sRK0Q
|