aboutsummaryrefslogtreecommitdiff
path: root/math/lapacke
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:44:11 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:44:11 +0000
commit4e942b64191e2ef98dce2c5af31047a8640db768 (patch)
tree8c3238b7f0cbec2e9210d52f562960bb22323a7d /math/lapacke
parent1d1f878054efdd1171a8cb006e59ad0727610293 (diff)
downloadports-4e942b64191e2ef98dce2c5af31047a8640db768.tar.gz
ports-4e942b64191e2ef98dce2c5af31047a8640db768.zip
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=415499
Diffstat (limited to 'math/lapacke')
-rw-r--r--math/lapacke/pkg-descr4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/lapacke/pkg-descr b/math/lapacke/pkg-descr
index 56be843c0b78..3a54222b4ffb 100644
--- a/math/lapacke/pkg-descr
+++ b/math/lapacke/pkg-descr
@@ -1,8 +1,8 @@
LAPACKE is a standard C language APIs for LAPACK, which introduces
the following features[1]:
-- row-major and column-major matrix layout controlled by the first function
+- row-major and column-major matrix layout controlled by the first function
parameter;
-- an implementation with working arrays (middle-level interface) as well as
+- an implementation with working arrays (middle-level interface) as well as
without working arrays (high-level interface);
- input scalars passed by value;
- error code as a return value instead of the INFO parameter.