We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f680e04 commit d88ea1dCopy full SHA for d88ea1d
pyomo/contrib/simplification/build.py
@@ -63,7 +63,7 @@ def build_ginac_library(parallel=None, argv=None, env=None):
63
assert subprocess.run(make_cmd, cwd=cln_dir, env=env).returncode == 0
64
assert subprocess.run(install_cmd, cwd=cln_dir, env=env).returncode == 0
65
66
- url = 'https://www.ginac.de/ginac-1.8.8.tar.bz2'
+ url = 'https://www.ginac.de/ginac-1.8.9.tar.bz2'
67
ginac_dir = os.path.join(tmpdir, 'ginac')
68
downloader.set_destination_filename(ginac_dir)
69
logger.info(
0 commit comments