summaryrefslogtreecommitdiff
path: root/math/lapack/Makefile
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2010-12-25 04:10:29 +0000
committerMaho Nakata <maho@FreeBSD.org>2010-12-25 04:10:29 +0000
commitc24075ca85819b6cfd849eb758a2357b89b6086c (patch)
tree582ecc559b0c4218851f8f2d21304c40f2f3d4e4 /math/lapack/Makefile
parent- Update to 1.82 (diff)
Removing dupe from static lib as well.
PR: 152771 Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>
Notes
Notes: svn path=/head/; revision=266866
Diffstat (limited to 'math/lapack/Makefile')
-rw-r--r--math/lapack/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile
index 70c39e1fcf01..5e11d92ac360 100644
--- a/math/lapack/Makefile
+++ b/math/lapack/Makefile
@@ -14,6 +14,7 @@ MASTER_SITES= ftp://ftp.netlib.org/lapack/ \
http://scicomp.ewha.ac.kr/netlib/lapack/ \
http://service-spi.web.cern.ch/service-spi/external/tarFiles/
DISTFILES= lapack-${PORTVERSION}.tgz manpages-3.2.0.tgz
+DIST_SUBDIR= lapack
MAINTAINER= maho@FreeBSD.org
COMMENT= A library of Fortran 77 subroutines for linear algebra
@@ -21,7 +22,6 @@ COMMENT= A library of Fortran 77 subroutines for linear algebra
LIB_DEPENDS= blas.2:${PORTSDIR}/math/blas
USE_FORTRAN= yes
-DIST_SUBDIR= lapack
USE_LDCONFIG= yes
OPTIONS= PROFILE "Build and install profiling libraries" Off
@@ -77,7 +77,6 @@ post-patch:
-e 's;%%BLAS%%;${BLAS};g' \
${WRKSRC}/make.inc
@${CP} -r ${WRKSRC} ${WRKSRC_SHARED}
- @(cd ${WRKSRC_SHARED}; ${PATCH} <${FILESDIR}/shared-patch-SRC+Makefile)
.if !(defined(NOPROFILE) || defined(NO_PROFILE) || defined(WITHOUT_PROFILE))
@${CP} -r ${WRKSRC} ${WRKSRC_PROFILE}
.endif