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
bugfix for cross compiling
tags/v0.2.16.rc1
Werner Saar
10 years ago
parent
33e37d01b3
commit
c40538eaeb
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
lapack-netlib/INSTALL/Makefile
+1
-2
lapack-netlib/Makefile
+ 2
- 1
lapack-netlib/INSTALL/Makefile
View File
@@ -1,7 +1,8 @@
include ../make.inc
.SUFFIXES : .o .f
all: testlsame testslamch testdlamch testsecond testdsecnd testieee testversion
# all: testlsame testslamch testdlamch testsecond testdsecnd testieee testversion
all: slamch.o dlamch.o
testlsame: lsame.o lsametst.o
$(LOADER) $(LOADOPTS) -o testlsame lsame.o lsametst.o
+ 1
- 2
lapack-netlib/Makefile
View File
@@ -14,8 +14,7 @@ lib: lapacklib tmglib
clean: cleanlib cleantesting cleanblas_testing cleancblas_testing
lapack_install:
( cd INSTALL; $(MAKE); ./testlsame; ./testslamch; ./testdlamch; \
./testsecond; ./testdsecnd; ./testieee; ./testversion )
( cd INSTALL; $(MAKE); )
blaslib:
( cd BLAS/SRC; $(MAKE) )
Write
Preview
Loading…
Cancel
Save