| Summary: | Enhancements to math/superlu_mt | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Pedro F. Giffuni <giffunip> | ||||||
| Component: | Individual Port(s) | Assignee: | Maho Nakata <maho> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Pedro F. Giffuni
2008-06-20 16:10:08 UTC
Bah.. cleaner patch (we don't need FORTRAN_LIBS).
___________________________________
Scopri il Blog di Yahoo! Mail: trucchi, novità , consigli... e la tua opinione!
http://www.ymailblogit.com/blog/
miwi 2008-06-21 09:17:06 UTC
FreeBSD ports repository
Modified files:
science/hdf5 Makefile
Log:
- Added target for regression-test
- This also resulted in cleanups to the build
- No functional change
PR: 124785
Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
Revision Changes Path
1.49 +3 -0 ports/science/hdf5/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"
State Changed From-To: open->feedback Hi Here the patch is rejected. Could you please send me a tarball as attachment? http://head.miwibox.org/tb/index.php?action=describe_port&id=628 http://tb.miwibox.org//index.php?action=describe_port&id=556 Thanks. Responsible Changed From-To: freebsd-ports-bugs->maho Take over. maho 2008-07-02 02:32:04 UTC
FreeBSD ports repository
Modified files:
math/superlu_mt Makefile distinfo pkg-plist
math/superlu_mt/files patch-make.inc
Added files:
math/superlu_mt/files patch-SRC+slu_mt_util.h
patch-TESTING+pddrive.c
patch-TESTING+pdgssv.c
patch-TESTING+pdgssvx.c
Log:
* Enhancements to math/superlu_mt [1].
* Making shared lib.
* Select BLAS.
PR: 124785 [1]
Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com>
Revision Changes Path
1.12 +78 -23 ports/math/superlu_mt/Makefile
1.5 +3 -3 ports/math/superlu_mt/distinfo
1.1 +10 -0 ports/math/superlu_mt/files/patch-SRC+slu_mt_util.h (new)
1.1 +14 -0 ports/math/superlu_mt/files/patch-TESTING+pddrive.c (new)
1.1 +16 -0 ports/math/superlu_mt/files/patch-TESTING+pdgssv.c (new)
1.1 +16 -0 ports/math/superlu_mt/files/patch-TESTING+pdgssvx.c (new)
1.2 +53 -37 ports/math/superlu_mt/files/patch-make.inc
1.3 +11 -5 ports/math/superlu_mt/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"
State Changed From-To: feedback->closed Updated and I added more enhancements. Thanks for your submission. |