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:
Responsible Changed From-To: freebsd-ports-bugs->maho Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed committed, thanks!