File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 88# VARIABLES #
99
1010# Find CMake:
11- CMAKE=$( which cmake 2> /dev/null)
11+ CMAKE=$( command -v cmake 2> /dev/null)
1212
1313
1414# FUNCTIONS #
Original file line number Diff line number Diff line change 88# VARIABLES #
99
1010# Find gfortran:
11- GFORTRAN=$( which gfortran 2> /dev/null)
11+ GFORTRAN=$( command -v gfortran 2> /dev/null)
1212
1313
1414# FUNCTIONS #
Original file line number Diff line number Diff line change 88# VARIABLES #
99
1010# Find Git:
11- GIT=$( which git 2> /dev/null)
11+ GIT=$( command -v git 2> /dev/null)
1212
1313
1414# FUNCTIONS #
Original file line number Diff line number Diff line change 88# VARIABLES #
99
1010# Find Julia:
11- JULIA=$( which julia 2> /dev/null)
11+ JULIA=$( command -v julia 2> /dev/null)
1212
1313
1414# FUNCTIONS #
Original file line number Diff line number Diff line change 88# VARIABLES #
99
1010# Find pandoc:
11- PANDOC=$( which pandoc 2> /dev/null)
11+ PANDOC=$( command -v pandoc 2> /dev/null)
1212
1313
1414# FUNCTIONS #
Original file line number Diff line number Diff line change 88# VARIABLES #
99
1010# Find python:
11- PYTHON=$( which python 2> /dev/null)
11+ PYTHON=$( command -v python 2> /dev/null)
1212
1313
1414# FUNCTIONS #
Original file line number Diff line number Diff line change 88# VARIABLES #
99
1010# Find R:
11- R=$( which r 2> /dev/null)
11+ R=$( command -v r 2> /dev/null)
1212
1313
1414# FUNCTIONS #
You can’t perform that action at this time.
0 commit comments