aboutsummaryrefslogtreecommitdiff
path: root/math/openblas
diff options
context:
space:
mode:
authorCarlo Strub <cs@FreeBSD.org>2014-06-02 18:40:05 +0000
committerCarlo Strub <cs@FreeBSD.org>2014-06-02 18:40:05 +0000
commit442222a89b118649cd7078089f88761d6f2d44e9 (patch)
tree9b02c75f1bc59f11f350df5d95ae8e3c9af8c08a /math/openblas
parent37b589438f6e6f397763a90875511a4db9a64a8e (diff)
downloadports-442222a89b118649cd7078089f88761d6f2d44e9.tar.gz
ports-442222a89b118649cd7078089f88761d6f2d44e9.zip
Notes
Diffstat (limited to 'math/openblas')
-rw-r--r--math/openblas/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/openblas/Makefile b/math/openblas/Makefile
index 3b913371a99a..40577256c058 100644
--- a/math/openblas/Makefile
+++ b/math/openblas/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openblas
PORTVERSION= 0.2.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= https://codeload.github.com/${GH_ACCOUNT}/${GH_PROJECT}/legacy.tar.gz/${GH_TAGNAME}?dummy=/:${PORTNAME} \
NL:lapack_tmg
@@ -48,7 +48,6 @@ AVX_DESC= Support Advanced Vector Extensions (AVX)
OPTIONS_DEFAULT= DYNAMIC_ARCH
.endif
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if defined(TARGET_CPU_ARCH)
@@ -160,8 +159,8 @@ benchmark: build
do-install:
cd ${WRKDIR}/lib ; \
${INSTALL_DATA} ${OPENBLAS_LIBS:S|$|.a|} ${OPENBLAS_LIBS:S|$|.so.${OPENBLAS_SVER}|} \
- ${PREFIX}/lib/
- cd ${PREFIX}/lib ; \
+ ${STAGEDIR}${PREFIX}/lib/
+ cd ${STAGEDIR}${PREFIX}/lib ; \
for i in ${OPENBLAS_LIBS:S|$|.so|}; do \
${LN} -sf $$i.${OPENBLAS_SVER} $$i ; \
done