Skip to content

Commit

Permalink
Merge #46016: openblas: fix pkg-config alias name
Browse files Browse the repository at this point in the history
(cherry picked from commit a774988)
  • Loading branch information
timokau authored and vcunat committed Sep 4, 2018
1 parent 4b666f1 commit 6f8e07a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -140,7 +140,7 @@ stdenv.mkDerivation rec {
# Write pkgconfig aliases. Upstream report:
# https://github.com/xianyi/OpenBLAS/issues/1740
for alias in blas cblas lapack; do
cat <<EOF > $out/lib/pkgconfig/openblas-$alias.pc
cat <<EOF > $out/lib/pkgconfig/$alias.pc
Name: $alias
Version: ${version}
Description: $alias provided by the OpenBLAS package.
Expand Down

0 comments on commit 6f8e07a

Please sign in to comment.