Skip to content

Commit c5c3cf0

Browse files
d-torranceantonleykin
authored andcommitted
Bump 4ti2 to 1.6.14
[ci skip]
1 parent 6c8331b commit c5c3cf0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

M2/cmake/build-libraries.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,8 +772,8 @@ set(4ti2_PROGRAMS
772772
qsolve rays walk zbasis zsolve hilbert graver ppi genmodel gensymm output)
773773
list(TRANSFORM 4ti2_PROGRAMS PREPEND ${M2_HOST_PREFIX}/bin/ OUTPUT_VARIABLE 4ti2_PROGRAMS)
774774
ExternalProject_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

M2/libraries/4ti2/Makefile.in

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# temporary beta testing version
2-
VERSION = 1.6.13
1+
VERSION = 1.6.14
32
TARDIR = 4ti2-$(VERSION)
43

54
# PATCHFILE = @abs_srcdir@/patch-$(VERSION)
65
PRECONFIGURE = autoreconf -vif
76

8-
VERSION_ = $(shell echo $(VERSION) | sed 's/\./_/g')
7+
VERSION_ = $(subst .,_,$(VERSION))
98
URL = https://github.com/4ti2/4ti2/releases/download/Release_$(VERSION_)
109

1110
ifeq (@ENABLE_STRIP@,yes)

0 commit comments

Comments
 (0)