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
F118995994: D1579.diff
Wed, Jun 4, 5:06 AM
Unknown Object (File)
Apr 17 2025, 3:12 AM
Unknown Object (File)
Apr 12 2025, 10:44 PM
Unknown Object (File)
Mar 6 2025, 7:10 PM
Unknown Object (File)
Feb 22 2025, 6:42 AM
Unknown Object (File)
Feb 21 2025, 10:32 PM
Unknown Object (File)
Jan 22 2025, 1:21 PM
Unknown Object (File)
Jan 22 2025, 11:55 AM
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

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).