* [gentoo-commits] gentoo-x86 commit in sci-libs/scipy/files: scipy-0.5.2-cdf.patch scipy-0.5.2-umfpack.patch scipy-0.5.2-getpath.patch scipy-0.5.2-mio.patch
@ 2007-09-11 17:32 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2007-09-11 17:32 UTC (permalink / raw
To: gentoo-commits
bicatali 07/09/11 17:32:39
Added: scipy-0.5.2-cdf.patch
Removed: scipy-0.5.2-umfpack.patch scipy-0.5.2-getpath.patch
scipy-0.5.2-mio.patch
Log:
fixed conflict with cdf (bug #191593), removed old versions
(Portage version: 2.1.2.12)
Revision Changes Path
1.1 sci-libs/scipy/files/scipy-0.5.2-cdf.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/scipy/files/scipy-0.5.2-cdf.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/scipy/files/scipy-0.5.2-cdf.patch?rev=1.1&content-type=text/plain
Index: scipy-0.5.2-cdf.patch
===================================================================
--- Lib/special/setup.py.orig 2007-09-11 18:11:04.457232054 +0100
+++ Lib/special/setup.py 2007-09-11 18:09:23.103456231 +0100
@@ -20,9 +20,9 @@
# Fortran libraries
config.add_library('mach',sources=[join('mach','*.f')],
config_fc={'noopt':(__file__,1)})
- config.add_library('toms',sources=[join('amos','*.f')])
- config.add_library('amos',sources=[join('toms','*.f')])
- config.add_library('cdf',sources=[join('cdflib','*.f')])
+ config.add_library('toms',sources=[join('toms','*.f')])
+ config.add_library('amos',sources=[join('amos','*.f')])
+ config.add_library('cdflib',sources=[join('cdflib','*.f')])
config.add_library('specfun',sources=[join('specfun','*.f')])
# Extension _cephes
@@ -30,7 +30,7 @@
'toms_wrappers.c','cdf_wrappers.c','ufunc_extras.c']
config.add_extension('_cephes', sources=sources,
libraries=['amos','toms','c_misc','cephes','mach',
- 'cdf', 'specfun'],
+ 'cdflib', 'specfun'],
define_macros = define_macros
)
# Extension specfun
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-09-11 17:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-11 17:32 [gentoo-commits] gentoo-x86 commit in sci-libs/scipy/files: scipy-0.5.2-cdf.patch scipy-0.5.2-umfpack.patch scipy-0.5.2-getpath.patch scipy-0.5.2-mio.patch Sebastien Fabbro (bicatali)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox