Skip to content

Commit d88ea1d

Browse files
committed
Newer version of ginac
1 parent f680e04 commit d88ea1d

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)