aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libxsmm/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-24 23:06:12 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-05-24 23:06:12 +0000
commit0d64b7314cc956addc03de67be912ce1e2e8c643 (patch)
tree5c53eebb2897a09eef7d210d397aee61cc243ea3 /pkgs/development/libraries/libxsmm/default.nix
parentbcb05f050e902265bd4b26566cb9b3f26b7b2b02 (diff)
libxsmm: 1.13 -> 1.15
Diffstat (limited to 'pkgs/development/libraries/libxsmm/default.nix')
-rw-r--r--pkgs/development/libraries/libxsmm/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libxsmm/default.nix b/pkgs/development/libraries/libxsmm/default.nix
index b89c57534bec..25c85948608a 100644
--- a/pkgs/development/libraries/libxsmm/default.nix
+++ b/pkgs/development/libraries/libxsmm/default.nix
@@ -3,7 +3,7 @@
}:
let
- version = "1.13";
+ version = "1.15";
in stdenv.mkDerivation {
pname = "libxsmm";
inherit version;
@@ -12,7 +12,7 @@ in stdenv.mkDerivation {
owner = "hfp";
repo = "libxsmm";
rev = "refs/tags/${version}";
- sha256 = "1c15ccy7vbmvxkfnc7sn26wnf6gr6gxgkmilpgpycm1fhi8ikd6w";
+ sha256 = "1406qk7k2k4qfqy4psqk55iihsrx91w8kjgsa82jxj50nl9nw5nj";
};
buildInputs = [
@@ -33,7 +33,7 @@ in stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Library targeting Intel Architecture for specialized dense and sparse matrix operations, and deep learning primitives";
license = licenses.bsd3;
- homepage = https://github.com/hfp/libxsmm ;
+ homepage = "https://github.com/hfp/libxsmm";
platforms = platforms.linux;
maintainers = with stdenv.lib.maintainers; [ chessai ];
inherit version;