Skip to content
Snippets Groups Projects
Commit d32fa769 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Remove any trace of -pthread settings since bob.extension#34 is now fixed

parent 20a7d578
No related branches found
No related tags found
1 merge request!42Staging
......@@ -267,16 +267,6 @@ if [ -z "{PREFIX}" ]; then
fi
fi
# Temporary hack to get building done right with conda
if [ -z "${CFLAGS}" ]; then
CFLAGS="-pthread"
else
if [[ "${CFLAGS}" != *-pthread* ]]; then
CFLAGS="${CFLAGS} -pthread"
fi
fi
CXXFLAGS=${CFLAGS}
if [ -z "${PYPISERVER}" ]; then
PYPISERVER="https://pypi.python.org/pypi"
fi
......@@ -287,8 +277,6 @@ check_env OSNAME
check_env PYVER
check_env PREFIX
export_env PREFIX
export_env CFLAGS
export_env CXXFLAGS
export_env BOB_PREFIX_PATH
check_env DOCSERVER
check_env PYPISERVER
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment