Bug 163906 - [UPDATE][PATCH] please update math/lapack to 3.4.0
Summary: [UPDATE][PATCH] please update math/lapack to 3.4.0
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: 2012-01-08 03:50 UTC by Eijiro Shibusawa
Modified: 2012-01-17 00:14 UTC (History)
0 users

See Also:


Attachments
file.diff (37.58 KB, patch)
2012-01-08 03:50 UTC, Eijiro Shibusawa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eijiro Shibusawa 2012-01-08 03:50:08 UTC
Attached patch includes the following modifications.
* Updates to LAPACK 3.4.0 are added.
* ${MASTER_SITE_NETLIB}" with "MASTER_SITE_SUBDIR=lapack" is used, insted of MASTER_SITES.
* LICENSE is added to comply with BSD license.
* Routine csrot and zdrot are removed from "manpages" because they are BLAS routine.
* WITH_DOXYGEN knob is added to build manpages from lapack source code.

NOTE:
- This port was tested with porttools 0.99 and tinderbox 3.4.1 (9.0R and 8.2R-p5) on FreeBSD 9.0-RC3 on amd64.
- WITH_DOXYGEN knob is not set as default.
  Although the knob enables us to build latest manpages,
  it brings too much dependencies to the port.
  Thus I am concerned that users are bothered by building them.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-01-08 03:50:23 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 2012-01-08 05:13:10 UTC
maho        2012-01-08 05:12:56 UTC

  FreeBSD ports repository

  Modified files:
    math/lapack          Makefile distinfo 
    math/lapack/files    manpages patch-Makefile 
                         patch-SRC+Makefile 
                         patch-TESTING+LIN+Makefile 
                         patch-TESTING+Makefile 
                         patch-make.inc.gfortran 
  Added files:
    math/lapack/files    manpages_doxygen 
  Log:
  Update to LAPACK 3.4.0.
  
  PR:             163906
  Submitted by:   Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.56      +30 -17    ports/math/lapack/Makefile
  1.17      +2 -2      ports/math/lapack/distinfo
  1.3       +1 -3      ports/math/lapack/files/manpages
  1.1       +1694 -0   ports/math/lapack/files/manpages_doxygen (new)
  1.3       +3 -3      ports/math/lapack/files/patch-Makefile
  1.3       +79 -38    ports/math/lapack/files/patch-SRC+Makefile
  1.4       +6 -6      ports/math/lapack/files/patch-TESTING+LIN+Makefile
  1.2       +2 -2      ports/math/lapack/files/patch-TESTING+Makefile
  1.3       +8 -18     ports/math/lapack/files/patch-make.inc.gfortran
_______________________________________________
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 2012-01-17 00:14:50 UTC
State Changed
From-To: open->closed

committed, thanks!