Skip to content

Commit 6e0e7c3

Browse files
committed
version 20250627, require stdc++-17
1 parent 555a0a7 commit 6e0e7c3

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
given-names: "J E"
66
orcid: "https://orcid.org/0000-0002-7212-0162"
77
title: "eclib"
8-
version: 20241112
8+
version: 20250627
99
doi: "https://doi.org/10.5281/zenodo.593635"
10-
date-released: 2024-11-12
10+
date-released: 2025-06-27
1111
url: "https://github.com/JohnCremona/eclib"

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AC_PREREQ([2.69])
77
# The version is the concatenation of 'v' and the year, month, date: vyyyymmdd
88
# To access this as a string or integer triple, see libsrc/eclib/version.h
99

10-
AC_INIT([eclib], [20250616], [[email protected]])
10+
AC_INIT([eclib], [20250627], [[email protected]])
1111

1212
AM_INIT_AUTOMAKE([-Wall])
1313
AC_MSG_NOTICE([Configuring eclib...])
@@ -56,7 +56,7 @@ LT_INIT
5656

5757
# Checks for system features and libraries, via macros defined in m4/ directory
5858

59-
AX_CXX_COMPILE_STDCXX([14],,mandatory)
59+
AX_CXX_COMPILE_STDCXX([17],,mandatory)
6060

6161
# NB At present if configure finds boost on your system then it WILL
6262
# define ECLIB_MULTITHREAD which you may not want, if you have not put

tests/out_no_ntl/tversion.out

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
This eclib version is 20250616
2-
[ year month day ] = [ 2025 6 16 ]
1+
This eclib version is 20250627
2+
[ year month day ] = [ 2025 6 27 ]
33

44
Configure options and compilation date:
55

6-
eclib version 20250616, using NTL bigints but no multiprecision floating point
6+
eclib version 20250627, using NTL bigints but no multiprecision floating point
77

88
Testing comparison of version date and various (year, month, day) date triples:
99

10-
Date 20200101 is before the version date 20250616
11-
Date 20300611 is after the version date 20250616
12-
Date 20210317 is before the version date 20250616
10+
Date 20200101 is before the version date 20250627
11+
Date 20300611 is after the version date 20250627
12+
Date 20210317 is before the version date 20250627

tests/out_ntl/tversion.out

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
This eclib version is 20250616
2-
[ year month day ] = [ 2025 6 16 ]
1+
This eclib version is 20250627
2+
[ year month day ] = [ 2025 6 27 ]
33

44
Configure options and compilation date:
55

6-
eclib version 20250616, using NTL bigints and NTL real and complex multiprecision floating point
6+
eclib version 20250627, using NTL bigints and NTL real and complex multiprecision floating point
77

88
Testing comparison of version date and various (year, month, day) date triples:
99

10-
Date 20200101 is before the version date 20250616
11-
Date 20300611 is after the version date 20250616
12-
Date 20210317 is before the version date 20250616
10+
Date 20200101 is before the version date 20250627
11+
Date 20300611 is after the version date 20250627
12+
Date 20210317 is before the version date 20250627

0 commit comments

Comments
 (0)