Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 May 2005 21:00:22 GMT
From:      Gregory Crosswhite <cog@umd.edu>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/80624: [patch] science/py-scipy links to wrong atlas library
Message-ID:  <200505042100.j44L0Mw2058496@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/80624; it has been noted by GNATS.

From: Gregory Crosswhite <cog@umd.edu>
To: bug-followup@freebsd.org, cog@umd.edu
Cc:  
Subject: Re: ports/80624: [patch] science/py-scipy links to wrong atlas library
Date: Wed, 4 May 2005 16:21:45 -0400

 --Boundary-00=_Z7SeCRmAgxOjE9M
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 The patch I had meant to include with the problem report is attached to this 
 e-mail.  My apologies.
 
 - Greg
 
 --Boundary-00=_Z7SeCRmAgxOjE9M
 Content-Type: application/x-python;
   name="patch-scipy_core-scipy_distutils-systeminfo.py"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="patch-scipy_core-scipy_distutils-systeminfo.py"
 
 *** scipy_core/scipy_distutils/system_info.py.orig      Wed May  4 11:28:10 2005
 --- scipy_core/scipy_distutils/system_info.py   Wed May  4 11:27:53 2005
 ***************
 *** 546,551 ****
           info = {}
           atlas_libs = self.get_libs('atlas_libs',
 !                                    self._lib_names + ['atlas'])
 !         lapack_libs = self.get_libs('lapack_libs',['lapack'])
           atlas = None
           lapack = None
 --- 546,551 ----
           info = {}
           atlas_libs = self.get_libs('atlas_libs',
 !                                    self._lib_names + ['atlas_r'])
 !         lapack_libs = self.get_libs('lapack_libs',['alapack_r'])
           atlas = None
           lapack = None
 
 --Boundary-00=_Z7SeCRmAgxOjE9M--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505042100.j44L0Mw2058496>