Skip to content

Commit 49bfc6b

Browse files
authored
Merge pull request #3604 from mrmundt/ginac-update
Newer version of GiNaC - URL failure resolution
2 parents f680e04 + d88ea1d commit 49bfc6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyomo/contrib/simplification/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def build_ginac_library(parallel=None, argv=None, env=None):
6363
assert subprocess.run(make_cmd, cwd=cln_dir, env=env).returncode == 0
6464
assert subprocess.run(install_cmd, cwd=cln_dir, env=env).returncode == 0
6565

66-
url = 'https://www.ginac.de/ginac-1.8.8.tar.bz2'
66+
url = 'https://www.ginac.de/ginac-1.8.9.tar.bz2'
6767
ginac_dir = os.path.join(tmpdir, 'ginac')
6868
downloader.set_destination_filename(ginac_dir)
6969
logger.info(

0 commit comments

Comments
 (0)