Skip to content

Commit db9202c

Browse files
authored
Bump CRlibm to 1 while keeping the existing compats (#503)
- The older versions of CRlibm untars the deps which can't be supported on machines where you don't have root access - CRlibm fails to build with ``` tar: crlibm-1.0beta4/trigo_fast.c: Cannot change ownership to uid 1000, gid 1000: Invalid argument tar: crlibm-1.0beta4/trigpi.h: Cannot change ownership to uid 1000, gid 1000: Invalid argument tar: crlibm-1.0beta4/ChangeLog: Cannot change ownership to uid 1000, gid 1000: Invalid argument tar: crlibm-1.0beta4/triple-double.h: Cannot change ownership to uid 1000, gid 1000: Invalid argument tar: crlibm-1.0beta4/log2-td.c: Cannot change ownership to uid 1000, gid 1000: Invalid argument tar: crlibm-1.0beta4/exp-td-standalone.c: Cannot change ownership to uid 1000, gid 1000: Invalid argument : : ```
1 parent 75f53c0 commit db9202c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "IntervalArithmetic"
22
uuid = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
33
repo = "https://github.com/JuliaIntervals/IntervalArithmetic.jl.git"
4-
version = "0.20.2"
4+
version = "0.20.3"
55

66
[deps]
77
CRlibm = "96374032-68de-5a5b-8d9e-752f78720389"
@@ -15,7 +15,7 @@ SetRounding = "3cc68bcd-71a2-5612-b932-767ffbe40ab0"
1515
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1616

1717
[compat]
18-
CRlibm = "0.7, 0.8"
18+
CRlibm = "0.7, 0.8, 1"
1919
FastRounding = "0.2"
2020
Polynomials = "0.7"
2121
RecipesBase = "1.0"

0 commit comments

Comments
 (0)