Bug 124786 - Enhancements to math/superlu
Summary: Enhancements to math/superlu
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: Maho Nakata
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-20 16:20 UTC by Pedro F. Giffuni
Modified: 2008-06-21 01:00 UTC (History)
0 users

See Also:


Attachments
file.diff (2.58 KB, patch)
2008-06-20 16:20 UTC, Pedro F. Giffuni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro F. Giffuni 2008-06-20 16:20:01 UTC
- Added target for regression-test
- This also resulted in cleanups to the build.
- This is a library, however I should note that when mixing C and gfortran (like in the test programs) we must use gfortran as a linker to avoid undefined references to the gfortran stuff.
- No functional change
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-20 16:20:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->maho

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-06-21 00:52:33 UTC
maho        2008-06-20 23:52:29 UTC

  FreeBSD ports repository

  Modified files:
    math/superlu         Makefile 
    math/superlu/files   patch-make.inc 
  Log:
  Enhancements to math/superlu [1] add a knob for
  GotoBLAS/ATLAS/reference BLAS.
  
  PR:             124786 [1]
  Submitted by:   "Pedro F. Giffuni" <giffunip@tutopia.com> [1]
  
  Revision  Changes    Path
  1.38      +26 -28    ports/math/superlu/Makefile
  1.4       +12 -3     ports/math/superlu/files/patch-make.inc
_______________________________________________
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 Maho Nakata freebsd_committer freebsd_triage 2008-06-21 00:53:47 UTC
State Changed
From-To: open->closed

Committed, thanks!