File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,12 @@ BASEDIR=$(dirname $0)
5
5
source $BASEDIR /defaults.sh
6
6
7
7
if ! $WITH_CMAKE ; then
8
+ echo -e " \e[35m\e[1mmake --jobs $NUM_THREADS all test pycaffe warn\e[0m"
8
9
make --jobs $NUM_THREADS all test pycaffe warn
9
10
else
11
+ echo -e " \e[35m\e[1mcd build; make --jobs $NUM_THREADS all test.testbin\e[0m"
10
12
cd build
11
13
make --jobs $NUM_THREADS all test.testbin
12
14
fi
15
+ echo -e " \e[35m\e[1mmake lint\e[0m"
13
16
make lint
Original file line number Diff line number Diff line change 1
1
# CMake configuration
2
2
3
+ echo -e " \e[35m\e[1mmkdir -p build; cd build\e[0m"
3
4
mkdir -p build
4
5
cd build
5
6
24
25
ARGS=" $ARGS -DUSE_CUDNN=Off"
25
26
fi
26
27
28
+ echo -e " \e[35m\e[1mcmake .. ${ARGS} \e[0m"
27
29
cmake .. $ARGS
Original file line number Diff line number Diff line change 1
1
# raw Makefile configuration
2
2
3
3
LINE () {
4
+ echo -e " \e[35m\e[1m$@ \e[0m"
4
5
echo " $@ " >> Makefile.config
5
6
}
6
7
8
+ echo -e " \e[35m\e[1mcp Makefile.config.example Makefile.config\e[0m"
7
9
cp Makefile.config.example Makefile.config
8
10
9
11
LINE " BLAS := open"
You can’t perform that action at this time.
0 commit comments