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
Fixed cmake bug with NO_LAPACK=1
tags/v0.2.15^2
Zhang Xianyi
10 years ago
parent
f8eba3d548
commit
17ee2237c3
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
cmake/f_check.cmake
+ 4
- 1
cmake/f_check.cmake
View File
@@ -27,7 +27,10 @@ if (MSVC)
endif ()
if (NOT NO_LAPACK)
enable_language(Fortran)
enable_language(Fortran)
else()
include(CMakeForceCompiler)
CMAKE_FORCE_Fortran_COMPILER(gfortran GNU)
endif()
if (NOT ONLY_CBLAS)
Write
Preview
Loading…
Cancel
Save