From 58ce6d550a263996ebdc21eb1eb8fe4293dec623 Mon Sep 17 00:00:00 2001 From: Alan Garny Date: Fri, 6 Sep 2019 09:04:00 +1200 Subject: [PATCH] libSEDML: new binaries for the L1V4 version of SED-ML (#2053). --- src/plugins/thirdParty/libSEDML/CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/plugins/thirdParty/libSEDML/CMakeLists.txt b/src/plugins/thirdParty/libSEDML/CMakeLists.txt index 7ddb734522..ecd8d745b8 100644 --- a/src/plugins/thirdParty/libSEDML/CMakeLists.txt +++ b/src/plugins/thirdParty/libSEDML/CMakeLists.txt @@ -14,9 +14,10 @@ set(LIBRARY_VERSION ${MAJOR_LIBRARY_VERSION}.0.6) set(GIT_TAG l1v4) -# Package repository +# Package repository and release tag set(PACKAGE_REPOSITORY libSEDML) +set(RELEASE_TAG l1v4) # Specify where our local package will be installed @@ -63,6 +64,7 @@ if(USE_PREBUILT_LIBSEDML_PACKAGE) retrieve_package_file(${PACKAGE_NAME} ${PACKAGE_VERSION} ${FULL_LOCAL_EXTERNAL_PACKAGE_DIR} 8515e90e6e363b169f29ba3143e473ee9921f52e PACKAGE_REPOSITORY ${PACKAGE_REPOSITORY} + RELEASE_TAG ${RELEASE_TAG} SHA1_FILES ${SHA1_FILES} SHA1_VALUES c5918ac37d53e1044926c920a80f94c7192b266c 35c9e81d3a4b382a82c069cac4fb62fe10a09681) @@ -70,6 +72,7 @@ if(USE_PREBUILT_LIBSEDML_PACKAGE) retrieve_package_file(${PACKAGE_NAME} ${PACKAGE_VERSION} ${FULL_LOCAL_EXTERNAL_PACKAGE_DIR} 715fa0db8ab381949e090ec48eac1dc9aec0b23b PACKAGE_REPOSITORY ${PACKAGE_REPOSITORY} + RELEASE_TAG ${RELEASE_TAG} SHA1_FILES ${SHA1_FILES} SHA1_VALUES 584bdf99a1f8b3c85146e68452e8638ae1d40006 35c9e81d3a4b382a82c069cac4fb62fe10a09681) @@ -78,12 +81,14 @@ if(USE_PREBUILT_LIBSEDML_PACKAGE) retrieve_package_file(${PACKAGE_NAME} ${PACKAGE_VERSION} ${FULL_LOCAL_EXTERNAL_PACKAGE_DIR} 21bcfc26450119d4341fb4ff030994ae391afc1b PACKAGE_REPOSITORY ${PACKAGE_REPOSITORY} + RELEASE_TAG ${RELEASE_TAG} SHA1_FILES ${SHA1_FILES} SHA1_VALUES 268c7840205ef60576db53541d2b6d7f98d68204) else() retrieve_package_file(${PACKAGE_NAME} ${PACKAGE_VERSION} ${FULL_LOCAL_EXTERNAL_PACKAGE_DIR} bdf2dd4df198340203e4ec73acca1d43e0d45502 PACKAGE_REPOSITORY ${PACKAGE_REPOSITORY} + RELEASE_TAG ${RELEASE_TAG} SHA1_FILES ${SHA1_FILES} SHA1_VALUES 197020ba4a06efcb0bfde5cb9017d396a00bc40e) endif()