[ET Trac] [Einstein Toolkit] #1173: ExternalLibraries build environment problems
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Mon Nov 12 10:08:17 CST 2012
#1173: ExternalLibraries build environment problems
------------------------------------+---------------------------------------
Reporter: hinder | Owner:
Type: defect | Status: review
Priority: major | Milestone:
Component: EinsteinToolkit thorn | Version:
Resolution: | Keywords: zlib hwloc
------------------------------------+---------------------------------------
Changes (by eschnett):
* status: new => review
Comment:
Please try this patch:
{{{
Index: configure.sh
===================================================================
--- configure.sh (revision 18)
+++ configure.sh (working copy)
@@ -16,7 +16,9 @@
# Search
################################################################################
-if [ -z "${ZLIB_DIR}" ]; then
+if [ -z "${ZLIB_DIR}" \
+ -o "$(echo "${ZLIB_DIR}" | tr '[a-z]' '[A-Z]')" = 'NO_BUILD' ]
+then
echo "BEGIN MESSAGE"
echo "zlib selected, but ZLIB_DIR not set. Checking some places..."
echo "END MESSAGE"
}}}
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/1173#comment:1>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list