diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-03 01:12:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-03 01:12:59 +0000 |
commit | 313cb94889a01069af757dfb7947681bbe82b1e3 (patch) | |
tree | b54805bb1e833f5e25532122b86019937ff20370 /math/qrupdate | |
parent | e919812c718479257cd4be5c78fe8b66d4706a52 (diff) |
Notes
Diffstat (limited to 'math/qrupdate')
-rw-r--r-- | math/qrupdate/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/qrupdate/Makefile b/math/qrupdate/Makefile index 987ff6ddbc3c..e89843d1ee63 100644 --- a/math/qrupdate/Makefile +++ b/math/qrupdate/Makefile @@ -13,8 +13,6 @@ COMMENT= Fortran library for fast updates of QR and Cholesky decomposition LIB_DEPENDS= blas.2:${PORTSDIR}/math/blas lapack.4:${PORTSDIR}/math/lapack -FETCH_ARGS= -p - USES= gmake NO_STAGE= yes |