Bug 103827 - Update port: math/py-numpy to 1.0rc1; fix some problems
Summary: Update port: math/py-numpy to 1.0rc1; fix some problems
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-29 23:00 UTC by Li-Lun Wang
Modified: 2006-11-15 06:00 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (72.09 KB, patch)
2006-09-29 23:00 UTC, Li-Lun Wang
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Lun Wang 2006-09-29 23:00:36 UTC
- Update to 1.0rc1
- Add option to choose to depend on atlas instead
- Fix atlas detection
- Use feclearexcept(3) rather than fpsetsticky(3) on 5.3+
- Maintainer CC'd

Modified files:
  math/py-numpy/
	Makefile
	distinfo
	pkg-plist

Added files:
  math/py-numpy/files
	patch-numpy-core-include-numpy-ufuncobject.h
	patch-numpy-distutils-system_info.py
	site.cfg

Removed files:
  math/py-numpy/files
	patch-system_info.py
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-29 23:00:52 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2006-09-30 08:22:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Eat.
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-11-15 05:50:46 UTC
rafan       2006-11-15 05:50:40 UTC

  FreeBSD ports repository

  Modified files:
    math/py-numpy        Makefile distinfo pkg-plist 
  Added files:
    math/py-numpy/files  
                         patch-numpy-core-include-numpy-ufuncobject.h 
                         patch-numpy-distutils-fcompiler-__init__.py 
                         patch-numpy-distutils-system_info.py 
                         patch-numpy_f2py_setup.py site.cfg 
  Removed files:
    math/py-numpy/files  patch-system_info.py 
  Log:
  - Update to 1.0rc1
  - Add options for ATLAS
  - Fix ATLAS detection
  - Use feclearexcept(3) rather than fpsetsticky(3) on 5.3+
  - Add CONFLICTS for f2py. Both ports install bin/f2py
  
  PR:             ports/103827
  Submitted by:   Li-Lun Wang
  Approved by:    maintainer timeout (6 weeks)
  
  Revision  Changes    Path
  1.3       +23 -5     ports/math/py-numpy/Makefile
  1.2       +3 -3      ports/math/py-numpy/distinfo
  1.1       +26 -0     ports/math/py-numpy/files/patch-numpy-core-include-numpy-ufuncobject.h (new)
  1.1       +15 -0     ports/math/py-numpy/files/patch-numpy-distutils-fcompiler-__init__.py (new)
  1.1       +11 -0     ports/math/py-numpy/files/patch-numpy-distutils-system_info.py (new)
  1.1       +12 -0     ports/math/py-numpy/files/patch-numpy_f2py_setup.py (new)
  1.2       +0 -11     ports/math/py-numpy/files/patch-system_info.py (dead)
  1.1       +3 -0      ports/math/py-numpy/files/site.cfg (new)
  1.2       +587 -592  ports/math/py-numpy/pkg-plist
_______________________________________________
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 4 Rong-En Fan freebsd_committer freebsd_triage 2006-11-15 05:56:31 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!