<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">Hello all,</div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;"><br></div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">I am trying to install yt on Mac 10.11.2.   My most current efforts use “yt” branch, and I am trying to install from the install_script.sh.  We have modified the python installation section of the script from:</div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">./configure --prefix=${DEST_DIR}/ ${PYCONF_ARGS}</div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">To:</div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">./configure CPPFLAGS=-I/usr/local/opt/openssl/include --enable-shared --prefix=${DEST_DIR}/ ${PYCONF_ARGS}</div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;"><br></div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">I have also added :</div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;"><br></div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;"><span style="font-family: -webkit-standard; font-size: medium;">export LD_LIBRARY_PATH=/usr/local/opt/openssl/lib:$LD_LIBRARY_PATH</span></div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;"><span style="font-family: -webkit-standard; font-size: medium;"><br></span></div><div>I<span style="color: rgb(0, 0, 0); font-family: -webkit-standard; font-size: medium;"> have used:</span></div><div>B<span style="color: rgb(0, 0, 0); font-family: -webkit-standard; font-size: medium;">rew install openssl</span></div><div>Brew link –force openssl</div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;"><span style="font-family: -webkit-standard; font-size: medium;"><br></span></div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;"><span style="font-family: -webkit-standard; font-size: medium;">My installation fails with:</span></div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;"><span style="font-family: -webkit-standard; font-size: medium;"><br></span></div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;"><p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">********************************************</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">        FAILURE REPORT:</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">********************************************</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; min-height: 13px;"><br></p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">checking size of int... 0</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">checking size of long... 0</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">checking size of void *... 0</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">checking size of short... 0</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">checking size of float... 0</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">checking size of double... 0</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">checking size of fpos_t... 0</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">checking size of size_t... configure: error: in `/Users/Azton/Research/yt/src/Python-2.7.9':</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">configure: error: cannot compute sizeof (size_t)</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">See `config.log' for more details</p><div><br></div><div><br></div><div>Using the get_yt.sh script that uses miniconda works, but I don’t know if the “conda install python” command will include “--enable-shared”</div><div><br></div><div>My question is two part:  Does anyone have an idea for using the install_script.sh? (2) Failing using the install_script, would using the get_yt.sh install python with enable-shared?  </div><div><br></div><div>Thanks for any help,</div><div><br></div><div>Azton</div></div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;"><br></div></body></html>