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
#76
from StefanKarpinski/patch-1
Fix
#68
: don't require SystemStubs on OS X. SystemStubs does not exist on Lion.
tags/v0.1alpha2.5
Xianyi Zhang
13 years ago
parent
fe7a932ab8
0d76196a09
commit
0d3647c395
1 changed files
with
0 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
Makefile.system
+ 0
- 1
Makefile.system
View File
@@ -95,7 +95,6 @@ DLLWRAP = $(CROSS_SUFFIX)dllwrap
#
#
ifeq ($(OSNAME), Darwin)
ifeq ($(OSNAME), Darwin)
EXTRALIB += -lSystemStubs
export MACOSX_DEPLOYMENT_TARGET=10.2
export MACOSX_DEPLOYMENT_TARGET=10.2
endif
endif
Write
Preview
Loading…
Cancel
Save