mdds, fix checksum, trigger build for ixion (#12803)

This commit is contained in:
Schrijvers Luc
2025-08-21 14:04:32 +02:00
committed by GitHub
parent 14f846e357
commit 183bdd8a8c
2 changed files with 3 additions and 3 deletions

View File

@@ -5,8 +5,8 @@ The cells can be referenced from each other, and the library takes care \
of resolving their dependencies automatically upon calculation. The caller \
can run the calculation routine either in a single-threaded mode, or \
a multi-threaded mode. The library also supports re-calculations where the \
contents of one or more cells have been modified since the last calculation, \
and a partial calculation of only the affected cells need to be calculated."
contents of one or more cells have been modified since the last calculation, and \
a partial calculation of only the affected cells need to be calculated."
HOMEPAGE="https://gitlab.com/ixion/ixion"
COPYRIGHT="Kohei Yoshida et al."
LICENSE="MPL v2.0"

View File

@@ -6,7 +6,7 @@ COPYRIGHT="2010-2015 Kohei Yoshida et al."
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://gitlab.com/mdds/mdds/-/archive/$portVersion/mdds-$portVersion.tar.bz2"
CHECKSUM_SHA256="8e2d8436e91407d2ee1ea6c6492b9c94f2296a575319f94fa8181cf3294456f6"
CHECKSUM_SHA256="ad5475e0efa1da6648efdceb3c8b50f94ae3a91d0d70845cef93c62c5e5844c1"
SOURCE_DIR="mdds-$portVersion"
ARCHITECTURES="any"