Skip to content

Commit bba6224

Browse files
committed
Add doc comments
test=develop
1 parent e5ca829 commit bba6224

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/manylinux1/build_scripts/build_utils.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ function do_cpython_build {
5353
# NOTE --enable-shared for generating libpython shared library needed for
5454
# linking of some of the nupic.core test executables.
5555
if [ $(lex_pyver $py_ver) -ge $(lex_pyver 3.7) ]; then
56+
# NOTE python 3.7 should be installed via make altinstall rather than
57+
# make install, and we should specify the location of ssl
5658
CFLAGS="-Wformat" ./configure --prefix=${prefix} --with-openssl=/usr/local/ssl --enable-shared $unicode_flags > /dev/null
5759
make -j8 > /dev/null
5860
make altinstall > /dev/null

0 commit comments

Comments
 (0)