changeset 5707:7a87d7ceb4c7

* src/sundials-ida.mk: use code from github repo
author John Donoghue <john.donoghue@ieee.org>
date Mon, 29 Mar 2021 08:58:45 -0400
parents 1dbc2fe52827
children 812f8f345748
files src/sundials-ida.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/sundials-ida.mk	Sun Mar 28 13:02:58 2021 +0200
+++ b/src/sundials-ida.mk	Mon Mar 29 08:58:45 2021 -0400
@@ -4,10 +4,10 @@
 PKG             := sundials-ida
 $(PKG)_IGNORE   :=
 $(PKG)_VERSION  := 5.7.0
-$(PKG)_CHECKSUM := df88a771aaa01f92b6bbc516c4ab5d5493f1e362
+$(PKG)_CHECKSUM := c04ecc9102851955b62e626a43ad5f604e890ab0
 $(PKG)_SUBDIR   := sundials-$($(PKG)_VERSION)
 $(PKG)_FILE     := sundials-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL      := https://computation.llnl.gov/projects/sundials/download/$($(PKG)_FILE)
+$(PKG)_URL      := https://github.com/LLNL/sundials/releases/download/v$($(PKG)_VERSION)/$($(PKG)_FILE)
 $(PKG)_DEPS     := lapack suitesparse
 ifeq ($(USE_SYSTEM_GCC),no)
   $(PKG)_DEPS += libgomp