We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c950015 commit f5160b2Copy full SHA for f5160b2
3 files changed
TestCases/parallel_regression.py
@@ -29,7 +29,6 @@
29
from __future__ import print_function
30
31
import sys
32
-import os
33
from TestCase import TestCase
34
35
def main():
meson_scripts/init.py
@@ -65,7 +65,7 @@ def init_submodules(
65
github_repo_meson = "https://github.com/mesonbuild/meson"
66
sha_version_ninja = "52649de2c56b63f42bc59513d51286531c595b44"
67
github_repo_ninja = "https://github.com/ninja-build/ninja"
68
- sha_version_mpp = "4cb6e3a05c15f49ffd346dc9f185ccc3459728b0"
+ sha_version_mpp = "5ff579f43781cae07411e5ab46291c9971536be6"
69
github_repo_mpp = "https://github.com/mutationpp/Mutationpp"
70
sha_version_coolprop = "0ce42fcf3bb2c373512bc825a4f0c1973a78f307"
71
github_repo_coolprop = "https://github.com/CoolProp/CoolProp"
subprojects/Mutationpp
0 commit comments