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
Added NO_SHARED flag to disable generating the shared library.
tags/v0.2.5
Zhang Xianyi
Zhang Xianyi
13 years ago
parent
538c764d2b
commit
378acfe826
2 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Makefile
+3
-0
Makefile.rule
+ 2
- 0
Makefile
View File
@@ -80,6 +80,7 @@ endif
@echo
shared :
ifndef NO_SHARED
ifeq ($(OSNAME), Linux)
$(MAKE) -C exports so
-ln -fs $(LIBSONAME) $(LIBPREFIX).so
@@ -103,6 +104,7 @@ endif
ifeq ($(OSNAME), CYGWIN_NT)
$(MAKE) -C exports dll
endif
endif
tests :
ifndef NOFORTRAN
+ 3
- 0
Makefile.rule
View File
@@ -45,6 +45,9 @@ VERSION = 0.2.4
# automatically detected by the the script.
# NUM_THREADS = 24
# if you don't need generate the shared library, please comment it in.
# NO_SHARED = 1
# If you don't need CBLAS interface, please comment it in.
# NO_CBLAS = 1
Write
Preview
Loading…
Cancel
Save