File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 55 given-names : " J E"
66 orcid : " https://orcid.org/0000-0002-7212-0162"
77title : " eclib"
8- version : 20241112
8+ version : 20250627
99doi : " https://doi.org/10.5281/zenodo.593635"
10- date-released : 2024-11-12
10+ date-released : 2025-06-27
1111url : " https://github.com/JohnCremona/eclib"
Original file line number Diff line number Diff 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
1212AM_INIT_AUTOMAKE ( [ -Wall] )
1313AC_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
Original file line number Diff line number Diff line change 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
44Configure 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
88Testing 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
Original file line number Diff line number Diff line change 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
44Configure 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
88Testing 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
You can’t perform that action at this time.
0 commit comments