Skip to content

Commit

Permalink
Merge 2a26b25 into 5747f9d
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed May 15, 2020
2 parents 5747f9d + 2a26b25 commit d069660
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/downloads/index.js
Expand Up @@ -40,7 +40,7 @@ var jsonData = { "versions": [
{ "change": "<strong>Python support:</strong> make it possible to retrieve the type of a <code>DataStoreVariable</code> object (see issue <a href=\"https://github.com/opencor/opencor/issues/2336\">#2336</a>)." },
{ "change": "<strong>CellML Annotation view:</strong> use the new <a href=\"https://identifiers.org/\">identifiers.org</a> platform (see issue <a href=\"https://github.com/opencor/opencor/issues/2190\">#2190</a>)." },
{ "change": "<strong>Simulation Experiment view:</strong> fixed a couple of GUI glitches (see issue <a href=\"https://github.com/opencor/opencor/issues/2332\">#2332</a>)." },
{ "change": "<strong>Third-party libraries:</strong> upgraded <a href=\"https://riverbankcomputing.com/software/qscintilla/intro\">QScintilla</a> to version 2.11.4 (see issue <a href=\"https://github.com/opencor/opencor/issues/2307\">#2307</a>). Upgraded <a href=\"https://mesa3d.org/\">Mesa</a> to version 20.0.2 (see issue <a href=\"https://github.com/opencor/opencor/issues/2311\">#2311</a>). Upgraded <a href=\"https://llvm.org/\">LLVM</a>+<a href=\"https://clang.llvm.org/\">Clang</a> to version 10.0.0 (see issue <a href=\"https://github.com/opencor/opencor/issues/2314\">#2314</a>). Upgraded the <a href=\"https://computation.llnl.gov/projects/sundials\">SUNDIALS</a> library to version 5.2.0 (see issue <a href=\"https://github.com/opencor/opencor/issues/2322\">#2322</a>). Upgraded the <a href=\"https://openssl.org/\">OpenSSL</a> library to version 1.1.1g (see issue <a href=\"https://github.com/opencor/opencor/issues/2326\">#2326</a>). Upgraded <a href=\"https://jquery.com/\">jQuery</a> to version 3.5.1 (see issue <a href=\"https://github.com/opencor/opencor/issues/2338\">#2338</a>). Upgraded <a href=\"https://libgit2.github.com/\">libgit2</a> to version 1.0.0 (see issue <a href=\"https://github.com/opencor/opencor/issues/2340\">#2340</a>)." }
{ "change": "<strong>Third-party libraries:</strong> upgraded <a href=\"https://riverbankcomputing.com/software/qscintilla/intro\">QScintilla</a> to version 2.11.4 (see issue <a href=\"https://github.com/opencor/opencor/issues/2307\">#2307</a>). Upgraded <a href=\"https://llvm.org/\">LLVM</a>+<a href=\"https://clang.llvm.org/\">Clang</a> to version 10.0.0 (see issue <a href=\"https://github.com/opencor/opencor/issues/2314\">#2314</a>). Upgraded the <a href=\"https://computation.llnl.gov/projects/sundials\">SUNDIALS</a> library to version 5.2.0 (see issue <a href=\"https://github.com/opencor/opencor/issues/2322\">#2322</a>). Upgraded the <a href=\"https://openssl.org/\">OpenSSL</a> library to version 1.1.1g (see issue <a href=\"https://github.com/opencor/opencor/issues/2326\">#2326</a>). Upgraded <a href=\"https://jquery.com/\">jQuery</a> to version 3.5.1 (see issue <a href=\"https://github.com/opencor/opencor/issues/2338\">#2338</a>). Upgraded <a href=\"https://libgit2.github.com/\">libgit2</a> to version 1.0.0 (see issue <a href=\"https://github.com/opencor/opencor/issues/2340\">#2340</a>). Upgraded <a href=\"https://mesa3d.org/\">Mesa</a> to version 20.0.7 (see issue <a href=\"https://github.com/opencor/opencor/issues/2342\">#2342</a>)." }
]
},
{ "major": 0, "minor": 5, "patch": 0, "day": 15, "month": 10, "year": 2016, "type": 0, "license": 1,
Expand Down
8 changes: 4 additions & 4 deletions src/3rdparty/linux/mesa/CMakeLists.txt
Expand Up @@ -3,11 +3,11 @@ project(Mesa)
# Name and version of our package

set(PACKAGE_NAME Mesa)
set(PACKAGE_VERSION 20.0.2)
set(PACKAGE_VERSION 20.0.7)

# Git tag for our library

set(GIT_TAG v20.0.2)
set(GIT_TAG v20.0.7)

# Specify where our local package will be installed

Expand All @@ -30,9 +30,9 @@ if(USE_PREBUILT_MESA_PACKAGE)
# Retrieve the library's package

retrieve_package_file(${PACKAGE_NAME} ${PACKAGE_VERSION}
${FULL_LOCAL_EXTERNAL_PACKAGE_DIR} 941ca2742a206bbb7daa3dfb7d48da010375a4ca
${FULL_LOCAL_EXTERNAL_PACKAGE_DIR} 048f7f231355caa810218066cee4062655d3a9c2
SHA1_FILES ${SHA1_FILES}
SHA1_VALUES bc6c900d0025df50cda37ccca673076d9640063a)
SHA1_VALUES ab0a4e49490c1454c9870279f94d56f0bf99a1b0)
else()
# Build Mesa as an external project

Expand Down

0 comments on commit d069660

Please sign in to comment.