diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2016-01-27 09:42:36 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2016-01-27 09:42:36 +0000 |
commit | bb6678501876aea084b8601132a4f9337a48133d (patch) | |
tree | 4ce95bc3c2d001e6c48b15c2bcb2e39b7b9ce050 /math/gotoblas/Makefile | |
parent | 0918691af05a00821378dd803891c574d6bd4fde (diff) | |
download | ports-bb6678501876aea084b8601132a4f9337a48133d.tar.gz ports-bb6678501876aea084b8601132a4f9337a48133d.zip |
Notes
Diffstat (limited to 'math/gotoblas/Makefile')
-rw-r--r-- | math/gotoblas/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/math/gotoblas/Makefile b/math/gotoblas/Makefile index 50244ce0c257..444966cdb287 100644 --- a/math/gotoblas/Makefile +++ b/math/gotoblas/Makefile @@ -3,13 +3,14 @@ PORTNAME= gotoblas PORTVERSION= 2.${GOTOBLAS2VER}.${LAPACKVER} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= LOCAL/maho/gotoblas \ NL/lapack:lapack NL/lapack/timing:lapack_tmg DISTFILES= GotoBLAS2-${GOTOBLAS2VER}_bsd.tar.gz \ lapack-${LAPACKVER}.tgz:lapack \ large.tgz:lapack_tmg timing.tgz:lapack_tmg +DIST_SUBDIR= gotoblas EXTRACT_ONLY= ${GOTOBLAS2_SRCFILE} MAINTAINER= cpm@fbsd.es @@ -18,9 +19,6 @@ COMMENT= Fast implementation of Basic Linear Algebra Subprograms LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/00License.txt -BROKEN= fails to build, does not respect DISABLE_MAKE_JOBS - -DIST_SUBDIR= gotoblas GOTOBLAS2VER= 1.13 GOTOBLAS2_SRCFILE= GotoBLAS2-${GOTOBLAS2VER}_bsd.tar.gz LAPACKVER= 3.4.0 @@ -30,7 +28,7 @@ TIMING_FILE= timing.tgz USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/GotoBLAS2 -USES= gmake perl5 +USES= fortran gmake perl5 USE_GCC= yes USE_PERL5= build GOTOLIBS= libgoto2 libgoto2p @@ -107,6 +105,7 @@ post-patch: -e 's+%%_GCC_RUNTIME%%+${_GCC_RUNTIME}+' \ -e 's+$$(CROSS_SUFFIX)+${LOCALBASE}/bin/+' \ ${WRKSRC}/Makefile.system + .if ${PORT_OPTIONS:MOPENMP} ${REINPLACE_CMD} -e "s+GOTO_NUM_THREADS+OMP_NUM_THREADS+g" \ ${WRKSRC}/test/Makefile \ |