1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

- Fix library installation

- Mark MAKE_JOBS_UNSAFE, fails spectacularly with -j8
This commit is contained in:
Dmitry Marakasov 2015-03-07 03:19:27 +00:00
parent cb7a40fcef
commit 62716e06bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380665

View File

@ -3,7 +3,7 @@
PORTNAME= superlu
PORTVERSION= ${P_VERSION}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= http://crd.lbl.gov/~xiaoye/SuperLU/ \
http://crd.lbl.gov/~xiaoye/:doc
@ -30,6 +30,8 @@ PLIST_SUB= P_VERSION=${P_VERSION} P_VER=${P_VER}
ARCH2FIX= SRC/Makefile TESTING/MATGEN/Makefile CBLAS/Makefile make.inc \
MAKE_INC/make.alpha MAKE_INC/make.inc
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MDOCS}
@ -72,7 +74,7 @@ pre-build:
do-install:
${INSTALL_DATA} ${WRKSRC}/lib/libsuperlu_${P_VERSION}.a \
${STAGEDIR}${PREFIX}/lib/libsuperlu.a
${INSTALL_DATA} ${WRKSRC}/libsuperlu_${P_VERSION}.so \
${INSTALL_LIB} ${WRKSRC}/libsuperlu_${P_VERSION}.so \
${STAGEDIR}${PREFIX}/lib/libsuperlu.so.${P_VER}
${LN} -fs libsuperlu.so.${PORTREVISION} \
${STAGEDIR}${PREFIX}/lib/libsuperlu_${P_VERSION}.so