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
Revert addition of test_install
tags/v0.3.16^2
Martin Kroeker
GitHub
4 years ago
parent
836c7fb9f5
commit
eba2cd951e
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 changed files
with
0 additions
and
20 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-15
test_install/Makefile
+0
-5
test_install/test_sched_include.c
+ 0
- 15
test_install/Makefile
View File
@@ -1,15 +0,0 @@
#
# tests of installed headers and libs
#
INSTALLDIR = ../install
.PHONY: all
all: test_sched_include
test_sched_include: test_sched_include.c
$(CC) -c -I$(INSTALLDIR)/include $<
.PHONY: clean
clean:
rm -f *.o
+ 0
- 5
test_install/test_sched_include.c
View File
@@ -1,5 +0,0 @@
// tests that inclusion of openblas_config.h works with musl
#include <openblas_config.h>
cpu_set_t* cpu_set = NULL;
Write
Preview
Loading…
Cancel
Save