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
actually build the shared lib on illumos
tags/v0.2.16.rc1
Lauri Tirkkonen
9 years ago
parent
31aff441ce
commit
7ba1d9b9ca
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+1
-1
exports/Makefile
+ 1
- 1
Makefile
View File
@@ -85,7 +85,7 @@ endif
shared :
ifndef NO_SHARED
ifeq ($(OSNAME), Linux)
ifeq ($(OSNAME),
$(filter $(OSNAME),
Linux
SunOS)
)
@$(MAKE) -C exports so
@-ln -fs $(LIBSONAME) $(LIBPREFIX).so
@-ln -fs $(LIBSONAME) $(LIBPREFIX).so.$(MAJOR_VERSION)
+ 1
- 1
exports/Makefile
View File
@@ -110,7 +110,7 @@ endif
dllinit.$(SUFFIX) : dllinit.c
$(CC) $(CFLAGS) -c -o $(@F) -s $<
ifeq ($(OSNAME), Linux)
ifeq ($(OSNAME),
$(filter $(OSNAME),
Linux
SunOS)
)
so : ../$(LIBSONAME)
Write
Preview
Loading…
Cancel
Save