Skip to content

Commit

Permalink
openblas: expose version attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
timokau committed Jun 29, 2018
1 parent 9137f83 commit 892a0e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/development/libraries/science/math/openblas/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,10 @@ let
if blas64_ != null
then blas64_
else hasPrefix "x86_64" stdenv.system;

version = "0.3.0";
in
stdenv.mkDerivation {
stdenv.mkDerivation rec {
name = "openblas-${version}";
version = "0.3.0";
src = fetchurl {
url = "https://github.com/xianyi/OpenBLAS/archive/v${version}.tar.gz";
sha256 = "18giv3lsh8cva01z4rhsx8jvgliknni0jp7vxkc69qxb14vm8lfg";
Expand Down

0 comments on commit 892a0e8

Please sign in to comment.