--- /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
path: root/packages/opie-sh/opie-sh_cvs.bb
AgeCommit message (Collapse)AuthorFiles
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther1
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.
2006-01-12Correct Opie PV format to preserve upgradability of packages but note where ↵Richard Purdie1
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.
2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to ↵Richard Purdie1
x.x.x+cvsYYYYMMDD format and some includes some minor whitespace cleanup.
2005-09-12Opie 1.2.1:Holger Freyther1
The great move and version bumping. I hope my script worked out well... I will start a build now. hrw: mailwrapper was moved
2005-06-27Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/Marcin Juszkiewicz1
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