We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ca829 commit bba6224Copy full SHA for bba6224
tools/manylinux1/build_scripts/build_utils.sh
@@ -53,6 +53,8 @@ function do_cpython_build {
53
# NOTE --enable-shared for generating libpython shared library needed for
54
# linking of some of the nupic.core test executables.
55
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
58
CFLAGS="-Wformat" ./configure --prefix=${prefix} --with-openssl=/usr/local/ssl --enable-shared $unicode_flags > /dev/null
59
make -j8 > /dev/null
60
make altinstall > /dev/null
0 commit comments