diff options
author | bsiegert <bsiegert> | 2016-05-23 05:00:19 +0000 |
---|---|---|
committer | bsiegert <bsiegert> | 2016-05-23 05:00:19 +0000 |
commit | 557a43c15174a9259b63b35bedcb7c27d4230021 (patch) | |
tree | e2f11951faec79f1f7fe98d04ca29c9abadd46d9 | |
parent | 14b72919d5e80701ea4901c5e4e2c4750f71e9aa (diff) | |
download | pkgsrc-557a43c15174a9259b63b35bedcb7c27d4230021.tar.gz |
Pullup ticket #4995 - requested by joerg
math/superlu: build fix
Revisions pulled up:
- math/superlu/Makefile 1.25
---
Module Name: pkgsrc
Committed By: joerg
Date: Sat May 7 10:04:14 UTC 2016
Modified Files:
pkgsrc/math/superlu: Makefile
Log Message:
Not MAKE_JOBS_SAFE.
-rw-r--r-- | math/superlu/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile index aa2b47778a1..aa652001cb7 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2015/11/25 12:51:42 jperkin Exp $ +# $NetBSD: Makefile,v 1.24.4.1 2016/05/23 05:00:19 bsiegert Exp $ DISTNAME= superlu_3.0 PKGNAME= superlu-3.0.1 @@ -10,6 +10,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://crd.lbl.gov/~xiaoye/SuperLU/ COMMENT= ANSI C routine library for the solution of sparse linear systems +# /usr/bin/ar: ../libsuperlu.a: Error reading dlamch.o: File truncated +MAKE_JOBS_SAFE= no + DEPENDS+= blas-[0-9]*:../../math/blas DIST_SUBDIR= ${PKGNAME_NOREV} |