Skip to content
Snippets Groups Projects
Commit d925fe47 authored by Scott Mindock's avatar Scott Mindock
Browse files

where

parent 1ce35285
Branches
No related tags found
No related merge requests found
Pipeline #51043 passed with warnings
......@@ -65,7 +65,7 @@ echo "PATH" $PATH
export LD_LIBRARY_PATH=${USER_COTS_PATH}/lib64:${USER_COTS_PATH}/lib:${LD_LIBRARY_PATH}
export LD_RUN_PATH=${USER_COTS_PATH}/lib64:${USER_COTS_PATH}/lib:${LD_RUN_PATH}
export PATH=${USER_COTS_PATH}/bin:$PATH
export LDFLAGS="-L${USER_COTS_PATH}/lib "
export LDFLAGS="-L${USER_COTS_PATH}/lib -L${USER_COTS_PATH}/lib64 "
install_the_source (){
echo ${FUNCNAME[0]}
# This will download and unpack the requested COT. If the cot is already present it will not be downloaded.
......@@ -489,7 +489,6 @@ mk_nagg(){
./configure --prefix=${USER_COTS_PATH} --exec-prefix="${USER_COTS_PATH}" --with-hlregion="${USER_COTS_PATH}/lib" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" && \
make && \
make install && \
unset LDFLAGS && \
echo "${FUNCNAME[0]} finished" && \
return 0
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment