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
Fixed
#23
. Fixed a bug of f_check script about generating link flags.
tags/v0.1alpha2
Xianyi Zhang
14 years ago
parent
1acf5ace29
commit
7dcf4eeee7
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Changelog.txt
+1
-0
f_check
+ 1
- 0
Changelog.txt
View File
@@ -14,6 +14,7 @@ common:
issue #21 on github)
* Provided an error message when the arch is not supported.(Refs
issue #19 on github)
* Fixed issue #23. Fixed a bug of f_check script about generating link flags.
x86/x86_64:
*
+ 1
- 0
f_check
View File
@@ -274,6 +274,7 @@ if ($link ne "") {
&& ($flags !~ /kernel32/)
&& ($flags !~ /advapi32/)
&& ($flags !~ /shell32/)
&& ($flags !~ /^\-l$/)
) {
$linker_l .= $flags . " ";
}
Write
Preview
Loading…
Cancel
Save