Merge pull request #152005 from markuskowa/upd-elpa
elpa: 2021.05.002_bugfix -> 2021.11.001
This commit is contained in:
commit
ea0f1cd800
2 changed files with 5 additions and 5 deletions
|
@ -18,11 +18,11 @@ assert (!blas.isILP64) && (!lapack.isILP64);
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "elpa";
|
||||
version = "2021.05.002_bugfix";
|
||||
version = "2021.11.001";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://elpa.mpcdf.mpg.de/software/tarball-archive/Releases/${version}/elpa-${version}.tar.gz";
|
||||
sha256 = "0jr2j1ncslbr7fi47dj58b7afm7kr0sx6jfpfgqb5r5rwn6w9ayy";
|
||||
sha256 = "0bw0nwzwvjfmijfwznmrghypd3q237a3h5g5fcdncilrqnk1sdpv";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
diff --git a/configure.ac b/configure.ac
|
||||
index a14dd8a..3519a64 100644
|
||||
index 0aa533a..da5d1f7 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -2229,7 +2229,7 @@ if test x"$have_loop_blocking" = x"yes"; then
|
||||
@@ -2336,7 +2336,7 @@ if test x"$have_loop_blocking" = x"yes"; then
|
||||
fi
|
||||
|
||||
AC_SUBST([SUFFIX])
|
||||
-AC_SUBST([PKG_CONFIG_FILE],[elpa${SUFFIX}-${PACKAGE_VERSION}.pc])
|
||||
-AC_SUBST([PKG_CONFIG_FILE],[elpa${SUFFIX}.pc])
|
||||
+AC_SUBST([PKG_CONFIG_FILE],[elpa.pc])
|
||||
|
||||
AC_CONFIG_FILES([
|
||||
|
|
Loading…
Reference in a new issue