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)
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
Unknown Object (File)
Nov 19 2024, 1:27 AM
Unknown Object (File)
Nov 8 2024, 8:00 AM
Unknown Object (File)
Oct 15 2024, 8:52 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).