Merge branch 'master' of lpqlx139:qmcchem

This commit is contained in:
Anthony Scemama 2018-07-09 14:50:52 +02:00
commit 1542964710
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@ function _install()
{
cd .. ; QMCCHEM_PATH="$PWD" ; cd -
set +u
export C_INCLUDE_PATH="${C_INCLUDE_PATH}":../../../lib
export C_INCLUDE_PATH="${C_INCLUDE_PATH}":../../../include
set -e
set -u
cd "${BUILD}"
export ZMQ_H="${QMCCHEM_PATH}"/lib/zmq.h
export ZMQ_H="${QMCCHEM_PATH}"/include/zmq.h
cp "${ZMQ_H}" .
make -j 8
cd -