--- /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. "\ /diff/packages/setserial?h=corecdp-1.1.0'>diff
path: root/packages/setserial
AgeCommit message (Expand)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko2
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe2
2008-06-07setserial 2.17 add ldflags. closes #1545Michael Lauer3
2008-03-16setserial: add DESCRIPTION, HOMEPAGE, AUTHOR. fix packagingJunqian Gordon Xu1
2006-11-10setserial: change the download url for sources to working one.Mika Laitio1
2006-01-04Revert the changes from revisions 65af73a95a851d2e8c3cf2f523f1acc488be0208, 2...Richard Purdie1
2006-01-03setserial-2.17: overwrite autotools' do_stage with an empty onePhilipp Zabel1
2005-06-30import clean BK tree at cset 1.3670Koen Kooi1
2005-02-23Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
2005-02-23Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
2005-02-22Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
2005-02-18fixed do_install stageHolger Schurig1
2004-12-31Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson1