[Yt-svn] yt-commit r852 - trunk/doc

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Mon Oct 27 09:23:19 PDT 2008


Author: mturk
Date: Mon Oct 27 09:23:18 2008
New Revision: 852
URL: http://yt.spacepope.org/changeset/852

Log:
Oops, missed one in the trunk script



Modified:
   trunk/doc/install_script.sh

Modified: trunk/doc/install_script.sh
==============================================================================
--- trunk/doc/install_script.sh	(original)
+++ trunk/doc/install_script.sh	Mon Oct 27 09:23:18 2008
@@ -144,6 +144,7 @@
 fi
 
 echo "Installing numpy, matplotlib, ipython"
+export LDFLAGS="${LDFLAGS} -L${DEST_DIR}/lib/ -L${DEST_DIR}/lib64/"
 ${DEST_DIR}/bin/python2.5 ${YT_DIR}/ez_setup.py
 ${DEST_DIR}/bin/easy_install numpy      || exit 1
 ${DEST_DIR}/bin/easy_install matplotlib || exit 1



More information about the yt-svn mailing list