From 3d6ad654700a4674cf90b6d4521d59a991c6a788 Mon Sep 17 00:00:00 2001 From: Andrea Ferretti Date: Mon, 29 May 2017 18:11:28 +0200 Subject: [PATCH] Added NimLAPACK --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]