Skip to content

Commit

Permalink
libSEDML: new binaries for the L1V4 version of SED-ML (opencor#2053).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Sep 5, 2019
1 parent 18b7289 commit 58ce6d5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/plugins/thirdParty/libSEDML/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -63,13 +64,15 @@ 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)
else()
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)
Expand All @@ -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()
Expand Down

0 comments on commit 58ce6d5

Please # to comment.