This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
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
Merge pull request
#3863
from martin-frbg/issue3862
Add -lm on any arm/arm64 BSD, not just FreeBSD
tags/v0.3.22^2
Martin Kroeker
GitHub
2 years ago
parent
b231fbcd67
62341ac5e1
commit
52cdb0555b
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile.system
+ 1
- 1
Makefile.system
View File
@@ -419,7 +419,7 @@ ifeq ($(OSNAME), AIX)
EXTRALIB += -lm
endif
ifeq ($(OSNAME), FreeBSD)
ifeq ($(OSNAME),
$(filter $(OSNAME),
FreeBSD
OpenBSD NetBSD DragonFly)
)
ifeq ($(ARCH), $(filter $(ARCH),arm arm64))
EXTRALIB += -lm
endif
Write
Preview
Loading…
Cancel
Save