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)
Fri, Apr 19, 3:39 PM
Unknown Object (File)
Feb 27 2024, 5:05 PM
Unknown Object (File)
Feb 16 2024, 10:13 AM
Unknown Object (File)
Feb 16 2024, 10:13 AM
Unknown Object (File)
Feb 16 2024, 10:13 AM
Unknown Object (File)
Feb 16 2024, 4:33 AM
Unknown Object (File)
Dec 30 2023, 4:04 PM
Unknown Object (File)
Dec 30 2023, 4:04 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).