Bug 107022 - math/py-numpy is broken with default installation
Summary: math/py-numpy is broken with default installation
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: Diane Bruce
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-21 15:30 UTC by Thinker
Modified: 2007-02-21 18:24 UTC (History)
0 users

See Also:


Attachments
patch-numpy-distutils-system_info.py (966 bytes, text/plain)
2006-12-21 15:30 UTC, Thinker
no flags Details
site.cfg (120 bytes, text/plain)
2006-12-21 15:30 UTC, Thinker
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thinker 2006-12-21 15:30:16 UTC
        Py-numpy is not work with default installation.  It causes by
        inconsistent between site.cfg, generated by port, and package
        auto-discovery of system_info.py.  The inconsistent is happen
        when alapack is installed before installing py-numpy.

Fix: Copy following file into files/ .

	

--- site.cfg.orig	Wed Aug 23 03:01:25 2006
+++ site.cfg	Sun Dec 17 23:25:51 2006
@@ -1,3 +1,6 @@
+[DEFAULT]
+lapack_type = blas
+
 [atlas]
 library_dirs = /usr/lib/atlas/3dnow/
 atlas_libs = lapack, blas
--- patch-site.cfg ends here ---
How-To-Repeat:         install alapack
        install port of py-numpy
        run python & import numpy
        python yell a run-time error
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-21 20:31:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants to have py- PRs
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-21 20:31:42 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2006-12-26 12:35:16 UTC
Responsible Changed
From-To: freebsd-python->xride

With portmgr hat, reassign this one to xride, who has two other updates for 
this port pending from db@db.net, who I have now made the new maintainer. 
I hope xride doesn't mind too much :-)
Comment 4 Soeren Straarup freebsd_committer freebsd_triage 2007-01-19 18:26:42 UTC
Responsible Changed
From-To: xride->db

Diane (db) is now a committer herself
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-02-09 18:55:00 UTC
db          2007-02-09 18:54:54 UTC

  FreeBSD ports repository

  Modified files:
    math/py-numpy        Makefile 
    math/py-numpy/files  patch-numpy-distutils-fcompiler-gnu.py 
                         patch-numpy-distutils-system_info.py 
                         site.cfg 
  Log:
  - finish g77 to gfortran conversion
  - change maintainer address to FreeBSD.org one
  - fold in changes suggested by [1]
  
  PR:             107022, 108807 (based on) [1]
  Submitted by:   thinker@heaven.branda.to [1]
  Approved by: ehaupt (mentor)
  
  Revision  Changes    Path
  1.8       +17 -3     ports/math/py-numpy/Makefile
  1.2       +11 -2     ports/math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py
  1.4       +20 -1     ports/math/py-numpy/files/patch-numpy-distutils-system_info.py
  1.2       +9 -2      ports/math/py-numpy/files/site.cfg
_______________________________________________
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 6 Diane Bruce freebsd_committer freebsd_triage 2007-02-21 18:23:21 UTC
State Changed
From-To: feedback->closed

Somehow this did not get closed properly, patch fixing this problem 
has already been committed.