Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2006 19:00:43 GMT
From:      Diane Bruce <db@db.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/100600: science/py-scipy links to incomplete library
Message-ID:  <200608121900.k7CJ0h0C046325@freefall.freebsd.org>

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

From: Diane Bruce <db@db.net>
To: bug-followup@FreeBSD.org
Cc: db@db.net, maho@freebsd.org
Subject: Re: ports/100600: science/py-scipy links to incomplete library
Date: Sat, 12 Aug 2006 14:57:53 -0400

 On Thu, Jul 20, 2006 at 09:20:22AM +0000, Edwin Groothuis wrote:
 > Maintainer of science/py-scipy,
 >
 > Please note that PR ports/100600 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/100600
 
 Something like this should be sufficient, but it would be nice
 if a warning was also added to the math/atlas port as well,
 suggesting that it be compiled with WITH_STATICLIB if it is to be
 used with scipy. I am not certain this warrants a REVISION bump
 as atlas packages are not normally built.
 
 I simply didn't bother with a diff..
 
 .include <bsd.port.pre.mk>
 
 .if     ! exists(${LOCALBASE}/lib/libalapack.a)
 IGNORE  = atlas needs to be built with WITH_STATICLIB for scipy to function prop
 erly
 .endif
 
 post-install:
 ...
 
 >
 > --
 > Edwin Groothuis
 > edwin@FreeBSD.org
 >
 
 --
 - db@db.net http://www.db.net/~db



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