diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2020-06-14 09:13:28 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2020-06-14 09:13:28 +0000 |
commit | a9b5c9a5ba9adf5f8b109e9dd2f57cb4fb2a3d13 (patch) | |
tree | 583df64673c17b6b17f892dfabec0762285fed0a /math/scalapack/files/patch-scalapack.pc.in | |
parent | Switch from mpich2 to mpich. (diff) |
Upgrade to 2.1.0. This now includes BLACS and PBLAS.
Also use openblas by default.
Notes
Notes:
svn path=/head/; revision=538715
Diffstat (limited to 'math/scalapack/files/patch-scalapack.pc.in')
-rw-r--r-- | math/scalapack/files/patch-scalapack.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/math/scalapack/files/patch-scalapack.pc.in b/math/scalapack/files/patch-scalapack.pc.in new file mode 100644 index 000000000000..57ec72006c35 --- /dev/null +++ b/math/scalapack/files/patch-scalapack.pc.in @@ -0,0 +1,9 @@ +--- scalapack.pc.in.orig 2019-11-26 20:37:04 UTC ++++ scalapack.pc.in +@@ -5,5 +5,5 @@ Name: scalapack + Description: SCALAPACK reference implementation + Version: @SCALAPACK_VERSION@ + URL: http://www.netlib.org/scalapack/ +-Libs: -L${libdir} -lscalapack ++Libs: -L${libdir} -lscalapack -lexecinfo + Requires: mpi lapack blas |