This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
#1302
from martin-frbg/nofortran-fix
Remove default FEXTRALIBS in NOFORTRAN case
tags/v0.3.0
Martin Kroeker
GitHub
8 years ago
parent
46c9357c72
3a245a376f
commit
2922c15f36
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
exports/Makefile
+ 4
- 0
exports/Makefile
View File
@@ -51,6 +51,10 @@ endif
endif
endif
ifeq ($(NOFORTRAN), $(filter $(NOFORTRAN),1 2))
FEXTRALIB =
endif
all::
libs::
Write
Preview
Loading…
Cancel
Save