File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 34
34
$INST_DIR = "$SRC_DIR/../lapack-travis-install"
35
35
mkdir "$BLD_DIR" -ea 0
36
36
cd "$BLD_DIR"
37
- cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE -DCMAKE_INSTALL_PREFIX="$INST_DIR" -DCBLAS=ON -DLAPACKE=ON -DBUILD_TESTING=ON -DLAPACKE_WITH_TMG=ON -DCMAKE_Fortran_FLAGS="-fimplicit-none -frecursive -fcheck=all" "$SRC_DIR"
37
+ cmake -G "MinGW Makefiles" \
38
+ -DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE \
39
+ -DCMAKE_INSTALL_PREFIX="$INST_DIR" \
40
+ -DCBLAS=ON \
41
+ -DLAPACKE=ON \
42
+ -DBUILD_TESTING=ON \
43
+ -DLAPACKE_WITH_TMG=ON \
44
+ -DCMAKE_Fortran_FLAGS="-fimplicit-none -frecursive -fcheck=all" \
45
+ -DCMAKE_C_FLAGS="-Wl,--stack=1000000000"
46
+ "$SRC_DIR"
38
47
ctest -D ExperimentalStart
39
48
ctest -D ExperimentalConfigure
40
49
ctest -D ExperimentalBuild
You can’t perform that action at this time.
0 commit comments