Page MenuHomeFreeBSD

[UPDATE] science/py-scipy to 0.15.1
ClosedPublic

Authored by olivierd on Jan 21 2015, 8:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 19, 9:04 AM
Unknown Object (File)
Sat, Apr 18, 12:45 PM
Unknown Object (File)
Wed, Apr 15, 3:37 PM
Unknown Object (File)
Mon, Apr 13, 1:03 AM
Unknown Object (File)
Tue, Apr 7, 8:52 AM
Unknown Object (File)
Sat, Apr 4, 5:14 PM
Unknown Object (File)
Sat, Apr 4, 3:16 AM
Unknown Object (File)
Mon, Mar 23, 7:20 PM
Subscribers
None

Details

Reviewers
thierry
Group Reviewers
Python
Commits
rP378617: - Update to 0.15.1
Summary
  • Update to 0.15.1
  • Switch to USES= blaslapack
  • Adjust dependencies (devel/py-nose is already dependency of Numpy)

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

olivierd retitled this revision from to [UPDATE] science/py-scipy to 0.15.1.
olivierd updated this object.
olivierd edited the test plan for this revision. (Show Details)
olivierd added reviewers: Python, thierry.

Seems OK for me, but I have a question:
why did you remove the line
RUN_DEPENDS= ${PYNUMPY}
?

In D1579#3, @thierry wrote:

Seems OK for me, but I have a question:
why did you remove the line
RUN_DEPENDS= ${PYNUMPY}
?

It's mistake, in fact I'm working on Python3 application, and I noticed when py34-nose is already installed and not py34-numpy, compilation fails because port framework tries to install py27-nose (there's no information about PYTHON_PKGNAMEPREFIX for nosetests).

olivierd updated this revision to Diff 3686.

Closed by commit rP378617 (authored by @olivierd).