diff options
author | maho <maho@FreeBSD.org> | 2008-09-02 09:59:58 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-02 09:59:58 +0800 |
commit | 69a1d42fe462cc033c655ffaf69e6b5cb3880dcc (patch) | |
tree | 5225a184ad85db1f8c3ff0fdfe9443fec6190765 /math | |
parent | 96cda7e60d17d678fca4307b9f224d32bc5227ee (diff) | |
download | freebsd-ports-gnome-69a1d42fe462cc033c655ffaf69e6b5cb3880dcc.tar.gz freebsd-ports-gnome-69a1d42fe462cc033c655ffaf69e6b5cb3880dcc.tar.zst freebsd-ports-gnome-69a1d42fe462cc033c655ffaf69e6b5cb3880dcc.zip |
Hopefully fix the build...
Diffstat (limited to 'math')
-rw-r--r-- | math/superlu_mt/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/math/superlu_mt/Makefile b/math/superlu_mt/Makefile index 120caefa5301..d50971128560 100644 --- a/math/superlu_mt/Makefile +++ b/math/superlu_mt/Makefile @@ -20,8 +20,6 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Routines for performing multithreaded sparse factorization -BROKEN= does not install - USE_FORTRAN= yes .include <bsd.port.pre.mk> @@ -95,8 +93,6 @@ do-build: ${RM} -rf ${WRKDIR}/tmp_shared ${MKDIR} ${WRKDIR}/tmp_shared ${FIND} ${WRKSRC_SHARED} -name "*\.a" -exec ${CP} {} ${WRKDIR}/tmp_shared \; - -post-build: @cd ${WRKDIR}/tmp_shared ; for i in `ls *.a | ${SED} 's/\.a//' `; do \ ${RM} -f $${i}.so.* $${i}.so ; \ ld -Bshareable -o $${i}.so.${SVERSION} -x -soname $${i}.so.${SVERSION} --allow-multiple-definition --whole-archive $${i}.a ;\ |