This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Merge pull request
#1275
from cconrads-scicomp/recognize-gfortran-on-arm
ARM: recognize gfortran pre-releases
tags/v0.3.0
Martin Kroeker
GitHub
8 years ago
parent
e6b9b660c3
da611dd81a
commit
be7c1b6324
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
f_check
+ 1
- 1
f_check
View File
@@ -71,7 +71,7 @@ if ($compiler eq "") {
if ($data =~ /GNU/) {
$data =~ /(\d)\.(\d).(
\d
)/;
$data =~ /(\d)\.(\d).(
.
)/;
$major = $1;
$minor = $2;
Write
Preview
Loading…
Cancel
Save