Bug 104077 - py-scipy soley depends on atlas, when it does not have to
Summary: py-scipy soley depends on atlas, when it does not have to
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Soeren Straarup
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-06 23:20 UTC by Diane Bruce
Modified: 2006-10-07 18:32 UTC (History)
0 users

See Also:


Attachments
file.diff (1.34 KB, patch)
2006-10-06 23:20 UTC, Diane Bruce
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diane Bruce 2006-10-06 23:20:19 UTC
py-scipy depends on atlas when it could also be built with lapack/blas instead
this diff to the Makefile in /usr/ports/science/py-scipy adds an OPTION
knob to allow selection at compile time.

Note that the pending PR submitted by Li-Lun Wang is not approved at this time.
I have suggested it be added as py-scipy-devel for the time being,
as it still has some bugs as it is not ready for prime time.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-10-06 23:22:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->xride

xride@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-10-07 18:16:52 UTC
xride       2006-10-07 17:16:43 UTC

  FreeBSD ports repository

  Modified files:
    science/py-scipy     Makefile 
  Log:
  depends on atlas when it could also be built with lapack/blas instead
  this diff adds an OPTION knob to allow selection at compile time.
  
  PR:             104077
  Submitted by:   maintainer
  Approved by:    tmclaugh (mentor)
  
  Revision  Changes    Path
  1.8       +9 -3      ports/science/py-scipy/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Soeren Straarup freebsd_committer freebsd_triage 2006-10-07 18:31:10 UTC
State Changed
From-To: open->closed

Committed with minor changes, Thanks