aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Ferretti <ferrettiandrea@gmail.com>2017-05-29 18:11:28 +0200
committerAndrea Ferretti <ferrettiandrea@gmail.com>2017-05-29 18:11:28 +0200
commit3d6ad654700a4674cf90b6d4521d59a991c6a788 (patch)
treea8eca7d1d09b1ba4d622d543f00c9dbe611ead05
parentd856bafc669e362a2abe8ae4e0690843f86befd7 (diff)
downloadpackages-3d6ad654700a4674cf90b6d4521d59a991c6a788.tar.gz
packages-3d6ad654700a4674cf90b6d4521d59a991c6a788.zip
Added NimLAPACK
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 126d345..1075463 100644
--- a/packages.json
+++ b/packages.json
@@ -6427,5 +6427,17 @@
"description": "Gif Encoder",
"license": "Public Domain",
"web": "https://github.com/ftsf/gifenc"
+ },
+ {
+ "name": "nimlapack",
+ "url": "https://github.com/unicredit/nimlapack",
+ "method": "git",
+ "tags": [
+ "LAPACK",
+ "linear-algebra"
+ ],
+ "description": "LAPACK bindings",
+ "license": "Apache2",
+ "web": "https://github.com/unicredit/nimlapack"
}
]