Skip to content

Commit cab24e3

Browse files
committed
no need to specify sub-version in the modern world :)
1 parent 614caaa commit cab24e3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

configure.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ else
3535
fi
3636
if [[ $LARCV_PYVERSION -gt 2 ]]
3737
then
38-
minor=$(python3 -c "import sys; print(sys.version_info.minor)")
39-
export LARCV_PYTHON_CONFIG=python${LARCV_PYVERSION}.${minor}-config
38+
export LARCV_PYTHON_CONFIG=python3-config
39+
# minor=$(python3 -c "import sys; print(sys.version_info.minor)")
40+
# export LARCV_PYTHON_CONFIG=python${LARCV_PYVERSION}.${minor}-config
4041
fi
4142

4243
export LARCV_COREDIR=$LARCV_BASEDIR/larcv/core

0 commit comments

Comments
 (0)