File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -772,8 +772,8 @@ set(4ti2_PROGRAMS
772772 qsolve rays walk zbasis zsolve hilbert graver ppi genmodel gensymm output )
773773list (TRANSFORM 4ti2_PROGRAMS PREPEND ${M2_HOST_PREFIX} /bin/ OUTPUT_VARIABLE 4ti2_PROGRAMS)
774774ExternalProject_Add(build -4ti2
775- URL https://github.com/4ti2/4ti2/releases/download/Release_1_6_13 /4ti2-1.6.13 .tar.gz
776- URL_HASH SHA256=f59e1ea5563d2188b0e8ff61a8584845a899e3e54a570305f6f99b26c9b1e6b5
775+ URL https://github.com/4ti2/4ti2/releases/download/Release_1_6_14 /4ti2-1.6.14 .tar.gz
776+ URL_HASH SHA256=1bc340173f93ca4abd30ea962118bd5057fdedf7e79c71d2a0c4cc9569f8b0b1
777777 PREFIX libraries/4ti2
778778 SOURCE_DIR libraries/4ti2/build
779779 DOWNLOAD_DIR ${CMAKE_SOURCE_DIR} /BUILD /tarfiles
Original file line number Diff line number Diff line change 1- # temporary beta testing version
2- VERSION = 1.6.13
1+ VERSION = 1.6.14
32TARDIR = 4ti2-$(VERSION )
43
54# PATCHFILE = @abs_srcdir@/patch-$(VERSION)
65PRECONFIGURE = autoreconf -vif
76
8- VERSION_ = $(shell echo $(VERSION ) | sed 's/\./_/g' )
7+ VERSION_ = $(subst .,_, $(VERSION ) )
98URL = https://github.com/4ti2/4ti2/releases/download/Release_$(VERSION_ )
109
1110ifeq (@ENABLE_STRIP@,yes)
You can’t perform that action at this time.
0 commit comments