File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -112,10 +112,11 @@ fastr: {
112
112
113
113
fastr_linux : ${fastr} {
114
114
packages : {
115
- readline : "==6.3"
116
- pcre : "==8.43"
117
- zlib : ">=1.2.11"
118
- curl : ">=7.50.1"
115
+ readline : "==6.3" ,
116
+ pcre : "==8.43" ,
117
+ zlib : ">=1.2.11" ,
118
+ curl : ">=7.50.1" ,
119
+ gnur : "==4.0.3-gcc4.8.5-pcre8.42"
119
120
}
120
121
environment : {
121
122
TZDIR : "/usr/share/zoneinfo"
@@ -131,7 +132,8 @@ fastr_linux: ${fastr} {
131
132
132
133
fastr_darwin : ${fastr} {
133
134
packages : {
134
- "pcre" : "==8.43"
135
+ "pcre" : "==8.43" ,
136
+ "gnur" : "==4.0.3-gcc10.2-pcre8.42"
135
137
}
136
138
environment : {
137
139
PATH : "/usr/local/bin:$JAVA_HOME/bin:$PATH"
Original file line number Diff line number Diff line change 66
66
},
67
67
{
68
68
"name" : "fastr" ,
69
- "version" : "f042289a91162cd38a1f87d42cf06789ecd42a92 " ,
69
+ "version" : "ad8bd7387afc29d3a103451b63b2250ee58ad38f " ,
70
70
"dynamic" : True ,
71
71
"urls" : [
72
72
{"url" : "https://github.com/oracle/fastr.git" , "kind" : "git" },
You can’t perform that action at this time.
0 commit comments